SessionEnd
25Hook Claude Code
Runs when a session ends, executing auto-suggest-claude-md-hook.sh. From akiojin/unity-mcp-server.
Hook Claude Code
Runs when a session ends, executing auto-suggest-claude-md-hook.sh. From akiojin/unity-mcp-server.
Hook Claude Code
Runs before the context is compacted, executing auto-suggest-claude-md-hook.sh. From akiojin/unity-mcp-server.
Settings file Claude Code
Agent settings declaring 3 hook events (PreToolUse, SessionEnd, PreCompact) and 107 allowed tools.
Skill Claude CodeCodex
Expert guidance for building MCP (Model Context Protocol) servers using the TypeScript SDK. Use when developing MCP servers, implementing tools/resources/prompts, or working with the @modelcontextprotocol/sdk package. Covers server initialization, request handlers, Zod schemas, error handling, and JSON-RPC patterns.
MCP server Claude CodeCodexCursor +2
MCP server "unity-mcp-server" as configured in akiojin/unity-mcp-server. Runs mcp-server/bin/unity-mcp-server.js with node. Needs 2 environment variables to run.
MCP server Claude CodeCodexCursor +2
Context7's hosted MCP server: up-to-date library documentation and code examples on demand. Remote server at mcp.context7.com.
MCP server Claude CodeCodexCursor +2
An MCP server for the "markitdown" library. Runs locally from the markitdown-mcp Python package.
Command
A read-only review of a feature specification, implementation plan, and task list before coding begins. It looks for contradictions, duplicate requirements, unclear wording, and missing details.
Command
A checklist that tests the quality of written requirements rather than the running software. It checks whether requirements are complete, clear, consistent, measurable, accessible, and explicit about edge cases.
Command
A command that reviews a spec.md file—a document describing a feature—and asks up to five high-priority questions about unclear requirements, then records the answers in the file.
Command
Command "constitution" from akiojin/unity-mcp-server, covering ユーザー入力 and 実行手順.
Command
A command that carries out the tasks listed in tasks.md in dependency order. It reads the project plan and related design documents before changing the code.
Command
A command that turns a feature specification into a technical implementation plan and supporting design documents. A feature specification describes what should be built and why.
Command
A command that turns a natural-language feature description into a structured feature specification. It creates or updates spec.md, a document describing what a feature should do and why.
Command
A command that creates an ordered tasks.md checklist from available design documents. These documents can describe the technical plan, user needs, data, APIs, research, and test scenarios.
Command
Command "taskstoissues" from akiojin/unity-mcp-server, covering ユーザー入力 and 実行手順.
Instructions file CodexOpenCode
Instructions for akiojin/unity-mcp-server, a project described as:
Instructions file
Development instructions for a Unity MCP server, which lets AI tools communicate with the Unity game-development environment. They describe the project's design, implementation, and feature-development process.
Agent Claude Code
Use this agent when you need expert Unity development guidance, architecture decisions, performance optimization, or solving complex Unity-specific problems. Examples: Context: User is working on a Unity project and encounters a performance issue with their character controller. user: "My character controller is…
Command Claude Code
Use Gemini CLI to conduct in-depth discussions about current work, enhancing Claude Code's accuracy through multi-perspective analysis and iterative refinement.
Command Claude Code
A command for careful, candid discussion that examines assumptions, alternatives, risks, and the underlying problem before implementation. It uses question-led and structured analysis.
Command Claude Code
A command for reviewing and fixing issues associated with a GitHub pull request. A pull request is a proposed code change that others review before it is merged.
Command Claude Code
A Unity Editor command that reads console errors, warnings, and assertions, then coordinates fixes through UnityMCP. Unity is a tool for building games and other interactive applications.
Command Claude Code
A command that brings the latest remote `develop` branch into the branch you are currently working on. A branch is a separate line of code changes, and `develop` is commonly used for shared ongoing work.