luanmorenommaciel

101 mods across 4 repositories, 327 stars between them.

plan-review

26

luanmorenommaciel/agentspec

Command Claude Code

Generate a visual HTML plan review — current codebase state vs. proposed implementation plan.

244 yesterday A 16 tokens MIT

project-recap

27

luanmorenommaciel/agentspec

Command Claude Code

Generate a visual HTML project recap — rebuild mental model of a project's current state, recent decisions, and cognitive debt hotspots.

244 yesterday A 23 tokens MIT

share

28

luanmorenommaciel/agentspec

Command Claude Code

Share a visual explainer HTML file instantly via Vercel — returns a live URL with no authentication required.

244 yesterday A 23 tokens MIT

brainstorm

29

luanmorenommaciel/agentspec

Command Claude Code

Explore ideas through collaborative dialogue before requirements capture (Phase 0).

244 yesterday A 16 tokens MIT

build

30

luanmorenommaciel/agentspec

Command Claude Code

Execute implementation with on-the-fly task generation (Phase 3).

244 yesterday A 16 tokens MIT

create-pr

31

luanmorenommaciel/agentspec

Command Claude Code

Create pull request with conventional commits and structured descriptions.

244 yesterday A 12 tokens MIT

iterate

34

luanmorenommaciel/agentspec

Command Claude Code

Update any phase document when requirements or design change (Cross-Phase).

244 yesterday A 16 tokens MIT

ship

35

luanmorenommaciel/agentspec

Command Claude Code

Archive completed feature with lessons learned (Phase 4).

244 yesterday A 13 tokens MIT

agent-router

37

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.

244 yesterday A 45 tokens MIT

component-model

38

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…

244 yesterday A 160 tokens MIT

create-agent

39

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…

244 yesterday A 154 tokens MIT

create-skill

40

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…

244 yesterday A 168 tokens MIT

excalidraw-diagram

41

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.

244 yesterday B 34 tokens MIT

github-cr-adr

42

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…

244 yesterday A 137 tokens MIT

github-cr-issue

43

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…

244 yesterday A 166 tokens MIT

github-post-issue

44

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…

244 yesterday A 181 tokens MIT

kb-build

45

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…

244 yesterday A 173 tokens MIT

meeting-analysis

46

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…

244 yesterday A 172 tokens MIT

sdd-brainstorm

47

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…

244 yesterday A 184 tokens MIT

sdd-build

48

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…

244 yesterday A 144 tokens MIT