kin
01Plugin Claude Code
Firelock's marketplace for Kin, the system of record for AI-written software. Ships the Kin plugin: the bundled MCP server plus skills for graph-backed retrieval and blast-radius review.
Plugin Claude Code
Firelock's marketplace for Kin, the system of record for AI-written software. Ships the Kin plugin: the bundled MCP server plus skills for graph-backed retrieval and blast-radius review.
Instructions file CodexOpenCode
Instructions for firelock-ai/kin, covering agents.md and this repo's role.
Instructions file Gemini CLI
Instructions for firelock-ai/kin, covering kin: read the repository from the graph, pick the tool by what you know, trust the envelope, not the emptiness, if the tools have no graph and a working order.
Plugin Claude Code
Kin keeps a living map of the software itself so humans and agents can understand what every change touches. Locate, search, context packs, data-flow tracing, and impact analysis without raw file search.
Skill Claude CodeCodex
Review a change by its blast radius, using Kin's graph to find what downstream code the change can reach. Use when reviewing a diff or pull request, deciding whether an edit is safe, or answering "what else breaks if I change this" in a repository admitted to Kin.
Skill Claude CodeCodex
Read a codebase through Kin's semantic graph instead of grep and whole-file reads. Use when finding where something lives, what a symbol does, who calls it, or which code implements a described behavior, and when a repo has been admitted to Kin (a .kin/ directory exists).
Skill Claude CodeCodex
Connect the bundled Kin MCP server and get a repository answering graph-backed questions. Use on first run of the Kin plugin, when Kin's tools return no graph, when a repository has no .kin/ directory yet, or when semanticlocate reports missing embedding coverage.
MCP server Claude CodeCodexCursor +2
The system of record for AI-written software. Runs locally from the @kinlab/kin-mcp npm package.