By ddpoe
Graduated plugin-hook test agents. Each agent fires one canary to /tmp when its hook runs; a driver skill dispatches all spikes and reports a pass/fail matrix. Used to debug hook resolution behavior without churning the real PEV plugin.
Hook-spike — tests whether ${CLAUDE_PLUGIN_ROOT} resolves in an agent's frontmatter PreToolUse hook. Triggers on Glob.
Hook-spike — tests whether ${CLAUDE_PROJECT_DIR} resolves in an agent's frontmatter PreToolUse hook. Triggers on Grep.
Absolute-minimum hook smoke test — makes one Bash call; the plugin's hooks.json PreToolUse(Bash) and PostToolUse(Bash) both echo visible messages to stderr.
Hook-spike control — triggers the plugin's hooks.json PreToolUse(Read) hook. Confirms test harness + baseline hooks.json variable expansion.
Hook-spike — tests whether a SubagentStop hook declared in agent frontmatter fires with ${CLAUDE_PLUGIN_ROOT} available.
Dispatches the 4 hook-spike test agents in parallel, reads canary files from /tmp/hook-spike/, and reports a pass/fail matrix showing which hook patterns resolved and what ${CLAUDE_PLUGIN_ROOT} / ${CLAUDE_PROJECT_DIR} expanded to.
One-shot hook smoke test — dispatches the hs-heartbeat subagent, which makes one Bash call. Reports whether the plugin's PreToolUse and PostToolUse hooks fired, and what ${CLAUDE_PLUGIN_ROOT} / ${CLAUDE_PROJECT_DIR} expanded to. Use this first before hook-spike (the full matrix) — if heartbeat doesn't fire, nothing will.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A local-first code intelligence layer built for AI agents. axiom-graph scans your Python and TypeScript, then weaves your code, docs, tests, and workflows into a single typed mesh over the source — and keeps that mesh honest as the code changes.
The payoff is context reduction. Instead of re-reading a whole file to understand one function, an agent asks the mesh and gets back exactly what a careful reviewer would pull up: the function, the doc section that describes it, the tests that validate it, and the workflow that calls it — one focused bundle of context, not a file dump. And the moment any of those threads drifts out of sync with the code, the mesh says so.
pip install, no SaaS and no account. A few commands take an unindexed repo to a live drift signal:
pip install axiom-graph[viz]
axiom-graph init . # one-time: scan and build the full index
# ...edit a function that docs and tests describe...
axiom-graph build . # incremental re-index
axiom-graph check . # what fell out of sync?
check answers with exactly what drifted and why — the symbol you changed, the doc sections that document it, the tests that validate it, and any downstream page riding the chain:
own: 1 CONTENT_UPDATED / 0 DESC_UPDATED / 0 RENAMED / 0 NOT_FOUND · link: 2 LINKED_STALE / 0 BROKEN_LINK · 47 VERIFIED
That one line is the whole product: change code, and the mesh tells you what it knocked out of date.
Most tools treat code, docs, and tests as separate worlds joined by prose references. axiom-graph treats them as one graph of nodes joined by intent-typed edges — a doc section documents a function, a test validates it, a workflow delegates to a task. That single choice buys two capabilities from one mesh:
A few more choices set it apart:
@workflow / @task / Step / AutoStep markers annotate the orchestration highways of your system with intent and order, giving a readable map without the noise of every helper call. The markers come from the companion axiom-annotations package (pip install axiom-annotations)..axiom_graph/graph.db) that lives in your repo. Free, open-source, no SaaS to sign up for.The same mesh is reachable three ways:
init, build, and check, plus commands to explore the graph, inspect history, and export. axiom-graph check --fail-on any doubles as a CI gate that blocks stale docs from merging.axiom-graph viz . launches an interactive browser UI with graph and list views, a doc manager, a workflow explorer, and detail panels over every node.Full guides for all three live in the documentation.
npx claudepluginhub ddpoe/axiom-graph --plugin hook-spikePEV (Plan-Execute-Validate) agent workflow — orchestrates Architect, Builder, Reviewer, and Auditor subagents for structured code changes with axiom-graph integration
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Comprehensive SEO analysis plugin for Claude Code. 25 sub-skills (21 core + 1 orchestrator + 1 framework + 2 extension mirrors) and 18 sub-agents cover technical SEO, content quality, schema, sitemaps, Core Web Vitals, local SEO, backlinks, AI/GEO, ecommerce, hreflang, SXO, clustering, drift monitoring, and Google APIs. Includes optional MCP extensions, SPA-aware rendering, portability, and hardened SSRF/DNS-rebinding safe fetchers.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications