npx claudepluginhub aliok/aliok-claude-pluginsTwo-command planning and execution workflow. Create structured plans with /plan, then execute them systematically with /execute-plan.
Maintain work continuity across sessions. Log work status with /work-log and resume with /work-continue.
A collection of custom Claude Code plugins to enhance development workflows.
A two-command workflow for systematic planning and execution of implementation tasks.
Commands:
/plan [task description] - Analyze task and create a structured, reviewable plan/execute-plan - Execute the plan systematically with progress trackingFeatures:
Use Case: When you have a complex implementation task and want to:
Maintain work continuity across sessions by logging work status and resuming from where you left off.
Commands:
/work-log - Capture current work status (what works, what doesn't, next steps)/work-continue - Resume from last logged work sessionFeatures:
~/.claude-work-tracking/Use Case:
When you're working on a feature (especially with /plan-execute) and need to stop mid-work:
/work-log to capture current status/work-continue to see where you left off and resume/plugin marketplace add aliok/aliok-claude-plugins
/plugin install plan-execute@aliok-claude-plugins
/plugin install work-tracking@aliok-claude-plugins
# Create a plan
/plan add user authentication with JWT
# Claude explores your codebase and creates .claude/plans/plan.md
# Review the plan, edit if needed
# Execute when ready
/execute-plan
# Claude systematically implements each step with TodoWrite tracking
# While working on a feature, need to stop
/work-log
# Claude analyzes git status, commits, and changes
# Saves: what works, what doesn't work yet, next steps
# Later (same project or different project)
/work-continue
# Claude shows where you left off and asks if you want to continue
aliok-claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ └── plan-execute/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── commands/
│ ├── plan.md # /plan command
│ └── execute-plan.md # /execute-plan command
└── README.md
See DEVELOPMENT.md for instructions on creating and testing plugins.
Feel free to suggest improvements or report issues!
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations