Slash commands for dev docs workflow, repository cleanup, and code review
/plugin marketplace add Shavakan/claude-marketplace
/plugin install shavakan-commands@Shavakan/claude-marketplace
Create comprehensive strategic plan + context files (plan.md, context.md, tasks.md)
Save conversation context before compaction (context.md, tasks.md)
Update feature context and tasks before compaction
Generate/update condensed developer README for project usage and contribution
Comprehensive repository audit and cleanup (dead code, comments, docs, architecture, deps)
Refactor structure - split god objects, break circular deps, improve separation of concerns
Remove obvious comments, commented code, outdated TODOs - keep 'why' explanations
Remove unused imports, functions, variables, commented blocks, unreachable code
Clean dependencies - remove unused, fix security issues, update outdated, deduplicate
Sync documentation with code - fix dead links, update API docs, remove outdated content
Find and refactor duplicated code - similar blocks, copy-paste functions, repeated strings
Run full AI code review cycle on current PR branch
Claude Agent SDK Development Plugin
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review