Plugin Manifest
Location:.claude-plugin/plugin.json
Plugin Structure
Installation
- Via Claude Code
- From Source
- Manual
Configuration
Claude Code automatically discovers:Commands
Commands
Commands in
commands/*.md are available as /command-name.Example: commands/wrap-up.md → /wrap-upView all commands:Agents
Agents
Agents in
agents/*.md are available via delegation.Example: agents/planner.md → “Delegate to planner agent”List agents:Skills
Skills
Skills in
skills/*/SKILL.md are auto-discovered.Example: skills/pro-workflow/SKILL.md → /pro-workflow (if user-invocable)View skills:Hooks
Hooks
Hooks in
hooks/hooks.json are merged into Claude Code settings.Example: PreToolUse hooks fire before Edit/Write/BashView active hooks:Plugin-Specific Settings
Custom database location for learnings and sessions.
Automatically run wrap-up ritual on session end.
Commands
/wrap-up
End-of-session ritual with quality checks and learning capture.
/learn
Topic-by-topic Claude Code best practices guide.
/search
Search learnings database by keyword.
/develop
Multi-phase feature development (Research → Plan → Implement).
/commit
Smart commit with quality gates and conventional messages.
/insights
Session analytics and productivity patterns.
/replay
Surface relevant past learnings for current task.
/handoff
Generate session handoff document.
Agents
planner
Tools: Read, Glob, Grep (read-only)Break down complex tasks into implementation plans. Use when task touches >5 files.
reviewer
Tools: Read, Glob, Grep, BashCode review and security audits. Use before commits or for PR reviews.
scout
Tools: Read, Glob, Grep, Bash
Mode: Background, Worktree isolationConfidence-gated exploration. Scores 0-100 and gives GO/HOLD verdict.
orchestrator
Tools: Full access
Model: Opus 4.6
Memory: Project-scopedMulti-phase development with Research → Plan → Implement phases.
debugger
Tools: Read, Glob, Grep, Bash
Model: Opus 4.6Systematic bug investigation with hypothesis testing.
Skills
pro-workflow
Complete workflow system with 10 battle-tested patterns.
wrap-up
End-of-session ritual checklist.
orchestrate
Command > Agent > Skill orchestration.
replay-learnings
Surface relevant past learnings.
session-handoff
Generate handoff documents.
smart-commit
Quality gates before commits.
Hooks
Pro Workflow installs hooks for:PreToolUse
- Edit/Write: Track edit count, remind at 5/10 edits
- git commit: Remind to run quality gates
- git push: Remind about wrap-up
PostToolUse
- Edit/Write (.ts/.js/.py): Check for console.log, TODOs, secrets
- Bash (test commands): Suggest [LEARN] from failures
Session Lifecycle
- SessionStart: Load learnings, show worktree count
- SessionEnd: Check uncommitted changes, prompt for learnings
- Stop: Context-aware reminders
- ConfigChange: Detect mid-session config modifications
Database Initialization
The plugin initializes the database on first use:Upgrading
Uninstalling
Next Steps
Cursor Plugin
Install for Cursor IDE
SkillKit
Cross-agent skill translation
Commands
Build custom commands
Agents
Create custom agents