bartolli

23 mods across 3 repositories, 913 stars between them.

codanna

01

bartolli/codanna

Plugin Claude Code

Claude Code plugins for codanna, the code-intelligence CLI and MCP server: x-ray and graph views over a codanna index.

729 2d ago A tokens not measured original Apache-2.0

codanna-toolset

02

bartolli/codanna

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.

729 2d ago A tokens not measured original Apache-2.0

graph

03

bartolli/codanna

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…

729 2d ago A 131 tokens original Apache-2.0

x-ray

04

bartolli/codanna

Skill Claude CodeCodex

Deep codebase exploration using semantic search and relationship mapping. Use when you need to understand the current codebase.

729 2d ago A 25 tokens original Apache-2.0

kmd

06

bartolli/kmd

Plugin Claude Code

Plugin marketplace listing 1 plugin: wiki-sdd.

7 21d ago A tokens not measured original MIT

wiki-dev

07

bartolli/kmd

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.

7 21d ago A tokens not measured original MIT

kmd AGENTS.md

08

bartolli/kmd

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.

7 21d ago A 4 tokens copy · 100% MIT

wiki-sdd

09

bartolli/kmd

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.

7 21d ago A tokens not measured original MIT

SessionStart

10

bartolli/kmd

Hook

Runs when a session starts, running node. From bartolli/kmd.

7 21d ago A tokens not measured original MIT

UserPromptSubmit

11

bartolli/kmd

Hook

Runs when you submit a prompt, before the agent sees it, running node. From bartolli/kmd.

7 21d ago A tokens not measured original MIT

PreToolUse

12

bartolli/kmd

Hook

Runs before the agent uses a tool, running node. From bartolli/kmd.

7 21d ago A tokens not measured original MIT

PostToolUse

13

bartolli/kmd

Hook

Runs after a tool call finishes for Write, Edit and Bash tool calls, running node. From bartolli/kmd.

7 21d ago A tokens not measured original MIT

Stop

14

bartolli/kmd

Hook

Runs when the agent finishes a response, running node. From bartolli/kmd.

7 21d ago A tokens not measured original MIT

grill-with-docs

15

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).…

7 21d ago A 183 tokens original MIT

retro

16

bartolli/kmd

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…

7 21d ago A 173 tokens original MIT

signal-dense

17

bartolli/kmd

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"…

7 21d ago C 96 tokens original MIT

tdd

18

bartolli/kmd

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…

7 21d ago A 133 tokens original MIT

to-issues

19

bartolli/kmd

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…

7 21d ago A 140 tokens original MIT

to-prd

20

bartolli/kmd

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…

7 21d ago A 171 tokens original MIT

to-triggers

21

bartolli/kmd

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…

7 21d ago A 165 tokens original MIT

triage

22

bartolli/kmd

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…

7 21d ago A 166 tokens original MIT

wiki

23

bartolli/kmd

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…

7 21d ago B 259 tokens original MIT