.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/joshft/correctless
home/skills/joshft/correctless
joshft avatar

joshft/correctless

33 skills

View on GitHub
$npx skills add joshft/correctless
SkillInstalls
carchitectStructured architecture definition. Two modes — reverse-engineer from existing code or greenfield directed discovery.—cauditCross-codebase quality audit. Use after a major feature lands or periodically for systemic bug detection. Presets: QA, Hacker, Performance, UX.—cautoSemi-auto mode. Orchestrates the full implementation pipeline after human-approved spec review.—cchoresFully-autonomous issue-resolution pipeline. Selects one open GitHub issue, branches off the fresh default branch, delegates root-cause + TDD fix to /cdebug…—ccontributeOpen source contribution workflow. Learns the target project's conventions, patterns, and CI requirements before writing code.—cdashboardGenerate a self-contained HTML dashboard with metrics and artifact browser. Opens via file:// protocol.—cdebugStructured bug investigation workflow. Root cause analysis, hypothesis testing, TDD fix with agent separation, escalation after 3 failed attempts.—cdevadv10th Man / Devil's Advocate. Challenges the assumptions, architecture, and strategies that every other agent accepts as true.—cdocsUpdate project documentation after a feature lands. Updates README, .correctless/AGENT_CONTEXT.md, .correctless/ARCHITECTURE.md, and feature docs.—cexplainGuided codebase exploration with mermaid diagrams and prose walkthroughs.—chelpQuick help — shows the workflow pipeline, available commands, and current status.—cmaintainMaintainer review for incoming PRs. Use when you need to decide whether to merge a contribution. Checks scope, conventions, and maintenance burden.—cmetricsProject health and ROI dashboard. Use monthly or when evaluating workflow effectiveness. Shows bugs caught, token cost, and trends.—cmodelGenerate an Alloy formal model of security-relevant behavior and run the Alloy Analyzer.—cmodelupgradeCompare current model+HARNESS_VERSION pipeline metrics against stored baselines and produce a per-feature regression report.—cpostmortemPost-merge bug analysis. Use when a bug escapes to production. Traces which phase missed it and strengthens the workflow.—cpr-reviewReview an incoming PR. Use when someone opens a PR against your project. Checks architecture, security, tests, and antipatterns.—cpruneDocumentation and artifact pruning skill. Detects stale entries and orphaned artifacts, archives documentation (never deletes), cleans ephemeral artifacts.—cquickQuick fix with TDD — no spec/review for small changes. Branch, test, implement, commit.—credteamLive adversarial red team assessment against a running system. Goal-directed penetration testing with source code access. Requires isolated environment.—crefactorStructured refactoring with behavioral equivalence enforcement. Tests must pass before AND after. Any test change requires explicit approval.—creleaseAutomate version bumping, changelog generation, and release tagging from specs.—creviewSkeptically review a spec for unstated assumptions, untestable rules, missing edge cases, security gaps, and UX failures. Run after /cspec.—creview-specMulti-agent adversarial review of a spec. Spawns red team, assumptions auditor, testability auditor, design contract checker, and UX auditor.—csetupInitialize Correctless and run a project health check. Detects stack, configures workflow, bootstraps docs, checks security/quality/CI/testing hygiene, and…—cspecCreate a structured specification with testable invariants for a new feature. Researches current best practices before writing invariants.—cstatusShow current Correctless workflow state, available commands, and suggested next steps. Run anytime to see where you are.—csummaryFeature summary. Use after /cdocs to see what the workflow caught, or mid-feature to check progress.—ctddEnforced TDD workflow. Write failing tests from spec rules, then implement. Use after /creview approves a spec.—ctriageBulk triage deferred findings backlog. Presents findings one at a time with disposition options.—cupdate-archUpdate .correctless/ARCHITECTURE.md after features land. Use after /cdocs or when the codebase structure has changed.—cverifyVerify implementation matches spec. Check rule coverage, undocumented dependencies, architecture compliance. Writes verification report and drift debt.—cwtfAudit the workflow itself. Use when you suspect agents shortcut or after a bug escapes despite the workflow running.—