DC925928496

23 mods across 1 repository, 0 stars between them.

trellis-before-dev

01

DC925928496/AI-godot-mcp

Skill Claude CodeCodex

Discovers and injects project-specific coding guidelines from .trellis/spec/ before implementation begins. Reads spec indexes, pre-development checklists, and shared thinking guides for the target package. Use when starting a new coding task, before writing any code, switching to a different package, or needing to…

0 2mo ago A 70 tokens

trellis-brainstorm

02

DC925928496/AI-godot-mcp

Skill Claude CodeCodex

Guides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex…

0 2mo ago A 65 tokens

trellis-break-loop

03

DC925928496/AI-godot-mcp

Skill Claude CodeCodex

Deep bug analysis to break the fix-forget-repeat cycle. Analyzes root cause category, why fixes failed, prevention mechanisms, and captures knowledge into specs. Use after fixing a bug to prevent the same class of bugs.

0 2mo ago A 50 tokens

trellis-check

04

DC925928496/AI-godot-mcp

Skill Claude CodeCodex

Comprehensive quality verification: spec compliance, lint, type-check, tests, cross-layer data flow, code reuse, and consistency checks. Use when code is written and needs quality verification, before committing changes, or to catch context drift during long sessions.

0 2mo ago A 54 tokens

trellis-continue

05

DC925928496/AI-godot-mcp

Skill Claude CodeCodex

Resume work on the current task. Loads the workflow Phase Index, figures out which phase/step to pick up at, then pulls the step-level detail via getcontext.py --mode phase. Use when coming back to an in-progress task and you need to know what to do next.

0 2mo ago A 62 tokens

trellis-finish-work

06

DC925928496/AI-godot-mcp

Skill Claude CodeCodex

Wrap up the current session: verify quality gate passed, remind user to commit, archive completed tasks, and record session progress to the developer journal. Use when done coding and ready to end the session.

0 2mo ago A 46 tokens

trellis-meta

07

DC925928496/AI-godot-mcp

Skill Claude CodeCodex

Understand and customize the local Trellis architecture inside a user project. Use when modifying .trellis plus platform hooks, settings, agents, skills, commands, prompts, or workflows generated by trellis init.

0 2mo ago A 45 tokens

DC925928496/AI-godot-mcp

Skill Claude CodeCodex

Bootstrap project-specific Trellis coding specs with a platform-neutral single-agent workflow. Use when creating or refreshing .trellis/spec guidelines, analyzing a codebase with GitNexus, ABCoder, or source inspection, decomposing package/layer spec work, and writing real codebase-backed spec docs without placeholder…

0 2mo ago A 70 tokens

trellis-start

09

DC925928496/AI-godot-mcp

Skill Claude CodeCodex

Initializes an AI development session by reading workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. Classifies incoming tasks and routes to brainstorm, direct edit, or task workflow. Use when beginning a new coding session, resuming work, starting a new task, or…

0 2mo ago A 73 tokens

trellis-update-spec

10

DC925928496/AI-godot-mcp

Skill Claude CodeCodex

Captures executable contracts and coding conventions into .trellis/spec/ documents. Use when learning something valuable from debugging, implementing, or discussion that should be preserved for future sessions.

0 2mo ago A 40 tokens

trellis-implement

12

DC925928496/AI-godot-mcp

Agent Claude Code

Code implementation expert. Understands specs and requirements, then implements features. No git commit allowed.

0 2mo ago A 24 tokens

trellis-research

13

DC925928496/AI-godot-mcp

Agent Claude Code

Code and tech search expert. Finds files, patterns, and tech solutions, and PERSISTS every finding to the current task's research/ directory. No code modifications outside that directory.

0 2mo ago A 42 tokens

continue

14

DC925928496/AI-godot-mcp

Command Claude Code

Resume work on the current task — pick up at the right phase/step in .trellis/workflow.md.

0 2mo ago A 0 tokens

finish-work

15

DC925928496/AI-godot-mcp

Command Claude Code

Wrap up the current session: archive the active task (and any other completed-but-unarchived tasks the user wants to clean up) and record the session journal. Code commits are NOT done here — those happen in workflow Phase 3.4 before you invoke this command.

0 2mo ago A 0 tokens

SessionStart

16

DC925928496/AI-godot-mcp

Hook Claude Code

Runs when a session starts on startup, clear and compact, executing session-start.py via python3 (3 commands). From DC925928496/AI-godot-mcp.

0 2mo ago A tokens not measured

PreToolUse

17

DC925928496/AI-godot-mcp

Hook Claude Code

Runs before the agent uses a tool for Task and Agent tool calls, executing inject-subagent-context.py via python3 (2 commands). From DC925928496/AI-godot-mcp.

0 2mo ago A tokens not measured

UserPromptSubmit

18

DC925928496/AI-godot-mcp

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing inject-workflow-state.py via python3. From DC925928496/AI-godot-mcp.

0 2mo ago A tokens not measured

AI-godot-mcp

19

DC925928496/AI-godot-mcp

Settings file Claude Code

Agent settings declaring 3 hook events (SessionStart, PreToolUse, UserPromptSubmit).

0 2mo ago A tokens not measured

trellis-finish-work

21

DC925928496/AI-godot-mcp

Command Cursor

Wrap up the current session: archive the active task (and any other completed-but-unarchived tasks the user wants to clean up) and record the session journal. Code commits are NOT done here — those happen in workflow Phase 3.4 before you invoke this command.

0 2mo ago A 0 tokens

DC925928496/AI-godot-mcp

Instructions file CodexOpenCode

AGENTS.md instructions for DC925928496/AI-godot-mcp: These instructions are for AI assistants working in this project.

0 2mo ago A 251 tokens

ai-godot-mcp

23

DC925928496/AI-godot-mcp

MCP server Claude CodeCodexCursor +2

Production-grade Godot MCP service for AI-driven game development. Runs locally from the ai-godot-mcp npm package.

0 2mo ago A tokens not measured