harness-release
Harness v3 統合リリーススキル。CHANGELOG・バージョンバンプ・タグ・GitHub Release・mirror同期・検証を自動化。以下で起動: リリース、バージョンバンプ、タグ作成、公開、/harness-release。実装・コードレビュー・プランニング・セットアップには使わない。
bootcamp-guide
CVO 新手训练营引导模式。 Use when: thread 有 bootcampState(系统自动注入,不需要手动加载)。 Not for: 非训练营线程、老用户。
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
feature-toggle-developer
Guides systematic removal of feature toggles from the codebase with automated cleanup detection. Use when removing feature flags, enabling toggles permanently, or cleaning up unused code after toggle removal.
bio-workflow-management-nextflow-pipelines
Create scalable, containerized bioinformatics pipelines with Nextflow DSL2 supporting Docker, Singularity, and cloud execution. Use when building portable pipelines with container support, running workflows on cloud platforms (AWS, Google Cloud), or leveraging nf-core community pipelines.
bio-workflow-management-wdl-workflows
Create portable bioinformatics pipelines with Workflow Description Language (WDL) using Cromwell or miniwdl execution engines. Use when running GATK best practices pipelines, working with Terra/AnVIL platforms, or building workflows for cloud execution on Google Cloud or AWS.
bio-workflow-management-cwl-workflows
Create portable, standards-based bioinformatics pipelines with Common Workflow Language (CWL). Use when building workflows that need maximum portability across execution platforms, sharing pipelines with collaborators using different systems, or contributing to community workflow registries.
analyze-ci-speed
Analyze compilation time and test durations from CI logs. Use when the user asks about slow builds, slow tests, or wants to optimize CI time.
ralph-wiggum
Implements the Ralph Wiggum autonomous iteration technique with deliberate context management. Use when building greenfield projects, iterating on well-defined tasks, or when continuous autonomous development is needed. Manages context like memory - tracks allocations, prevents redlining, and knows when to start fresh.
bootstrap-container
Bootstrap a new container by validating required tools and installing missing dependencies.
api-create-worker
Create a new background worker in daily-api with full type safety, infrastructure config, and tests
ai-slop-cleaner
Post-implementation cleanup that removes AI-generated bloat while preserving functionality. Runs pass-by-pass with test verification after each pass. Activate after kraken/spark complete a feature, or when a codebase needs hygiene work.
canary-deploy-patterns
Traffic splitting, health checks, automated rollback, progressive delivery, and canary analysis for safe deployments.
django-verification
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
implement-plan-micro
Implement technical plans from thoughts/shared/plans with verification
implement-plan
Implement technical plans from thoughts/shared/plans with verification
implement-task
Implementation agent that executes a single task and creates handoff on completion
squad-conventions
Defines the core development conventions for the Squad CLI tool (create-squad), a zero-dependency Node.js package that adds AI agent teams to any project. Covers the zero-dependency constraint, Node.js built-in test runner usage, fatal() error handling pattern, ANSI color constants, .squad/ file structure, Windows-compatible path construction, and init idempotency. Use when modifying Squad source code, adding new CLI commands, writing tests with node:test, handling errors in user-facing flows, or ensuring cross-platform file path compatibility.