kbichave

31 mods across 1 repository, 2 stars between them.

kbichave-skills

01

kbichave/skills

Plugin Claude Code

kbichave's pack of usable skills and plugins.

2 2d ago A tokens not measured original MIT

deep

02

kbichave/skills

Plugin Claude Code

Discover, plan, and implement complex systems with AI-assisted research, multi-LLM review, TDD sections, and disciplined execution.

2 2d ago A tokens not measured original MIT

PreCompact

03

kbichave/skills

Hook Claude Code

Runs before the context is compacted, running bd prime. From kbichave/skills.

2 2d ago A tokens not measured copy · 100% MIT

SessionStart

04

kbichave/skills

Hook Claude Code

Runs when a session starts, running bd prime. From kbichave/skills.

2 2d ago A tokens not measured copy · 100% MIT

skills

05

kbichave/skills

Settings file Claude Code

Agent settings declaring 2 hook events (PreCompact, SessionStart).

2 2d ago A tokens not measured copy · 100% MIT

skills AGENTS.md

06

kbichave/skills

Instructions file CodexOpenCode

Instructions for kbichave/skills, covering agent instructions, quick reference, non-interactive shell commands, force overwrite without prompting and for recursive operations.

2 2d ago C 742 tokens copy · 69% MIT

skills CLAUDE.md

07

kbichave/skills

Instructions file

Instructions for kbichave/skills, covering project instructions for ai agents, beads issue tracker, quick reference, rules and session completion.

2 2d ago A 1,211 tokens original MIT

kbichave/skills

Agent

Architecture and design expert for the code-review panel. Spawned for large or cross-module diffs, new modules, or boundary changes. Reviews coupling, dependency direction, API shape, and extensibility. Outputs the shared panel JSON.

2 2d ago A 50 tokens original MIT

audit-doc-writer

09

kbichave/skills

Agent

Generates focused audit document content for a specific topic. Has web access for build-vs-buy research.

2 2d ago A 26 tokens original MIT

claim-verifier

10

kbichave/skills

Agent

Claim-verification agent for the code-review panel, spawned after the experts return. The panel's only network stage. Web-verifies framework, library, API, statistical-method, SQL-dialect (Snowflake/BigQuery/Postgres), and version-currency claims in the merged findings against current official documentation, batching…

2 2d ago A 91 tokens original MIT

code-reviewer

11

kbichave/skills

Agent

Sole code-review agent for /deep implement Phase 5. Reviews implementation sections in any language (Python, TypeScript/JavaScript, Go, SQL/dbt) against the quality rule-packs active for the target. Four-phase review workflow (context → high-level → line-by-line → summary), five review dimensions mapped to rule…

2 2d ago A 125 tokens original MIT

data-eng-reviewer

12

kbichave/skills

Agent

Data-engineering expert for the code-review panel. Spawned when the diff touches SQL, dbt models or schema .yml files, Spark, or pandas/polars ETL. Hunts silently-wrong query logic, non-idempotent incremental loads, join explosions, null handling, and warehouse-pack (SQL-/DBT-) violations. Outputs the shared panel…

2 2d ago A 82 tokens original MIT

logic-reviewer

13

kbichave/skills

Agent

Correctness and logic expert for the code-review panel. Always spawned. Deep-dives algorithms, control flow, edge cases, and invariants in changed code — the things linters and type checkers cannot see. Outputs the shared panel JSON.

2 2d ago A 53 tokens original MIT

ml-reviewer

14

kbichave/skills

Agent

Machine-learning expert for the code-review panel. Spawned when the diff touches ML frameworks (torch, tensorflow, sklearn, xgboost, lightgbm, transformers), training/eval scripts, or notebooks. Hunts data leakage, evaluation flaws, reproducibility gaps, and tensor bugs. Outputs the shared panel JSON.

2 2d ago A 67 tokens original MIT

mlops-reviewer

15

kbichave/skills

Agent

MLOps and ML-infrastructure expert for the code-review panel. Spawned when the diff touches pipelines (Airflow/Dagster/Prefect), experiment tracking (MLflow/W&B), model serving, feature stores, Dockerfiles/K8s, or CI for ML. Hunts versioning gaps, irreproducible environments, unsafe rollouts, and missing monitoring.…

2 2d ago A 86 tokens original MIT

prompt-reviewer

17

kbichave/skills

Agent

LLM prompt-engineering expert for the code-review panel. Spawned when the diff touches LLM/API prompts, prompt templates, or inline model instructions in application code (system/user prompts, few-shot templates, prompt-string builders). Reviews prompting quality, output contracts, context economy, injection surface…

2 2d ago A 92 tokens original MIT

review-verifier

18

kbichave/skills

Agent

Final verification gate for the code-review panel — always the last subagent. Re-reads the actual code for every merged finding, kills phantom bugs, fixes wrong file/line references, deduplicates overlapping expert findings, and normalizes severity. Only findings it approves reach the user.

2 2d ago A 61 tokens original MIT

section-writer

19

kbichave/skills

Agent

Generates self-contained implementation section content. Outputs raw markdown. Used by /deep-plan for parallel section generation.

2 2d ago A 26 tokens original MIT

skill-reviewer

20

kbichave/skills

Agent

Skill and agent-definition expert for the code-review panel. Spawned when the diff touches SKILL.md files, agent definitions, or hook prompts. Audits them against the "Don't Ship Skills Without Evals" rubric — description-as-trigger, lean progressive-disclosure structure, directives over essays, negative cases…

2 2d ago A 79 tokens original MIT

skill-router

21

kbichave/skills

Agent

Inspects installed Claude Code skills at /deep hook points and decides which ones to auto-invoke, which to surface for user approval, and which to skip. Used by /deep plan, /deep implement, and /deep auto.

2 2d ago A 50 tokens original MIT

stats-reviewer

22

kbichave/skills

Agent

Statistics and data-science methodology expert for the code-review panel. Spawned when the diff touches statistical tests, experiment/A-B analysis, metric definitions, sampling, or forecasting code (scipy.stats, statsmodels, experiment frameworks). Hunts invalid inference, biased sampling, and misleading aggregation.…

2 2d ago A 67 tokens original MIT

vault-curator

23

kbichave/skills

Agent

Decides which session artifacts deserve long-lived storage in the Obsidian vault and writes the survivors via the obsidian-vault skill. Invoked at the end of every /deep mode (discovery, plan, implement, auto).

2 2d ago A 51 tokens original MIT

PreToolUse

24

kbichave/skills

Hook

Runs before the agent uses a tool for Write, Edit, MultiEdit and NotebookEdit tool calls, executing guard-pre-tool-use.py via python3. From kbichave/skills.

2 2d ago A tokens not measured original MIT