JoseArron

40 mods across 1 repository, 2 stars between them.

skills AGENTS.md

01

JoseArron/skills

Instructions file CodexOpenCode

AGENTS.md instructions for JoseArron/skills: Add or rename skills/ / /SKILL.md (frontmatter needs name and description), commit, and run npx skills update -g to propagate.

2 13d ago A 45 tokens original MIT

caveman

02

JoseArron/skills

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts token usage 75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

2 13d ago A 68 tokens copy · 89% MIT

handoff

03

JoseArron/skills

Skill Claude CodeCodex

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

2 13d ago A 19 tokens copy · 88% MIT

codebase-design

04

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

2 13d ago A 57 tokens copy · 100% MIT

concrete-naming

05

JoseArron/skills

Skill Claude CodeCodex

Naming and comment conventions that keep code readable without a change log baked into it — subject-first names for data (itemsCharged not chargedItems), verb-first names for actions (validateChargeOnInvoice not check), full domain terms instead of abbreviations or metaphors (PaymentTransactionLogService not…

2 13d ago A 168 tokens original MIT

diagnosing-bugs

06

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

2 13d ago A 40 tokens copy · 91% MIT

implement

07

JoseArron/skills

Skill Claude CodeCodex

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

2 13d ago A 16 tokens original MIT

tdd

08

JoseArron/skills

Skill Claude CodeCodex

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

2 13d ago A 33 tokens copy · 91% MIT

wizard

09

JoseArron/skills

Skill Claude CodeCodex

Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.

2 13d ago A 58 tokens original MIT

JoseArron/skills

Skill Claude CodeCodex

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

2 13d ago B 62 tokens copy · 92% MIT

deslop-written

12

JoseArron/skills

Skill Claude CodeCodex

Rules and worked examples for writing prose that does not read like AI-generated slop. Consult before writing or editing any prose.

2 13d ago A 29 tokens original MIT

rossmann-voice

13

JoseArron/skills

Skill Claude CodeCodex

Louis Rossmann's writing voice for general prose: testable-number density, high sentence-length variance, claim-then-proof structure, contractions, contempt shown through precision. Consult when writing in his voice.

2 13d ago A 45 tokens original MIT

teach

14

JoseArron/skills

Skill Claude CodeCodex

Teach the user a new skill or concept, within this workspace.

2 13d ago A 15 tokens copy · 95% MIT

wait-what

15

JoseArron/skills

Skill Claude CodeCodex

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

2 13d ago A 18 tokens copy · 88% MIT

setup-pre-commit

16

JoseArron/skills

Skill Claude CodeCodex

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

2 13d ago A 62 tokens copy · 100% MIT

setup-skills

17

JoseArron/skills

Skill Claude CodeCodex

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

2 13d ago A 39 tokens copy · 86% MIT

domain-modeling

18

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

2 13d ago A 43 tokens copy · 88% MIT

grill-me

19

JoseArron/skills

Skill Claude CodeCodex

A relentless interview to sharpen a plan or design.

2 13d ago A 14 tokens copy · 100% MIT

grill-with-docs

20

JoseArron/skills

Skill Claude CodeCodex

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

2 13d ago A 30 tokens copy · 100% MIT

grilling

21

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

2 13d ago A 38 tokens copy · 91% MIT

prototype

22

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

2 13d ago A 39 tokens copy · 94% MIT

research

23

JoseArron/skills

Skill Claude CodeCodex

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

2 13d ago A 52 tokens original MIT

to-questionnaire

24

JoseArron/skills

Skill Claude CodeCodex

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

2 13d ago A 21 tokens copy · 83% MIT