codanna
01Plugin Claude Code
Claude Code plugins for codanna, the code-intelligence CLI and MCP server: x-ray and graph views over a codanna index.
Plugin Claude Code
Claude Code plugins for codanna, the code-intelligence CLI and MCP server: x-ray and graph views over a codanna index.
Plugin Claude Code
Codanna toolset for Claude Code: x-ray (semantic search + relationship traversal with 3D neighbourhood, radial tree and edge-bundle views) and graph (the whole index as a module disc with hubs at the centre, timeline and heatmap). Needs the codanna CLI.
Skill Claude CodeCodex
Whole-codebase structural map of the codanna index as one self-contained HTML disc. Wedges per top-level module, concentric rings with hubs at the centre, hover or click a symbol to light its edge web, search, hide or highlight modules, brush a date range on the ribbon timeline (symbols dated by git blame), heatmap of…
Skill Claude CodeCodex
Deep codebase exploration using semantic search and relationship mapping. Use when you need to understand the current codebase.
bartolli/claude-code-typescript-hooks
Instructions file
Instructions for bartolli/claude-code-typescript-hooks, covering claude.md, project overview, key architecture, hook system and core components.
Plugin Claude Code
Plugin marketplace listing 1 plugin: wiki-sdd.
MCP server Claude CodeCodexCursor +2
MCP server "wiki-dev" as configured in bartolli/kmd. Launched with pnpm exec tsx packages/mcp/bin/stdio.ts. Needs 2 environment variables to run.
Instructions file CodexOpenCode
Instructions for bartolli/kmd, a project described as: Knowledge-markdown CLI + MCP server. Validate, index, and serve a structured markdown vault to AI agents.
Plugin Claude Code
Wiki-native spec-driven development loop for the llm-wiki agent wiki: bootstrap a project scope, grill intent into spec-context, synthesize PRDs and user stories, triage stories through a state machine, slice into tracker issues, and implement slices via red-green-refactor TDD.
Hook
Runs when a session starts, running node. From bartolli/kmd.
Hook
Runs when you submit a prompt, before the agent sees it, running node. From bartolli/kmd.
Hook
Runs before the agent uses a tool, running node. From bartolli/kmd.
Hook
Runs after a tool call finishes for Write, Edit and Bash tool calls, running node. From bartolli/kmd.
Hook
Runs when the agent finishes a response, running node. From bartolli/kmd.
Skill Claude CodeCodex
Interview-style grilling that captures intent, sharpens vocabulary, and scaffolds wiki structure for a project scope. Use when the user wants to start a new workstream, refine an existing scope's intent, stress-test a plan against the project's domain language, or write a spec-context.md (glossary + relationships).…
Skill Claude CodeCodex
Formal end-of-session retrospective gate that runs BEFORE authoring or resyncing the wiki primer. Asks exactly two questions — 'What are you least confident about right now?' and 'What's the biggest thing we're missing about the situation right now? What don't I realize?' — then converts every answer into wiki…
Skill Claude CodeCodex
Canonical-vocabulary mode for agentic threads where assistant output re-enters context. Composable register predicates (technical, affect, safety, beginner) bind rule application; canonical handles, typed entities, and direct predicates extend an implicit KG across turns. Trigger on "signal-dense", "dense mode"…
Skill Claude CodeCodex
Implement a single ready-for-agent slice from a wiki user story using disciplined red-green-refactor with vertical tracer bullets. Reads the slice description, the story's Gherkin scenarios (as the test specification), spec-context.md (for vocabulary), and the referenced specs/ADRs. Refuses horizontal slicing…
Skill Claude CodeCodex
Break a wiki user story into vertical-slice tracer-bullet checkboxes (or refine existing slices), and in github/gitlab mode mirror ready-for-agent slices to the remote issue tracker with wikilinks back to the story file. Operates on kind: story files in the wiki. Quizzes the user on slice granularity, AFK vs HITL, and…
Skill Claude CodeCodex
Synthesize the current conversation context into a wiki-native plan with child user-story files. Writes a thin plan/plan-{name}.md (Problem · Solution · Story Index · Out of Scope · References) plus one plan/{name}/story-N-{slug}.md per user story, each with Gherkin scenarios and an initial slice list. Default…
Skill Claude CodeCodex
Turn a plain-language rule into a well-formed vault trigger entry. Interviews intent (remind vs warn vs block), then authors the matching mechanics itself — stemmed keyword choice, anchored regexes, glob semantics, predicate selection — proves fire and near-miss behavior with a dry run, and writes vault.yaml only on…
Skill Claude CodeCodex
Move user-story files in the wiki through a triage state machine (needs-triage → needs-info / ready-for-agent / ready-for-human / wontfix). Reads and writes triagestate and category in story frontmatter. Recommends transitions, grills (chains to /grill-with-docs) when story bodies are too thin, posts agent briefs for…
Skill Claude CodeCodex
Bootstrap an existing project (not yet on the wiki) to use the /llm-wiki Obsidian-based agent wiki. Scaffolds a new vault when none exists (vault.yaml, served templates, domain dirs). Writes three sections to the project instructions from a bundled template — ## First read, ## Wiki integration (declaring WIKISCOPE…