llm-wiki-kit
01Plugin Claude Code
Plugin marketplace listing 1 plugin: llm-wiki-kit.
Plugin Claude Code
Plugin marketplace listing 1 plugin: llm-wiki-kit.
Plugin Claude Code
Your second brain, maintained by Claude. Five skills that turn an Obsidian vault into a self-organizing wiki: init, compile, search, save, lint.
Instructions file
Instructions for SantiagoBobrik/llm-wiki-kit, covering claude.md, what this repo is, architecture, pre-loaded context convention and editing the contract.
Skill Claude CodeCodex
Compile Raw/ clippings into structured Wiki/ articles in the Obsidian vault. Use when the user says 'compile', 'wiki-compile', 'process clippings', 'compile my raws', or wants to turn saved clippings into knowledge base articles.
Skill Claude CodeCodex
Bootstrap an Obsidian vault as a wiki-enabled workspace: validate the target is a vault, create Raw/ and Wiki/ structure, and inline the Wiki contract into CLAUDE.md. Use when the user says 'wiki-init', 'init wiki', or wants to add a personal wiki to an Obsidian vault.
Skill Claude CodeCodex
Audit the Wiki knowledge base for contradictions, unexplained topics, unsourced claims, and content gaps. Use when the user says '/wiki-lint', 'lint wiki', 'audit wiki', or wants a quality review of their knowledge base.
Skill Claude CodeCodex
Save a conversation answer or insight as a Wiki article. Use when the user says 'save this to wiki', 'wiki-save', or wants to file a good answer into the knowledge base.
Skill Claude CodeCodex
Search the Wiki knowledge base for a topic and return a synthesized answer. Use when the user says '/wiki-search', 'search wiki', 'what do I have on...', 'check my wiki for...', or wants to query their knowledge base.
Command Claude Code
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Command Claude Code
Generate a custom checklist for the current feature based on user requirements.
Command Claude Code
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Command Claude Code
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Command Claude Code
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
Command Claude Code
Execute the implementation planning workflow using the plan template to generate design artifacts.
Command Claude Code
Create or update the feature specification from a natural language feature description.
Command Claude Code
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Command Claude Code
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Hook Claude Code
Runs when the agent sends a notification, running agent-pulse hook --provider claude --event notification. From SantiagoBobrik/agent-pulse.
Hook Claude Code
Runs when a session ends, running agent-pulse hook --provider claude --event session_end. From SantiagoBobrik/agent-pulse.
Hook Claude Code
Runs when a session starts, running agent-pulse hook --provider claude --event session_start. From SantiagoBobrik/agent-pulse.
Hook Claude Code
Runs when the agent finishes a response, running agent-pulse hook --provider claude --event stop. From SantiagoBobrik/agent-pulse.
Settings file Claude Code
Agent settings declaring 4 hook events (Notification, SessionEnd, SessionStart, Stop).
Instructions file
Instructions for SantiagoBobrik/agent-pulse, covering agent-pulse development guidelines, active technologies, project structure, commands and add commands for go 1.24+.