holocron
01Plugin Claude Code
Plugin marketplace listing 1 plugin: holocron.
Plugin Claude Code
Plugin marketplace listing 1 plugin: holocron.
Plugin Claude Code
A Jedi council for your codebase: 14 role-specialist agents, 24 domain commands (a11y, perf, QA, security, threat-modeling, SRE, ADR, cost tracking, MCP auditing), 11 skills including token economy, and a SQLite-backed learning crystal that compounds your corrections across sessions.
Agent
Accessibility audit against WCAG 2.2 AA. Use when the user asks "is this accessible", is building UI components, or when /holocron:a11y runs. Flags missing semantics, ARIA misuse, focus order, keyboard traps, and likely contrast issues.
Agent
System design, tradeoff analysis, and ADR drafting. Use when the user needs to pick between implementation approaches, evaluate a design, decompose a feature into modules, or document a decision for posterity.
Agent
Implements and reviews server-side code — HTTP APIs, services, background workers, data access. Use for endpoint design, request/response shape, error handling, database queries, async/concurrency patterns, and service boundaries.
Agent
Staff-level PR review of the current diff or a specified ref. Use when the user asks for "a review", "a second opinion", or runs /holocron:review. Reviews for correctness, clarity, test quality, and blast radius.
Agent
Analyze session-usage logs and identify concrete token-savings opportunities. Reads /.holocron/sessions/.json, correlates cost to behavior, and proposes changes ranked by expected savings. Use when costs creep up or before setting a budget.
Agent
Data specialist — SQL correctness, query performance, schema design, dbt models, pipeline reliability (Airflow / Dagster / Prefect / Fivetran). Use for query review, index planning, migration review, dbt model patterns, and pipeline idempotency.
Agent
Hypothesis-driven root-cause analysis on bug reports and failing tests. Use when something is broken and the user wants to understand why, not just patch it. Not for feature implementation.
Agent
Writes READMEs, ADRs, runbooks, API docs, and migration guides. Use when the task is to produce documentation or polish existing docs. Matches the voice of the surrounding repo.
Agent
Implements and reviews frontend code — React, Vue, Svelte, Web Components, plain HTML/CSS. Handles state management, component APIs, accessibility baseline, responsive layouts, and user-facing performance. Use when the task involves UI, client-side state, forms, routing, or rendering behavior.
Agent
Performance analysis — Core Web Vitals on the frontend, N+1 and index gaps on the backend, bundle size deltas, rendering cost. Use when the task mentions "slow", "too big", "regression", or /holocron:perf runs.
Agent
Test strategy, coverage gap analysis, flaky-test hunting, and BDD scenario authoring. Use when the task is "what tests are missing", "why does this test fail intermittently", "write a test plan", or "improve test quality".
Agent
Security review of changes — OWASP Top 10, authn/authz boundaries, secret hygiene, injection surfaces, dep CVEs. Use for PR review of security-sensitive code, threat modeling, and /holocron:sec-scan.
Agent
Site-reliability and infra specialist — Dockerfiles, Kubernetes manifests, CI pipelines, SLOs, error budgets, incident runbooks. Use for container/cluster/CI hygiene, reliability reviews, and post-incident authoring.
Agent
Structured threat modeling over a diff, a component, or a proposed feature. Walks STRIDE (or LINDDUN for privacy-heavy work) and produces an actionable threat list with mitigations. Use when the task is "what could go wrong here" at the design level, not "is this line safe" (that's @security-reviewer).
Command
Accessibility audit (WCAG 2.2 AA) on the working-tree diff or a specified file/directory. Delegates to @a11y-auditor.
Command
Draft an Architectural Decision Record (ADR) for a proposed or accepted decision. Uses the MADR-style template and places it in docs/adr/ or adrs/ (whichever the repo uses).
Command
Set or inspect token $ budgets. Per-session, daily, and monthly caps. The Stop hook reads these and nudges you when you cross 80% / 100%.
Command
Quality-gated commit — runs lint/typecheck/test (if configured), reviews the staged diff, drafts a conventional-commits message, and commits.
Command
Snapshot the current session's context footprint — transcript size, CLAUDE.md size, MCP schemas, file reads still in context. Identifies what's eating tokens so you can trim.
Command
Session + rolling $ and token usage across all Claude Code sessions — totals, per-model breakdown, cache hit rate, budget status. Data comes from the Stop hook that logs every session.
Command
Multi-phase feature development — Research → Plan → Implement → Review. Delegates research/review to specialist agents; you drive the implementation.
Command
Self-check the holocron plugin install — manifests, SQLite, directories, Node version, hook wiring.