joryeugene

43 mods across 2 repositories, 3 stars between them.

tripod

01

joryeugene/tripod

Plugin Claude Code

Engineering discipline for Claude Code: philosophy, enforcement, and workflow in three layers.

2 yesterday A tokens not measured

tripod

02

joryeugene/tripod

Plugin Claude Code

Engineering discipline for Claude Code. Philosophy, enforcement, and workflow in three layers.

2 yesterday A tokens not measured

tripod CLAUDE.md

03

joryeugene/tripod

Instructions file

Claude Code instructions for joryeugene/tripod, covering priority 0: the tripod, 1. antifragile, 2. simple (hickey: complecting), 3. research first (stand on giants) and priority 1: the contract.

2 yesterday A 2,544 tokens

PreToolUse

04

joryeugene/tripod

Hook

Runs before the agent uses a tool for Write, Edit, MultiEdit, Bash, Bash, Bash, Bash, Write, Bash, Write, Edit, MultiEdit, Write, Edit and MultiEdit tool calls, executing block-unicode-dashes.py, block-co-authored-by.py, block-git-stash.py, block-no-verify.py, block-tmp-files.py, block-llm-typography.py and…

2 yesterday A tokens not measured

agent-orchestration

05

joryeugene/tripod

Skill Claude CodeCodex

Spawn and coordinate parallel Claude Code agents for independent work streams. Use when a plan has multiple tasks that can run concurrently without touching shared files.

2 yesterday B 33 tokens

agent-principles

06

joryeugene/tripod

Skill Claude CodeCodex

The quality contract for AI-assisted development: verification-first, schema-before-theory, evidence over claims, no hedging. Load when establishing session standards or when output quality slips.

2 yesterday A 0 tokens

asana

07

joryeugene/tripod

Skill Claude CodeCodex

Manage Asana tasks and projects from the terminal. Use the timwehrle/asana CLI for common operations and direct REST API calls for section/kanban moves. Invoke with /asana.

2 yesterday A 40 tokens

browser-testing

08

joryeugene/tripod

Skill Claude CodeCodex

Adversarial browser testing. Use when testing UI behavior, verifying network requests, checking console errors, filling forms, or handling dialogs. The goal is finding bugs, not confirming happy paths.

2 yesterday A 41 tokens

code-hygiene

09

joryeugene/tripod

Skill Claude CodeCodex

Review your codebase for drift introduced by isolated AI sessions: dead exports, duplicate logic, and orphaned types.

2 yesterday A 0 tokens

debugging-protocol

10

joryeugene/tripod

Skill Claude CodeCodex

Systematic protocol for diagnosing broken behavior and making recurrence structurally impossible. Schema mismatch causes 80% of bugs. Use when something isn't showing, isn't working, or is still broken after a fix attempt.

2 yesterday A 46 tokens

joryeugene/tripod

Skill Claude CodeCodex

This skill should be used when the user gives sustained time for research, spec-writing, ideation, or deep planning. Triggers on "we have X hours", "all night", "take your time", "I'm going to sleep, keep working", "don't stop early", "go deep on X", or any indication the user wants full use of a time window. Covers…

2 yesterday A 99 tokens

figma-api

12

joryeugene/tripod

Skill Claude CodeCodex

Access Figma designs via the REST API using curl. Use when given a Figma URL and needing to extract design specs, node properties, or export images. Invoke with /figma-api. See also figma-extract and figma-verification for deeper extraction workflows.

2 yesterday A 59 tokens

figma-extract

13

joryeugene/tripod

Skill Claude CodeCodex

Exhaustive Figma node extraction: download every detail down to leaf nodes and cache everything locally. Call Figma once, never twice. Use before any pixel-perfect implementation. Prioritizes complete local dumps over repeated API calls.

2 yesterday A 0 tokens

figma-verification

14

joryeugene/tripod

Skill Claude CodeCodex

Extract Figma design specs before implementing UI components. Use depth 5, cache to disk, extract ALL properties, map to design system tokens.

2 yesterday A 34 tokens

incident-response

15

joryeugene/tripod

Skill Claude CodeCodex

Use when production is down, an alert fires, or an incident needs triage. Covers severity classification, communication, timeline tracking, and blameless postmortem with 5 whys. Also use after resolution to write the postmortem.

2 yesterday A 53 tokens

interaction-design

16

joryeugene/tripod

Skill Claude CodeCodex

Use when designing how a UI feels to use. Covers audience dimensions, discoverability, mode communication, keyboard-first UX, feedback timing, empty states, and information density. Includes WCAG 2.1 AA compliance audit. Companion to visual-design.

2 yesterday A 53 tokens

performance

17

joryeugene/tripod

Skill Claude CodeCodex

Use when code is slow, queries are taking too long, or you suspect N+1 queries, O(n squared) loops, missing indexes, or unbounded result sets.

2 yesterday A 37 tokens

plan-mode

18

joryeugene/tripod

Skill Claude CodeCodex

CEO and engineering review after spec-writing. Auto-selects weight class from the spec format (skip for task-mode, eng-only for routine, full CEO+eng for high-risk). Run /spec-writing first.

2 yesterday A 45 tokens

pr-review

19

joryeugene/tripod

Skill Claude CodeCodex

Use when reviewing a PR or responding to review comments on your own PR. Detects authorship automatically and runs the correct mode. Never makes code changes when reviewing someone else's work.

2 yesterday A 39 tokens

release

20

joryeugene/tripod

Skill Claude CodeCodex

Use when cutting a versioned release. Detects commits since last tag, suggests semver bump, bumps version file, tags, pushes, and creates a GitHub release. Distinct from ship-pipeline which ends with a PR.

2 yesterday A 49 tokens

security-review

21

joryeugene/tripod

Skill Claude CodeCodex

Use before shipping any feature that handles user input, authentication, file paths, database queries, or sensitive data.

2 yesterday A 25 tokens

ship-pipeline

22

joryeugene/tripod

Skill Claude CodeCodex

Run when all code changes are complete and ready to land. Executes the full merge+test+commit+push+PR pipeline. Do not run mid-feature.

2 yesterday A 36 tokens

spec-writing

23

joryeugene/tripod

Skill Claude CodeCodex

Use before starting any feature, task, or fix. Explore mode for brainstorming and research when direction is unclear. Task mode for concrete fixes. Structured mode for the 7-section spec. The spec format determines plan-mode's weight class.

2 yesterday A 50 tokens

tdd

24

joryeugene/tripod

Skill Claude CodeCodex

Use when writing any tests or implementing any feature. The failing test must exist before any implementation begins. Also use for characterization tests before refactoring.

2 yesterday A 32 tokens