Claude Code Skills

[!WARNING]
Breaking Change: Plugin restructuring — full-development-workflow-skills split into 3 focused plugins: agile-workflow, documentation-pipeline, codebase-audit-suite. claude-code-bootstrap renamed to project-bootstrap. New: optimization-suite.
Reinstall to pick up new plugin names:
/plugin add levnikolaevich/claude-code-skills # all 5 plugins
/plugin add levnikolaevich/claude-code-skills --plugin agile-workflow # or individually
/plugin add levnikolaevich/claude-code-skills --plugin documentation-pipeline
/plugin add levnikolaevich/claude-code-skills --plugin codebase-audit-suite
/plugin add levnikolaevich/claude-code-skills --plugin project-bootstrap
/plugin add levnikolaevich/claude-code-skills --plugin optimization-suite
[!IMPORTANT]
✨ NEW: ln-1000 Pipeline Orchestrator — Autonomous multi-agent system that manages full development lifecycle. Orchestrates a team of specialized agents to execute complete development cycles: from task planning (ln-300) → validation (ln-310) → implementation (ln-400) → quality gate (ln-500) → user-confirmed merge to develop. One command, single Story per run.
[!IMPORTANT]
✨ NEW: Optimization Suite — Performance optimization, dependency upgrades, and code modernization. ln-811-algorithm-optimizer implements an autoresearch loop inspired by karpathy/autoresearch: benchmark → hypothesize → keep/discard, with test coverage gate ensuring correctness before speed.
[!TIP]
Multi-Model AI Review — Delegate code & story reviews to Codex and Gemini agents running in parallel, with automatic fallback to Claude Opus. Ship faster with 3x review coverage.
Tired of manual Epic decomposition? Stories without standards research? Tasks that miss quality gates?
This plugin automates your entire Agile workflow — from scope to Done.
What's Inside
claude-code-skills/ # MARKETPLACE
|
| ┌─ Plugin: agile-workflow ──────────────────────┐
|
|-- ln-001-standards-researcher/ # Research standards via MCP Context7/Ref
|-- ln-002-best-practices-researcher/ # Create ADRs, guides, manuals
|-- ln-003-push-all/ # Commit and push all changes in one command
|-- ln-004-agent-config-sync/ # Sync skills & MCP settings to Gemini/Codex
|
|-- ln-2XX-*/ # PLANNING
| |-- ln-200-scope-decomposer/ # TOP: scope -> Epics -> Stories (one command)
| |-- ln-201-opportunity-discoverer/ # Traffic-First KILL funnel for growth direction
| |-- ln-210-epic-coordinator/ # CREATE/REPLAN 3-7 Epics
| |-- ln-220-story-coordinator/ # CREATE/REPLAN Stories + standards research
| | |-- ln-221-story-creator/ # Creates from IDEAL plan
| | |-- ln-222-story-replanner/ # Replans when requirements change
| |-- ln-230-story-prioritizer/ # RICE prioritization + market research
|
|-- ln-3XX-*/ # TASK MANAGEMENT
| |-- ln-300-task-coordinator/ # Decomposes Story into 1-6 tasks
| | |-- ln-301-task-creator/ # Universal factory (impl/refactor/test)
| | |-- ln-302-task-replanner/ # Updates when plan changes
| |-- ln-310-multi-agent-validator/ # 20 criteria (8 groups), penalty points system + inline agent review
|
|-- ln-4XX-*/ # EXECUTION
| |-- ln-400-story-executor/ # Full automation: tasks -> Done
| |-- ln-401-task-executor/ # Execute implementation tasks
| |-- ln-402-task-reviewer/ # Review completed tasks
| |-- ln-403-task-rework/ # Fix tasks marked To Rework
| |-- ln-404-test-executor/ # Execute test tasks (E2E-first)
|
|-- ln-5XX-*/ # QUALITY
| |-- ln-500-story-quality-gate/ # Thin orchestrator: verdict + Quality Score
| |-- ln-510-quality-coordinator/ # Code quality checks coordinator
| | |-- ln-511-code-quality-checker/ # DRY/KISS/YAGNI violations
| | |-- ln-512-tech-debt-cleaner/ # Automated safe tech debt cleanup
| | |-- ln-513-regression-checker/ # Run existing test suite
| | |-- ln-514-test-log-analyzer/ # Classify errors + assess log quality
| |-- ln-520-test-planner/ # Test planning coordinator
| | |-- ln-521-test-researcher/ # Research real-world problems
| | |-- ln-522-manual-tester/ # Manual functional testing
| | |-- ln-523-auto-test-planner/ # Plan E2E/Integration/Unit tests
|