edloidas/skills

Agent skills for planning, building, reviewing, auditing, maintaining, and shipping software — one collection for Claude Code, Codex, OpenCode, and pi.

2Stars on the repository
52Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

spec-analyzer

01

edloidas/skills

Agent

Produces a deep 11-section behavioral specification for a single module (typically 1–6 files, up to 1500 lines). Used by the code-to-spec pipeline on critical modules flagged by the scout, and as the primary agent for Small-tier bundles. Output is detailed enough that another engineer can reimplement the same…

2 2d ago A 75 tokens original MIT

spec-auditor

02

edloidas/skills

Agent

Independent auditor for behavioral specs. Reads source files directly and evaluates how well a spec captures them — finds misses, errors, overreach, placeholders. Runs per-module and globally. Produces severity-grouped findings for the audit.md file.

2 2d ago A 52 tokens original MIT

edloidas/skills

Agent

Maps cross-module contracts — events, public exports, imports, integration points — across all modules in a bundle. Reconciles fire/listen sites, flags asymmetries, and produces the contract document used by the synthesizer. Use this agent after module analyzers complete, once per code-to-spec run.

2 2d ago A 67 tokens original MIT

edloidas/skills

Agent

Produces a medium-depth behavioral summary of a single module — purpose, public surface, state bindings, events, lifecycle, and key decisions. Use this agent once per module in the code-to-spec pipeline for Medium and Large tier bundles.

2 2d ago A 51 tokens original MIT

spec-scout

05

edloidas/skills

Agent

Surveys a source-code bundle (one directory up to an entire repo) and produces an architecture overview, module inventory, and a shortlist of critical modules for deep-dive analysis. Use this agent as the first pass of the code-to-spec pipeline on Medium or Large bundles.

2 2d ago A 59 tokens original MIT

spec-synthesizer

06

edloidas/skills

Agent

Merges scout, per-module, contract-resolver, and deep-analyzer outputs into the final spec directory. Writes README.md, architecture.md, modules.md, contracts.md, and modules/ .md files. No source analysis — aggregation only. Use this agent at the end of the code-to-spec pipeline for Medium and Large tier bundles.

2 2d ago A 75 tokens original MIT