joryeugene/tripod

Tripod packages an engineering philosophy, enforcement hooks, and curated skills into a Claude Code plugin.

2Stars on the repository
29Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

agent-orchestration

01

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 2d ago B 33 tokens

agent-principles

02

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 2d ago A 0 tokens

asana

03

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 2d ago A 40 tokens

browser-testing

04

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 2d ago A 41 tokens

code-hygiene

05

joryeugene/tripod

Skill Claude CodeCodex

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

2 2d ago A 0 tokens

debugging-protocol

06

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 2d ago 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 2d ago A 99 tokens

figma-api

08

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 2d ago A 59 tokens

figma-extract

09

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 2d ago A 0 tokens

figma-verification

10

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 2d ago A 34 tokens

incident-response

11

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 2d ago A 53 tokens

interaction-design

12

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 2d ago A 53 tokens

performance

13

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 2d ago A 37 tokens

plan-mode

14

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 2d ago A 45 tokens

pr-review

15

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 2d ago A 39 tokens

release

16

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 2d ago A 49 tokens

security-review

17

joryeugene/tripod

Skill Claude CodeCodex

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

2 2d ago A 25 tokens

ship-pipeline

18

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 2d ago A 36 tokens

spec-writing

19

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 2d ago A 50 tokens

tdd

20

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 2d ago A 32 tokens

update

21

joryeugene/tripod

Skill Claude CodeCodex

Install or update tripod and sync the plugin cache. Use when the user says "sync tripod", "update tripod", "install tripod", or "set up tripod".

2 2d ago A 35 tokens

joryeugene/tripod

Skill Claude CodeCodex

After every code change, follow this cycle: validate assumptions, make change, prove it works, show evidence.

2 2d ago A 0 tokens

visual-design

23

joryeugene/tripod

Skill Claude CodeCodex

Audit any application's visual identity and generate a distinctive direction that passes the AI slop test. Use before writing UI code to set color, typography, spacing, and motion tokens.

2 2d ago A 38 tokens

visual-verify

24

joryeugene/tripod

Skill Claude CodeCodex

Verify UI changes at element level before declaring any frontend work done. Full-page screenshots are forbidden for component verification.

2 2d ago A 26 tokens