@neat.is/claude-skill
v0.4.3
Published
Claude Code skill drop-in for NEAT — wires the @neat.is/mcp server into Claude's MCP config
Readme
@neat.is/claude-skill
Drop-in MCP config that hooks NEAT's nine MCP tools into Claude Code.
See SKILL.md for the tool list, install steps, and prerequisites.
The shipped artifact is claude_code_config.json — a single object you merge into your ~/.claude.json under mcpServers.neat. The neat skill CLI verb (in @neat.is/core) handles the merge for you.
Files
claude_code_config.json— the MCP server snippetSKILL.md— what the skill exposes and how to installpackage.json— workspace metadata; this package ships no compiled code
When this drifts
If the nine MCP tools change shape or the @neat.is/mcp package ships a different stdio entrypoint, this snippet needs to keep up. The contract test in packages/core/test/audits/contracts.test.ts enforces the snippet shape — command: 'npx', args wired to @neat.is/mcp, type stdio, plus NEAT_API_URL env wired through.
