ThibautBaissac

66 mods across 2 repositories, 679 stars between them.

review-artifact

49

ThibautBaissac/rails_ai_agents

Command Claude Code

Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review output, security review notes, design review notes, QA reports, or implementation assessments.

656 3mo ago A 41 tokens original MIT

implement

50

ThibautBaissac/rails_ai_agents

Command Claude Code

Execute a small change by processing all tasks sequentially from tasks.md — no subagents, no hooks, no checklists.

656 3mo ago A 25 tokens original MIT

specify

51

ThibautBaissac/rails_ai_agents

Command Claude Code

Create a lightweight change specification for bug fixes and small features — skips the full SDD ceremony.

656 3mo ago A 19 tokens original MIT

tasks

52

ThibautBaissac/rails_ai_agents

Command Claude Code

Generate a flat task list (3-8 tasks) for a small change based on the change spec.

656 3mo ago A 21 tokens original MIT

analyze

53

ThibautBaissac/rails_ai_agents

Command Claude Code

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

656 3mo ago A 26 tokens copy · 78% MIT

checklist

54

ThibautBaissac/rails_ai_agents

Command Claude Code

Generate a custom checklist for the current feature based on user requirements.

656 3mo ago A 13 tokens copy · 84% MIT

clarify

55

ThibautBaissac/rails_ai_agents

Command Claude Code

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

656 3mo ago A 27 tokens copy · 97% MIT

constitution

56

ThibautBaissac/rails_ai_agents

Command Claude Code

Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.

656 3mo ago A 21 tokens copy · 94% MIT

implement-subagents

57

ThibautBaissac/rails_ai_agents

Command Claude Code

Execute the implementation plan by delegating each task in tasks.md to the matching specialist agent (model-agent, service-agent, rspec-agent, ...) in a fresh context, orchestrated phase-by-phase. Use /sdd:implement for inline single-context execution instead.

656 3mo ago A 53 tokens original MIT

plan

58

ThibautBaissac/rails_ai_agents

Command Claude Code

Execute the implementation planning workflow using the plan template to generate design artifacts.

656 3mo ago A 14 tokens original MIT

spec-review

59

ThibautBaissac/rails_ai_agents

Command Claude Code

Adversarial review of the feature spec from security, performance, edge-case, scalability, and regulatory perspectives to catch blind spots before planning.

656 3mo ago A 28 tokens original MIT

validate

60

ThibautBaissac/rails_ai_agents

Command Claude Code

Validate that the codebase implements what the feature spec promises using a 4-layer hybrid analysis — no code annotations required.

656 3mo ago A 24 tokens original MIT

fetch

61

ThibautBaissac/kb-physics

Command Claude Code

Fetch an article from a URL, create a raw source file, and ingest it into the KB.

23 3mo ago A 19 tokens

ingest

62

ThibautBaissac/kb-physics

Command Claude Code

Ingest a raw source file into the KB — creates/updates wiki pages, index, and log.

23 3mo ago A 20 tokens

lint

63

ThibautBaissac/kb-physics

Command Claude Code

Health-check the KB for contradictions, orphans, stale content, and broken links.

23 3mo ago A 16 tokens

repurpose

64

ThibautBaissac/kb-physics

Command Claude Code

Repurpose the KB for a different topic — cleans content, rewrites schema, updates tooling and viz.

23 3mo ago A 20 tokens

kb-query

65

ThibautBaissac/kb-physics

Skill Claude CodeCodex

Answer a question from the KB with citations, optionally filing the answer as a new page. Use when the user asks a physics question, wants to query the knowledge base, or asks about topics covered in the KB (theories, concepts, people, experiments, open questions). WHEN NOT: Ingesting new sources (use kb:ingest)…

23 3mo ago A 93 tokens

ThibautBaissac/kb-physics

Instructions file

Claude Code instructions for ThibautBaissac/kb-physics, covering claude.md, what this is, commands, requires: pandoc (pdf/html/docx), python-pptx (slides) and from arguments.

23 3mo ago A 1,121 tokens