Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By n0rvyn
Cross-stack development workflow: brainstorm, planning, phase orchestration, execution, review, debugging, design analysis, knowledge base, commits, and session management
npx claudepluginhub n0rvyn/indie-toolkit --plugin dev-workflow**目的**:检测并行路径、不完整替代、死保底。从 `reviewing-architecture` skill 吸收。
**前置条件**:dispatch prompt 包含 `Crystal file:` 路径且非 "none"。如果无 crystal 文件引用,跳过本策略。
Use this agent to analyze design prototypes from Stitch, Figma, or other design tools. Performs dual-channel analysis (image + code simultaneously), extracts design tokens, translates to target platform, and validates against UX assertions when in pipeline mode. Examples: <example> Context: User created a Stitch prototype and wants AI analysis. user: "Analyze this Stitch design" assistant: "I'll use the design-analyzer agent for dual-channel analysis." </example> <example> Context: Pipeline mode, validating prototype against design doc. user: "Check if this prototype matches our design" assistant: "I'll use the design-analyzer agent to validate against the design doc." </example>
Use this agent to audit codebase alignment against structured design documents. Extracts assertions from documents mechanically based on known template structures and verifies each assertion against the actual code. Examples: <example> Context: Project has been through several dev-guide phases and docs may be stale. user: "Check if the code still matches the design docs" assistant: "I'll use the design-drift-auditor agent to audit alignment." </example> <example> Context: User suspects feature scope has drifted from project-brief. user: "Run a design drift check focusing on scope" assistant: "I'll use the design-drift-auditor agent to check scope assertions." </example>
**目的**:验证计划完整且忠实地覆盖设计文档的所有要求,在执行前捕获 Gap A-E。
Use when Claude exhibited unexpected behavior, for periodic rule health checks, or after adding new rules. Audits CLAUDE.md rules from the AI execution perspective for conflicts, loopholes, gaps, and redundancies.
Use before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use after resolving a bug, completing a task with notable pitfalls, or discovering an important architecture constraint. Extracts a structured entry from the session and saves it to the knowledge base.
Use when the user says 'commit' or wants to save progress after completing a task. Analyzes uncommitted changes, groups them logically, and commits with conventional format messages.
Use before /write-plan or when the session has settled significant design decisions. Extracts the decision history from the current conversation into a persistent crystal file that /write-plan and plan-verifier consume.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
12 PM-specific agent skills, 6 workflow commands, 3 automation hooks for Product Managers
Core workflow for structured development: Research → Plan → Implement → Validate with thoughts/ management
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Complete iOS/macOS/iPadOS development workflow plugin for Claude Code
Unified plugin lifecycle: brainstorm, create, eval, review, iterate, and package Claude Code plugins and components. Single entry /master.
Bridge WeChat messages to Claude Code sessions via MCP --channels protocol. Enables permission relay and bidirectional messaging.
Product decision plugin for indie developers: idea checks, product evaluation, portfolio intelligence, recent feature review, and PKOS-first local fact publishing
Reusable utility scripts and skills shared across indie-toolkit plugins: Notion API, MongoDB queries, and other cross-plugin primitives
Multi-plugin monorepo for Claude Code plugins, published to the indie-toolkit marketplace. Contains production plugins, development workflow tools, and macOS automation.
| Plugin | Category | Description |
|---|---|---|
dev-workflow | development | Cross-stack workflow system with plan-execute-review lifecycle, phase orchestration, and session state persistence |
apple-dev | development | iOS/macOS/iPadOS development workflows, reviews, design-token checks, CI/CD, localization, App Store review prep |
mactools | productivity | macOS automation for Notes, Calendar, Mail, Safari, Spotlight, Reminders, OCR, Photos, Contacts, OmniFocus |
product-lens | product | Product evaluation: demand validation, market analysis, moat assessment, feature assessment, comparison matrix |
skill-master | development | Unified plugin lifecycle: brainstorm, create, eval, review, iterate, package Claude Code plugins |
skill-audit | development | [DEPRECATED — use skill-master] Plugin auditor from AI executor perspective |
domain-intel | intelligence | Domain intelligence engine: GitHub, RSS, changelogs, figures, companies, deep research with evolving LENS profiles |
session-reflect | coaching | AI collaboration coach: analyze sessions, improve prompting, workflow, and AI collaboration skills |
youtube-scout | intelligence | YouTube video intelligence: scrape, transcript extraction, AI scoring, IEF-compliant export |
pkos | productivity | Personal Knowledge Operating System: inbox, harvest, signal, digest, lint, vault operations, ripple compilation |
wechat-bridge | integration | WeChat message bridge via MCP --channels protocol: permission relay, push messages, reply |
x-api | integration | X (Twitter) API v2 MCP server: 131+ tools with Bearer Token and OAuth2 PKCE support |
health-insights | health | Personal health intelligence: ingest Apple Health data, establish baselines, generate AI-driven narrative insights |
minimax-platform | integration | MiniMax platform helper: coding-plan quota checks and browser-session based auth management |
netease-cloud-music | integration | NetEase Cloud Music helper: cookie-based login flows and cloud-drive upload via maintained CLI |
shared-utils | development | Reusable utility scripts and skills shared across plugins: Notion API, MongoDB queries, cross-plugin primitives |
.
├── dev-workflow/
├── apple-dev/
├── mactools/
├── product-lens/
├── skill-master/
├── skill-audit/
├── domain-intel/
├── session-reflect/
├── youtube-scout/
├── pkos/
├── wechat-bridge/
├── x-api/
├── health-insights/
├── minimax-platform/
├── netease-cloud-music/
├── shared-utils/
├── docs/
├── .claude-plugin/ # marketplace manifest
├── .codex/ # Codex install docs
└── .opencode/ # OpenCode install docs
For PKOS-integrated plugins, the repo follows these cross-plugin rules:
Markdown first; Notion second
Producer plugins do not own final vault placement
domain-intel, product-lens, and session-reflect should produce structured results.PKOS owns ingestion
Stable decisions are promoted, not dumped
signal / verdict style notes.crystal notes.Cross-plugin precedent
domain-intel writes into its own workspace and pkos:intel-sync imports into PKOS.pkos:inbox already acts as a multi-source ingestion entry for raw captures.product-lens should follow the same separation of concerns: produce structured analysis; let PKOS ingest and organize it.At a glance, the intended flow is:
Producer plugin
-> PKOS ingress / exchange
-> PKOS vault ingestion and enrichment
-> Obsidian / local Markdown as source of truth
-> Notion summary sync as management projection
Add the marketplace:
/plugin marketplace add n0rvyn/indie-toolkit
Install plugins: