plugins/spectre-codex/skills/spectre-apply/SKILL.md
Use when starting implementation, debugging, or feature work on a project with captured knowledge.
npx skillsauth add codename-inc/spectre spectre-applyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This project captures hard-won knowledge (features, gotchas, procedures, decisions) as loadable skills. The registry below is the live index — it is the complete list, so you never need to read the registry file to discover what exists.
Format: name|category|triggers|description
{{REGISTRY}}
If ANY entry's triggers or description match the current task, call Skill({name}) FIRST — before searching the codebase, reading files, or dispatching agents. One matching trigger word in the request is sufficient; don't reframe the request to avoid a match. No match → proceed normally.
This holds even when it feels unnecessary, because these exact rationalizations precede real failures:
The cost of skipping: wrong output locations, missed registration steps, inconsistent changes, and re-debugging what was already solved.
Finishing a real piece of work — a resolved bug, an established procedure, a non-obvious decision, a change to architecture or key flows — is the moment knowledge is captured or lost. Before you hand back:
Skill(spectre-learn), naming what you'd capture. Don't wait to be asked; the user cannot see what you learned.testing
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
data-ai
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
data-ai
👻 | Transform requirements into executable tasks - primary agent
testing
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references