akiojin/unity-mcp-server

[DEPRECATED] Unity MCP server — successor: akiojin/unity-cli

34Stars on the repository
42Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

release

03

akiojin/unity-mcp-server

Command Claude Code

An interactive release command for projects that develop on a branch named develop and publish changes through a version tag and a pull request to main.

34 9d ago A 46 tokens original MIT

speckit.analyze

04

akiojin/unity-mcp-server

Command Claude Code

A read-only review command for a specification, implementation plan, task list, and project rules. It looks for contradictions, duplicated or unclear requirements, missing coverage, inconsistent terms, and tasks that do not map to requirements.

34 9d ago A 31 tokens original MIT

speckit.checklist

05

akiojin/unity-mcp-server

Command Claude Code

A command for checking whether a feature specification is complete and clear. TDD means test-driven development, but this command reviews the written requirements rather than testing the implementation.

34 9d ago A 32 tokens original MIT

speckit.clarify

06

akiojin/unity-mcp-server

Command Claude Code

A command for finding and resolving unclear parts of a software specification. A specification describes what should be built; this command asks focused questions and records the answers in spec.md.

34 9d ago A 33 tokens original MIT

akiojin/unity-mcp-server

Command Claude Code

A command for updating a project's constitution, meaning its written rules and principles for development. It keeps the main file in docs/constitution.md synchronized with the copy used by Speckit.

34 9d ago A 28 tokens original MIT

speckit.implement

08

akiojin/unity-mcp-server

Command Claude Code

An implementation command that follows a project's prepared task list and technical plan. It can require unfinished checklists to be confirmed and uses TDD, meaning tests are written before the code they check.

34 9d ago A 34 tokens original MIT

speckit.plan

09

akiojin/unity-mcp-server

Command Claude Code

A command for the planning stage of a specification-driven development process. It turns a feature specification into an implementation plan and related design documents.

34 9d ago A 28 tokens original MIT

speckit.specify

10

akiojin/unity-mcp-server

Command Claude Code

A command that turns a natural-language feature request into a written feature specification called spec.md. It can create or update the specification without creating a Git branch.

34 9d ago A 31 tokens original MIT

speckit.tasks

11

akiojin/unity-mcp-server

Command Claude Code

A command that creates an ordered tasks.md file from a feature specification and implementation plan. It groups the work by user story and records dependencies between tasks.

34 9d ago A 33 tokens original MIT

akiojin/unity-mcp-server

Command Claude Code

A command that turns the checked tasks in a project's tasks.md file into GitHub Issues. GitHub Issues are tracked work items attached to a code repository.

34 9d ago A 27 tokens original MIT

suggest-claude-md

13

akiojin/unity-mcp-server

Command Claude Code

A command that reviews the conversation and suggests additions to CLAUDE.md, a file that stores project guidance for Claude. It looks for project-specific practices, repeated corrections, and patterns that should stay consistent.

34 9d ago A 20 tokens original MIT

analyze

14

akiojin/unity-mcp-server

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.

34 9d ago A 31 tokens original MIT

checklist

15

akiojin/unity-mcp-server

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.

34 9d ago A 32 tokens original MIT

clarify

16

akiojin/unity-mcp-server

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.

34 9d ago A 33 tokens original MIT

constitution

17

akiojin/unity-mcp-server

Command

A command for updating a project's constitution, meaning its authoritative development principles and rules. It edits docs/constitution.md and synchronizes the result to .specify/memory/constitution.md.

34 9d ago A 28 tokens original MIT

implement

18

akiojin/unity-mcp-server

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.

34 9d ago A 34 tokens original MIT

plan

19

akiojin/unity-mcp-server

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.

34 9d ago A 28 tokens original MIT

specify

20

akiojin/unity-mcp-server

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.

34 9d ago A 31 tokens original MIT

tasks

21

akiojin/unity-mcp-server

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.

34 9d ago A 33 tokens original MIT

taskstoissues

22

akiojin/unity-mcp-server

Command

A command that turns unchecked tasks in a tasks.md file into GitHub Issues. An Issue is a trackable work item attached to a repository.

34 9d ago A 27 tokens original MIT