luanmorenommaciel/agentspec

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

agent-router

01

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Intelligent agent routing -- automatically matches tasks to the best specialist agent based on file patterns, intent keywords, and domain context. Loaded every session to give Claude explicit routing rules for all 58 AgentSpec agents.

not rated 244 3d ago A 45 tokens original MIT

component-model

02

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Decides where new logic lives in the component model — agent, skill, command, KB, or template — and how to keep components in their layer, routing each decision to the right authoring resource and running the fat-to-thin refactor when a component has outgrown its layer. Loaded by the authoring flows (create-skill…

not rated 244 3d ago A 160 tokens original MIT

create-agent

03

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Repo-specific SOP for adding a new agent to this repository — the frontmatter contract the auto-generated router feeds on (name, description one-liner, tier, model, tools, kbdomains, stop conditions, escalation targets), the thin-executor default, category placement, and the router/build/docs ship checklist. Use when…

not rated 244 3d ago A 154 tokens original MIT

create-skill

04

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Repo-specific layer for adding a new Claude Code skill to this repository — naming conventions, where the skill lives (distributed, plugin-only, or repo-local), YAML frontmatter pitfalls, and the build/mirror/docs checklist a skill must pass before it ships in the plugin. For the general craft of writing skills…

not rated 244 3d ago A 168 tokens original MIT

excalidraw-diagram

05

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.

not rated 244 3d ago B 34 tokens original MIT

github-cr-adr

06

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Drafts an Architecture Decision Record (ADR) for the current repository: searches existing GitHub issues for duplicates first, applies a worthiness gate, then drafts from the context/decision/alternatives/consequences template with the standard status lifecycle, ready for publication as a GitHub issue. Use when the…

not rated 244 3d ago A 137 tokens original MIT

github-cr-issue

07

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Drafts the body of a well-formed, self-contained GitHub issue for the current repository from a per-type template — feature, component, task, bug, or spike — searching existing issues for duplicates before any drafting, and saving the result as an ephemeral draft ready for review and publication. Use when the user…

not rated 244 3d ago A 166 tokens original MIT

github-post-issue

08

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Publishes a drafted issue or ADR to the current repository's GitHub board via gh, with guardrails, and curates the board safely. Runs a verdict-gated pre-flight before any write: duplicate search across open and closed issues, a self-containment lint, template conformance, and label validation against the live repo…

not rated 244 3d ago A 181 tokens original MIT

kb-build

09

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Build a high-assurance, source-verified knowledge base where every claim is source-cited and adversarially fact-checked before it lands. Grounds in the repo's KB house style, plans the domain, researches with an independent refutation pass, builds with kb-architect subagents, runs an independent fact-check gate, and…

not rated 244 3d ago A 173 tokens original MIT

meeting-analysis

10

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Turns a meeting transcript into a validated analysis document — by delegating to the meeting-analyst agent — plus a short channel-ready follow-up message for the team's chat tool (Slack, Teams, Discord, or similar). Analyzes in the transcript's language, writes both artifacts in the team's working language, enforces…

not rated 244 3d ago A 172 tokens original MIT

sdd-brainstorm

11

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Runs Phase 0 of the SDD workflow: collaborative exploration that turns a raw idea into a validated approach and a BRAINSTORM document ready for requirements capture. Owns the brainstorm methodology: KB-first grounding with confidence-scored recommendations, one-question-at-a-time discovery, sample collection for LLM…

not rated 244 3d ago A 184 tokens original MIT

sdd-build

12

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Execution methodology for SDD Phase 3 (Build): turn a completed DESIGN into working, verified code. Covers KB-first knowledge resolution, task extraction from the file manifest, dependency ordering, specialist agent delegation (including the data engineering delegation map), per-file and full-run verification…

not rated 244 3d ago A 144 tokens original MIT

sdd-define

13

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Phase 1 of the SDD workflow: capture and validate requirements in one pass. Owns the full Define methodology — classify the input (BRAINSTORM document, meeting notes, email thread, conversation, or direct request), extract entities (problem, users, MoSCoW goals, success criteria, acceptance tests, constraints, out of…

not rated 244 3d ago A 203 tokens original MIT

sdd-design

14

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Create the architecture and technical specification for a defined feature — Phase 2 of the SDD workflow. Transforms a validated DEFINE document into a DESIGN document: architecture diagram, components, inline architecture decision records, an agent-matched file manifest, KB-grounded code patterns, and a testing…

not rated 244 3d ago A 147 tokens original MIT

sdd-iterate

15

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Update an existing SDD phase document (BRAINSTORM/DEFINE/DESIGN) mid-stream with full cascade awareness: classify the change (additive, modifying, removing, architectural), apply it with a version bump and change note, walk the cascade rules for downstream impact, and confirm with the user before applying any…

not rated 244 3d ago A 190 tokens original MIT

sdd-ship

16

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Archive a completed feature and close the SDD cycle (Phase 4): verify the build is truly complete, archive every phase artifact, capture lessons learned, update all phase documents to Shipped, and clean the working folders. Carries the full ship methodology — verification order, ship readiness matrix, the concrete…

not rated 244 3d ago A 182 tokens original MIT

sdd-workflow

17

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Spec-Driven Development workflow guidance for structured feature development. Use PROACTIVELY when the user discusses building features, planning implementations, capturing requirements, designing architectures, or shipping completed work. Guides through the 5-phase SDD workflow: Brainstorm → Define → Design → Build →…

not rated 244 3d ago A 111 tokens original MIT

standup-report

18

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Generates the user's daily standup message in the Done / Will do / Blockers format from git history, PRs/issues, and the user's own notes, ready to paste into the team chat, with an optional short follow-up thread for extra detail. Use when the user asks for "standup", "my check-in", "daily update", or to put together…

not rated 244 3d ago A 114 tokens original MIT

visual-explainer

19

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architecture overview, diff review, plan review, project recap, comparison table, or any visual explanation of technical concepts. Also use proactively when you are about to…

not rated 244 3d ago A 90 tokens original MIT

luanmorenommaciel/agentspec

Skill Claude CodeCodex

Data engineering expertise for pipelines, schemas, data quality, SQL, lakehouse, and streaming. Use PROACTIVELY when the user discusses data pipelines, ETL/ELT, schema design, dimensional modeling, data quality checks, SQL optimization, dbt models, Spark jobs, Airflow DAGs, streaming pipelines, lakehouse architecture…

not rated 244 3d ago A 78 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: