atuljha23/holocron

Role-aware Claude Code plugin: 10 specialist agents (frontend, backend, QA, a11y, perf, security, architect, debugger, code-reviewer, docs), 15 domain commands, 8 skills, and a SQLite-backed learning crystal that compounds your corrections across sessions.

2Stars on the repository
57Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

a11y

01

atuljha23/holocron

Command

Accessibility audit (WCAG 2.2 AA) on the working-tree diff or a specified file/directory. Delegates to @a11y-auditor.

2 4mo ago A 34 tokens original MIT

adr

02

atuljha23/holocron

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

2 4mo ago A 40 tokens original MIT

budget

03

atuljha23/holocron

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%.

2 4mo ago A 35 tokens original MIT

commit

04

atuljha23/holocron

Command

Quality-gated commit — runs lint/typecheck/test (if configured), reviews the staged diff, drafts a conventional-commits message, and commits.

2 4mo ago A 30 tokens original MIT

context-size

05

atuljha23/holocron

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.

2 4mo ago A 36 tokens original MIT

cost

06

atuljha23/holocron

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.

2 4mo ago A 37 tokens original MIT

develop

07

atuljha23/holocron

Command

Multi-phase feature development — Research → Plan → Implement → Review. Delegates research/review to specialist agents; you drive the implementation.

2 4mo ago A 27 tokens original MIT

doctor

08

atuljha23/holocron

Command

Self-check the holocron plugin install — manifests, SQLite, directories, Node version, hook wiring.

2 4mo ago A 21 tokens original MIT

flaky

09

atuljha23/holocron

Command

Hunt a flaky test — diagnose non-determinism, race conditions, order dependence, timing, or environment leaks. Delegates to @qa-engineer.

2 4mo ago A 32 tokens original MIT

handoff

10

atuljha23/holocron

Command

Write a session handoff document summarizing what was done, what's open, and what the next session should pick up. Saves to .holocron/handoff-YYYY-MM-DD.md.

2 4mo ago A 38 tokens original MIT

insights

11

atuljha23/holocron

Command

Correction heatmap for the holocron — top tags, weekly additions, oldest rules (review candidates). Makes the crystal visible.

2 4mo ago A 26 tokens original MIT

learn

12

atuljha23/holocron

Command

Capture a correction as a durable learning in the holocron (SQLite). Survives compaction, loads on session start, matched against future prompts.

2 4mo ago A 31 tokens original MIT

llm-gate

13

atuljha23/holocron

Command

AI-powered verification gate before a destructive or high-stakes operation. Use before git push to main, production deploys, DDL migrations, or mass deletes. Reads the proposed action in context and returns a go / hold decision with reasons.

2 4mo ago C 48 tokens original MIT

mcp-audit

14

atuljha23/holocron

Command

Audit the MCP servers active in this session — tool count, schema size, and which ones probably aren't pulling their weight. Every MCP tool's schema adds tokens to every turn; disabling the unused ones is a direct cost cut.

2 4mo ago A 45 tokens original MIT

onboard

15

atuljha23/holocron

Command

Detect the project stack and draft a repo-appropriate CLAUDE.md (language, framework, test runner, lint setup, agents and commands that fit).

2 4mo ago A 31 tokens original MIT

perf

16

atuljha23/holocron

Command

Performance audit on the diff or a path. Delegates to @perf-engineer. Flags bundle bloat, N+1 queries, missing indexes, LCP/CLS risks.

2 4mo ago A 36 tokens original MIT

permission-tune

17

atuljha23/holocron

Command

Analyze your Claude Code permission setup — flag commands that probably deserve an allowlist entry, dangerous defaults that should be on the denylist, and suggest additions to settings.json. Reduces prompt fatigue without loosening safety.

2 4mo ago F 43 tokens original MIT

plan

18

atuljha23/holocron

Command

Enter plan mode with a structured plan scaffold (goal, success criteria, risks, files to touch, rollback). Use before any non-trivial implementation.

2 4mo ago A 30 tokens original MIT

recall

19

atuljha23/holocron

Command

Search the holocron (SQLite + FTS5) for relevant past learnings. Returns top matches ranked by bm25.

2 4mo ago A 26 tokens original MIT

review

20

atuljha23/holocron

Command

Staff-level review of the current diff (or a specified ref). Delegates to @code-reviewer, @security-reviewer, and @a11y-auditor as relevant.

2 4mo ago A 37 tokens original MIT

sec-scan

21

atuljha23/holocron

Command

Security scan on the diff — SAST heuristics, secret regex sweep, dependency advisory check. Delegates to @security-reviewer.

2 4mo ago A 27 tokens original MIT

test-gap

22

atuljha23/holocron

Command

Find untested branches and edge cases in a file or the diff. Delegates to @qa-engineer. Returns a prioritized list of missing tests with draft names and assertions.

2 4mo ago A 35 tokens original MIT

threat-model

23

atuljha23/holocron

Command

STRIDE-driven threat model of a diff, component, or proposed feature. Delegates to @threat-modeler. Produces an actionable threat list with mitigations — different from /holocron:sec-scan (line-level SAST) in that it works at the design level.

2 4mo ago A 59 tokens original MIT

worktree

24

atuljha23/holocron

Command

Set up a git worktree for parallel Claude Code sessions — zero-dead-time while one feature bakes. Creates the worktree, creates/switches the branch, and prints the launch command.

2 4mo ago A 40 tokens original MIT