tripod
01Plugin Claude Code
Engineering discipline for Claude Code: philosophy, enforcement, and workflow in three layers.
Plugin Claude Code
Engineering discipline for Claude Code: philosophy, enforcement, and workflow in three layers.
Plugin Claude Code
Engineering discipline for Claude Code. Philosophy, enforcement, and workflow in three layers.
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.
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…
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.
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.
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.
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.
Skill Claude CodeCodex
Review your codebase for drift introduced by isolated AI sessions: dead exports, duplicate logic, and orphaned types.
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.
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…
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.
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.
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.
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.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
Use before shipping any feature that handles user input, authentication, file paths, database queries, or sensitive data.
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.
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.
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.