blueprint-sync
Check for stale generated content and offer regeneration or promotion
blueprint-upgrade
Upgrade blueprint structure to the latest format version
blueprint-work-order
Create work-order with minimal context for isolated subagent execution, optionally linked to GitHub issue
confidence-scoring
Assess quality of PRPs and work-orders using systematic confidence scoring. Use when evaluating readiness for execution or subagent delegation.
feature-tracking
Track feature implementation status against requirements documents. Provides hierarchical FR code tracking, phase management, task tracking, and sync with TODO.md.
ast-grep-search
Find and replace code patterns structurally using ast-grep. Use when you need to match code by its AST structure (not just text), such as finding all functions with specific signatures, replacing API patterns across files, or detecting code anti-patterns that regex cannot reliably match.
code-antipatterns-analysis
Analyze codebases for anti-patterns, code smells, and quality issues using ast-grep structural pattern matching. Use when reviewing code quality, identifying technical debt, or performing comprehensive code analysis across JavaScript, TypeScript, Python, Vue, React, or other supported languages.
code-antipatterns
Analyze codebase for anti-patterns, code smells, and quality issues using ast-grep
code-refactor
Refactor code applying functional programming principles - pure functions, immutability, and composition. Use for file or directory-scope refactoring.
code-review-checklist
Structured code review approach covering security, quality, performance, and consistency.
code-review
Perform comprehensive code review with automated fixes
code-silent-degradation
|
debugging-methodology
Systematic debugging approach with tool recommendations for memory, performance, and system-level issues.
docs-quality-check
Analyze codebase documentation quality - PRDs, ADRs, PRPs, CLAUDE.md, and .claude/rules/
dry-consolidation
|
lint-check
Universal linter that automatically detects and runs the appropriate linting tools
linter-autofix
Cross-language linter autofix commands and common fix patterns for biome, ruff, clippy, shellcheck, and more.
attributes-collect
Collect codebase health attributes as structured JSON. Use when you need a structured assessment of project health before routing to specialized agents.
attributes-dashboard
Compact text-based health dashboard showing scores, findings, and severity breakdown. Use for at-a-glance codebase health visibility.
attributes-route
Route to specialized agents based on codebase health attributes. Use after /attributes:collect to automatically address findings by severity.
components-version-badge
Implement a version badge with tooltip showing build info and recent changelog - framework agnostic
version-badge-pattern
|
ci-workflows
|
claude-security-settings
|
config-sync
|
configure-api-tests
Check and configure API contract testing with Pact, OpenAPI validation, and schema testing
configure-argocd-automerge
Configure auto-merge workflow for ArgoCD Image Updater branches
configure-cache-busting
Check and configure cache-busting strategies for Next.js and Vite projects
configure-claude-plugins
Configure .claude/settings.json and GitHub Actions workflows to use the laurigates/claude-plugins marketplace
configure-container
Check and configure container infrastructure (builds, registry, scanning, devcontainer)
configure-coverage
Check and configure code coverage thresholds and reporting
configure-dead-code
Check and configure dead code detection (Knip, Vulture, cargo-machete)
configure-dockerfile
Check and configure Dockerfile for project standards (minimal Alpine/slim, non-root, multi-stage)
configure-docs
Check and configure code documentation standards and generators (TSDoc, JSDoc, pydoc, rustdoc)
configure-editor
Check and configure EditorConfig and VS Code workspace settings
configure-feature-flags
Check and configure feature flag infrastructure (OpenFeature + providers)
configure-formatting
Check and configure code formatting (Biome, Prettier, Ruff, rustfmt)
configure-github-pages
Check and configure GitHub Pages deployment
configure-integration-tests
Check and configure integration testing for services, databases, and external dependencies
configure-justfile
Check and configure Justfile with standard recipes for project standards
configure-linting
Check and configure linting tools (Biome, Ruff, Clippy)
configure-load-tests
Check and configure load and performance testing with k6, Artillery, or Locust
configure-makefile
Check and configure Makefile with standard targets for project standards
configure-mcp
Check and configure MCP servers for project integration. Use when setting up MCP servers, checking MCP status, or adding new servers to a project.
configure-memory-profiling
Check and configure memory profiling with pytest-memray for Python projects
configure-package-management
Check and configure modern package managers (uv for Python, bun for TypeScript)
configure-pre-commit
Check and configure pre-commit hooks for project standards
configure-readme
Check and configure README.md with logo, badges, features, tech stack, and project structure
configure-release-please
Check and configure release-please workflow for project standards
configure-reusable-workflows
Install reusable GitHub Actions workflows for security, quality, and accessibility checks
Page 262 of 1445 · 72246 results