Skip to main content
tool index / agent guides

suspec-skills

Two tiers of task-scoped guides: a framework-free catalog and a Suspec-coupled kit.

The catalog (suspec-skills) installs into any repo via npx skills. The kit ships in suspec-starter-kit. Load only the guide in scope.

  1. 01Source
  2. 02Install
  3. 03Load
  4. 04Run

two tiers

catalog (any repo) -> kit (Suspec repos)

index

The catalog is framework-free. The kit operates Suspec concepts. Keep repo policy local.

guide files

catalog

11

kit

13

file

SKILL.md

Guidance only. Read the file before it shapes a team workflow.

skills add
pwrcheckevidence

$ npx skills add jcosta33/suspec-skills

This installs the framework-free catalog into any repo. The Suspec kit ships separately in suspec-starter-kit. Keep repo-specific commands in AGENTS.md.

catalog · review stances

Review stances

Framework-free catalog stances for judgment, evidence, security, and debugging. Installed with npx skills.

markdown onlyon demand
catalog · working disciplines

Working disciplines

The catalog's everyday methods: map a codebase, plan a change, ship a PR, keep output terse, stabilize a flaky test. Also framework-free.

kit · suspec-coupled

The Suspec kit

These skills operate Suspec concepts — task packets, review packets, specs, findings — so they are not framework-free. They ship in suspec-starter-kit under .agents/skills/, not in the npx skills catalog. The write-* family is opt-in task-implementation depth.

authoring.guide — write your own

How to write a Suspec skill

Use a clear description, a self-contained body, visible output, and the AGENTS.md command contract.

Read the skill-writing guide →

security.note — no runtime

Why there is no runtime

Review the guide before installing and pin to a commit when you use it in a team repo. For scaffolding and checks, use suspec-cli.

Browse the full catalog on GitHub →