barlevalon

32 mods across 1 repository, 4 stars between them.

bento-slides

01

barlevalon/skills

Skill Claude CodeCodex

Create and edit Bento presentations — single-file .bento.html decks whose document is plain JSON in a "#bento-doc" script block. Use whenever the user wants a slide deck or presentation: starting from NOTHING (it downloads the latest Bento app from bento.page automatically), from source material, or by improving an…

4 4d ago A 125 tokens copy · 100% MIT

caveman-help

02

barlevalon/skills

Skill Claude CodeCodex

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

4 4d ago A 56 tokens copy · 100% MIT

caveman

03

barlevalon/skills

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts output tokens 65% (measured) by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens"…

4 4d ago A 102 tokens copy · 89% MIT

code-review

04

barlevalon/skills

Skill Claude CodeCodex

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

4 4d ago A 94 tokens copy · 89% MIT

codebase-design

05

barlevalon/skills

Skill Claude CodeCodex

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

4 4d ago A 57 tokens copy · 100% MIT

diagnosing-bugs

06

barlevalon/skills

Skill Claude CodeCodex

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

4 4d ago A 40 tokens copy · 92% MIT

domain-modeling

07

barlevalon/skills

Skill Claude CodeCodex

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

4 4d ago A 43 tokens copy · 91% MIT

find-skills

08

barlevalon/skills

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

4 4d ago A 67 tokens copy · 83% MIT

grill-with-docs

09

barlevalon/skills

Skill Claude CodeCodex

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

4 4d ago A 30 tokens copy · 100% MIT

grilling

10

barlevalon/skills

Skill Claude CodeCodex

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

4 4d ago A 38 tokens copy · 91% MIT

handoff

11

barlevalon/skills

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up.

4 4d ago A 19 tokens copy · 88% MIT

implement

12

barlevalon/skills

Skill Claude CodeCodex

Implement a piece of work based on a spec or set of tickets.

4 4d ago A 16 tokens copy · 100% MIT

barlevalon/skills

Skill Claude CodeCodex

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

4 4d ago A 32 tokens copy · 92% MIT

ponytail-audit

14

barlevalon/skills

Skill Claude CodeCodex

Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find…

4 4d ago A 105 tokens copy · 100% MIT

ponytail-debt

15

barlevalon/skills

Skill Claude CodeCodex

Harvest every ponytail: comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/ponytail-debt", "what did ponytail defer", "list the shortcuts", "ponytail ledger", or…

4 4d ago A 99 tokens copy · 100% MIT

ponytail-review

16

barlevalon/skills

Skill Claude CodeCodex

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this…

4 4d ago A 100 tokens copy · 100% MIT

ponytail

17

barlevalon/skills

Skill Claude CodeCodex

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports…

4 4d ago A 184 tokens copy · 80% MIT

prototype

18

barlevalon/skills

Skill Claude CodeCodex

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

4 4d ago A 39 tokens copy · 94% MIT

research

19

barlevalon/skills

Skill Claude CodeCodex

Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.

4 4d ago A 49 tokens copy · 100% MIT

barlevalon/skills

Skill Claude CodeCodex

Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.

4 4d ago A 54 tokens copy · 100% MIT

to-questionnaire

21

barlevalon/skills

Skill Claude CodeCodex

Turn a decision you can't fully answer into a questionnaire for someone else to fill in.

4 4d ago A 21 tokens copy · 97% MIT

to-spec

22

barlevalon/skills

Skill Claude CodeCodex

Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

4 4d ago A 30 tokens copy · 95% MIT

to-tickets

23

barlevalon/skills

Skill Claude CodeCodex

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.

4 4d ago A 54 tokens copy · 94% MIT

wait-what

24

barlevalon/skills

Skill Claude CodeCodex

Stop. That last message did not land — re-pitch it.

4 4d ago A 18 tokens copy · 86% MIT