Agent Claude Code
Search specs graph for context. Use alongside Explore agent when investigating code to understand WHY decisions were made.
Agent Claude Code
Search specs graph for context. Use alongside Explore agent when investigating code to understand WHY decisions were made.
Hook Claude Code
Runs before the agent uses a tool for Edit, Write, Bash and Task tool calls, running mt hooks --event PreToolUse. From indexedlabs/pydantic-ai-gepa.
Hook Claude Code
Runs after a tool call finishes for Grep, Glob, Task, Bash and ExitPlanMode tool calls, running mt hooks --event PostToolUse. From indexedlabs/pydantic-ai-gepa.
Hook Claude Code
Runs when a session starts, running mt hooks --event SessionStart. From indexedlabs/pydantic-ai-gepa.
Hook Claude Code
Runs before the context is compacted, running mt hooks --event PreCompact. From indexedlabs/pydantic-ai-gepa.
Settings file Claude Code
Agent settings declaring 4 hook events (PreToolUse, PostToolUse, SessionStart, PreCompact).
Skill Claude CodeCodex
Use the mt tool to work with this repo’s Mighty graph: run mt prime at session start; prefer mt search/mt tree/mt show before reading code; create specs/decisions/tasks and link evidence; triage mt inbox; and close out with mt closeout then mt commit. For full workflow + templates, run mt prime.
Skill Claude CodeCodex
Resolve .mighty/loro/.loro merge conflicts safely using mt merge, then verify store health and sync.
Skill Claude CodeCodex
Plan work using Mighty (mt) by creating/updating specs and recording decisions, then spawning/structuring implementation tasks. Use when asked to plan/outline/break down a change, draft a spec (feature/rule/invariant/bug), record an ADR-style decision, or turn a fuzzy request into a structured Mighty spec tree with…
Skill Claude CodeCodex
Audit and migrate specs to the Guarantees + Constraints format. Use when asked to review spec quality, find non-conforming specs, or batch-migrate specs from the old Behaviors/Interfaces format.
Skill Claude CodeCodex
Track and execute implementation work using Mighty (mt) tasks, with progress comments, linked evidence, recorded decisions, and clean closeout. Use when asked to fix a bug, implement a feature/refactor, or “work through” changes in code while keeping Mighty tasks/specs/decisions updated.
Instructions file CodexOpenCode
AGENTS.md instructions for indexedlabs/pydantic-ai-gepa, covering repository guidelines, mighty workflow, project structure & module organization, build, test, and development commands and coding style & naming conventions.
Skill Claude CodeCodex
Convert roman numerals to integers.
Skill Claude CodeCodex
Optimize a pydantic-ai agent's instructions, tool descriptions, output type, and signature inputs using the gepa CLI. Trigger when the user asks to "optimize this agent", "improve tool descriptions", iterate on prompts driven by eval failures, or otherwise improve a pydantic-ai agent against a dataset. Operates in the…