heyJordanParker

60 mods across 1 repository, 20 stars between them.

Claude

02

heyJordanParker/dotfiles

Agent

Prompt building-block workspace where each file type owns exactly one kind of Prompt block: Frame, Skill Process, Command, or Hook.

20 3d ago B 0 tokens

architect

03

heyJordanParker/dotfiles

Agent

Use PROACTIVELY for architectural review, system design decisions, and encapsulation enforcement. Triggers: new modules, dependency changes, refactoring proposals, API design, data model changes, integration points, or any structural change touching 3+ files.

20 3d ago A 52 tokens

backend-engineer

04

heyJordanParker/dotfiles

Agent

Backend execution agent for implementation tasks. Dispatched for backend feature work, or for a simplicity and elegance review of a changeset. Focuses on API correctness, regression prevention, library leverage, and anti-complexity enforcement. Reads Claude.md files for stack-specific patterns.

20 3d ago A 60 tokens

code-reviewer

05

heyJordanParker/dotfiles

Agent

Use for code quality review — scanning diffs for slop patterns, defensive bloat, silent failures, dead code, and other anti-patterns. Dispatched for a quality gate on a changeset. Does NOT cover architecture (architect agent), naming (the /naming Skill), or stack-specific patterns.

20 3d ago A 66 tokens

context-engineer

06

heyJordanParker/dotfiles

Agent

Maintains Claude.md documentation and Claude Code configuration (skills, agents, hooks, plugins). Use after completing tasks to clean up Claude.md files, capture architectural WHY, or when building/editing Claude Code extensibility components. Also use when optimizing documentation for agent autonomy or user DX.

20 3d ago A 61 tokens

cto

07

heyJordanParker/dotfiles

Agent

Software engineer and Architect who owns the tactical work end to end. Reads the code before agreeing, brings Architecture the Architect can review nitpick-ready, and reports in short, plain language.

20 3d ago A 40 tokens

debugger

08

heyJordanParker/dotfiles

Agent

Use for bugs, test failures, errors, and mysterious behavior. Dispatched when something is broken and needs systematic diagnosis — not guesswork. Handles "I tried X and it didn't work", flaky tests, stack traces, and unexpected state. Investigates and reports — never writes code.

20 3d ago A 61 tokens

designer

09

heyJordanParker/dotfiles

Agent

Use for frontend implementation — building UI components, writing CSS, styling pages, creating layouts, and applying visual/interaction patterns.

20 3d ago A 27 tokens

explorer

10

heyJordanParker/dotfiles

Agent

Maps architectural relationships in our codebase. Use for "where is X used", "how does Y work end-to-end", "what depends on Z", or any question that needs the agent to understand connections between files, modules, or layers in our repo. For external research (library docs, APIs, framework references), use the…

20 3d ago A 75 tokens

frontend-engineer

11

heyJordanParker/dotfiles

Agent

Frontend execution agent for implementation and UX verification. Dispatched for frontend feature work, or to test user flows across a changeset. Focuses on UX correctness, user flow tracing, design quality, and regression prevention. Reads Claude.md files for stack-specific patterns.

20 3d ago A 58 tokens

ponytail

12

heyJordanParker/dotfiles

Agent

The lazy senior dev. Adversarial reviewer that attacks a changeset for bloat, unnecessary abstraction, and rewrites, and forces the laziest solution that actually works — YAGNI, reuse before rewrite, stdlib and native before dependencies, one line before fifty. Use to review a diff for size. Also dispatchable for an…

20 3d ago A 92 tokens

regression-reviewer

13

heyJordanParker/dotfiles

Agent

Use for capability-regression detection — scanning diffs for loss of user-facing or system-level capability. Maps the diff to affected capabilities and traces each through the code. Reports findings only.

20 3d ago A 44 tokens

researcher

14

heyJordanParker/dotfiles

Agent

Use for source-grounded external research — library docs, APIs, framework references, web lookups, vendor specs, releases, compatibility, and adoption signals. The trace skill is also available for incidental in-repo lookups when an external answer needs grounding in our actual code (e.g. "which version of X are we…

20 3d ago A 113 tokens

tester

15

heyJordanParker/dotfiles

Agent

Use to verify features work from the user's perspective. Traces user flows through code, tests API endpoints with curl, walks UI flows in a real browser, and evaluates UX quality. Triggers: "test this feature", "does this work", "verify the flow", "check the API", "browser test", or the whole-changeset validation pass…

20 3d ago A 79 tokens

ux-tester

16

heyJordanParker/dotfiles

Agent

Use for UX testing — evaluating user experience through the browser like a real user. Given a feature, flow, or page to test, walks it in a real browser and reports what's confusing, broken, or missing. Doesn't read code or diffs — only sees what the user sees. Triggers: "ux test", "test the ux", "is this confusing"…

20 3d ago A 90 tokens

ask

17

heyJordanParker/dotfiles

Command

Break complex scenarios into self-contained decision questions with 4+ options each.

20 3d ago A 14 tokens

retro

22

heyJordanParker/dotfiles

Command

Analyze conversation history for patterns, frustrations, and improvement opportunities.

20 3d ago A 11 tokens

5-whys

23

heyJordanParker/dotfiles

Skill Claude CodeCodex

Find the Architectural cause of a problem by asking why until the answer names Architecture — a missing public API, a wrong Owner, or a Decision nobody made — with every answer settled before it is kept. TRIGGER on "root cause", "5 whys", "why does this keep happening", a defect that returns after a fix, and whenever…

20 3d ago A 113 tokens

agent-browser

24

heyJordanParker/dotfiles

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

20 3d ago A 200 tokens