JoseArron

40 mods across 1 repository, 2 stars between them.

to-spec

25

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

2 14d ago A 30 tokens copy · 94% MIT

to-tickets

26

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

2 14d ago A 54 tokens copy · 91% MIT

triage

27

JoseArron/skills

Skill Claude CodeCodex

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

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

understand-the-user

28

JoseArron/skills

Skill Claude CodeCodex

Build and maintain a grounded picture of the project's users before designing solutions — personas, jobs-to-be-done, as-is/to-be workflows, and the assumptions under them, each tagged evidence or assumption. Use when kicking off a project or feature, before a spec or user stories, when the team is guessing what users…

2 14d ago A 83 tokens original MIT

zoom-out

29

JoseArron/skills

Skill Claude CodeCodex

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

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

JoseArron/skills

Skill Claude CodeCodex

Audit a feature implementation across four axes — label-truth (controls do exactly what their label says), fetch & query shape (every query is justified, deduplicated, and consistent with siblings), stack-native idiom (use what the stack already gives you), and misused tools (tools used against their grain — DB views…

2 14d ago A 131 tokens original MIT

code-review

31

JoseArron/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 ticket or spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side.…

2 14d ago A 95 tokens copy · 86% MIT

JoseArron/skills

Skill Claude CodeCodex

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

2 14d ago A 32 tokens copy · 86% MIT

prune-cruft

33

JoseArron/skills

Skill Claude CodeCodex

Surface and remove code that does not earn its keep — unnecessary memoization or caching, redundant type checks and casts, dead or unused code, over-engineered abstractions, and premature/unmeasured optimizations — in any language or framework. Use when the user wants to simplify a file or codebase, audit for cruft…

2 14d ago A 120 tokens original MIT

audit-security

34

JoseArron/skills

Skill Claude CodeCodex

Audit code for security vulnerabilities across six trust boundaries — access control (IDOR, privilege escalation, mass assignment), auth & sessions (passwords, JWT, CSRF), injection (SQL, XXE, path traversal), XSS & output encoding, untrusted URLs & uploads (SSRF, open redirect, file upload), and data exposure…

2 14d ago A 153 tokens original MIT

make-it-obvious

35

JoseArron/skills

Skill Claude CodeCodex

Make a screen self-evident — understood at a glance, no thinking required: clear visual hierarchy, scannable layout, conventional patterns, obvious clickability, ruthless word economy. Use when a screen feels confusing or cluttered, when simplifying copy or layout, reducing cognitive load, or asking "is this clear?".

2 14d ago A 69 tokens original MIT

ux-review

36

JoseArron/skills

Skill Claude CodeCodex

Evaluate a built screen or flow against UX heuristics and report what to fix — each finding with a severity and a concrete fix. Use to review or audit a UI's usability, before shipping a flow, or to turn "this feels off" into specific, rankable problems. The UX counterpart to /code-review.

2 14d ago A 67 tokens original MIT

find-skills

37

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

2 14d ago A 67 tokens copy · 81% MIT

JoseArron/skills

Skill Claude CodeCodex

Resync a selectively derived skills repository with its recorded upstream sources. Use when the user wants to pull upstream skill releases, reconcile renamed or changed skills, refresh third-party attribution, or audit whether local adaptations have drifted.

2 14d ago A 51 tokens original MIT

using-superpowers

39

JoseArron/skills

Skill Claude CodeCodex

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions.

2 14d ago A 29 tokens copy · 86% MIT

writing-for-agents

40

JoseArron/skills

Skill Claude CodeCodex

Writing documents for agents. Use when creating or editing skills, or modifying AGENTS.md or CLAUDE.md.

2 14d ago A 28 tokens copy · 95% MIT