======================= Welcome to llm-workflow ======================= The ``llm-workflow`` repository provides a collection of generated platform skills designed to enhance LLM-assisted coding workflows. These skills extend Claude Code's capabilities with specialized knowledge, workflows, and tools for common development tasks. What are Skills? ---------------- Skills are modular, self-contained packages that extend supported LLM coding platforms' capabilities. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge. Skills can provide: - **Specialized workflows** - Multi-step procedures for specific domains - **Tool integrations** - Instructions for working with specific file formats - **Domain expertise** - Project-specific knowledge and business logic - **Bundled resources** - Scripts, references, and assets for complex tasks Available Skills ---------------- Currently, the following skills are available: - :doc:`skills/code-review-response` - Process manual code review comments marked with ``ISSUE:`` prefix into structured reports - :doc:`skills/complexity` - Cyclomatic complexity metrics (radon/gocyclo) and ranked refactor targets - :doc:`skills/council` - Multi-judge validation council using Claude Code agent teams for adversarial review from independent context windows - :doc:`skills/debate` - Orchestrate structured multi-round debates between two LLM personas via HydraMCP, producing a transcript with synthesis - :doc:`skills/pre-mortem` - Adversarial pre-mortem failure analysis with 4 failure-specialist judges and conservative unanimous verdict threshold - :doc:`skills/team-review-impl` - Team-based implementation-vs-spec review with 3 specialist judges verifying code delivers what the spec describes - :doc:`skills/thermo-nuclear` - Strict maintainability review for code judo, giant files, and spaghetti-condition growth Getting Started --------------- See :doc:`installation` to set up the plugin, then :doc:`usage` for how to invoke skills in your workflow. Contents -------- .. toctree:: :maxdepth: 2 :caption: Getting Started installation usage .. toctree:: :maxdepth: 2 :caption: Skills Reference skills/index .. toctree:: :maxdepth: 2 :caption: Project Admin contributing Indices and tables ------------------ * :ref:`genindex` * :ref:`search`