build-runner
01Agent Claude Code
A Python syntax-checking agent that runs `python -m py_compile server.py`. Syntax checking verifies that Python code can be parsed before it is run.
Agent Claude Code
A Python syntax-checking agent that runs `python -m py_compile server.py`. Syntax checking verifies that Python code can be parsed before it is run.
Agent Claude Code
A read-only codebase investigation agent for locating files, definitions, dependencies, and implementation details. It works with a small Python repository containing a server, dependency file, and environment-variable example.
Agent Claude Code
A test-running agent that checks whether a `tests/` directory exists and runs `pytest` when it does. Pytest is a tool for running Python tests.
Settings file Claude Code
Agent settings declaring 29 allowed tools.
Skill Claude CodeCodex
An implementation procedure that applies an agreed plan to a GitHub issue or requested change. It includes project-rule checks, progress reporting, syntax validation, and optional test execution.
Skill Claude CodeCodex
A planning procedure for turning a GitHub issue or written request into an implementation plan. A GitHub issue is a tracked task or bug report in a repository.
Skill Claude CodeCodex
Skill "release" from naka-koma/local-llm-mcp, covering 手順 and 注意.
Skill Claude CodeCodex
A code-review procedure for examining current changes against correctness, security, project rules, and general reuse. It reports each finding with a severity, file, line, explanation, and suggested fix.
Instructions file
A set of project instructions for working on `local-llm-mcp`, a small Python MCP server that forwards requests through LiteLLM. It documents the technology, files, setup, release approach, and coding rules.
MCP server Claude CodeCodexCursor +2
MCP server "local-llm-mcp" as configured in naka-koma/local-llm-mcp. Runs locally from the local-llm-mcp Python package.