atuljha23

57 mods across 1 repository, 2 stars between them.

holocron

01

atuljha23/holocron

Plugin Claude Code

Plugin marketplace listing 1 plugin: holocron.

2 4mo ago A tokens not measured original MIT

holocron

02

atuljha23/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.

2 4mo ago A tokens not measured original MIT

a11y-auditor

03

atuljha23/holocron

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.

2 4mo ago A 63 tokens original MIT

architect

04

atuljha23/holocron

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.

2 4mo ago A 43 tokens original MIT

backend-engineer

05

atuljha23/holocron

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.

2 4mo ago A 48 tokens original MIT

code-reviewer

06

atuljha23/holocron

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.

2 4mo ago A 54 tokens original MIT

cost-analyst

07

atuljha23/holocron

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.

2 4mo ago A 53 tokens original MIT

data-engineer

08

atuljha23/holocron

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.

2 4mo ago A 59 tokens original MIT

debugger

09

atuljha23/holocron

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.

2 4mo ago A 41 tokens original MIT

docs-writer

10

atuljha23/holocron

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.

2 4mo ago A 43 tokens original MIT

frontend-engineer

11

atuljha23/holocron

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.

2 4mo ago A 63 tokens original MIT

perf-engineer

12

atuljha23/holocron

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.

2 4mo ago A 58 tokens original MIT

qa-engineer

13

atuljha23/holocron

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

2 4mo ago A 55 tokens original MIT

security-reviewer

14

atuljha23/holocron

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.

2 4mo ago A 53 tokens original MIT

sre-engineer

15

atuljha23/holocron

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.

2 4mo ago A 52 tokens original MIT

threat-modeler

16

atuljha23/holocron

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

2 4mo ago A 76 tokens original MIT

a11y

17

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

18

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

19

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

20

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

21

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

22

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

23

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

24

atuljha23/holocron

Command

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

2 4mo ago A 21 tokens original MIT