Agent Claude Code
Reviews code for security vulnerabilities - authorization boundaries, auth flows, input validation, storage access, and OWASP risks. Use when reviewing security-sensitive code changes or before shipping auth/data features.
Agent Claude Code
Reviews code for security vulnerabilities - authorization boundaries, auth flows, input validation, storage access, and OWASP risks. Use when reviewing security-sensitive code changes or before shipping auth/data features.
Command Claude Code
Structured bug-fix protocol per docs/methodology/bug-protocol.md. Use when asked to '/bug-report', 'I found a bug', 'something is broken', 'fix this bug', 'report a bug', 'this is broken'.
Command Claude Code
TDD workflow - red-green-refactor per docs/methodology/tdd.md. Use when asked to '/tdd', 'TDD workflow', 'red-green-refactor', 'test-first development', 'write the failing test first'.
Command Claude Code
Set up parallel agent sessions on independent tasks via git worktrees. Use when asked to '/worktree', 'git worktree', 'parallel branches', 'isolated branch workspace', 'work on two things at once'.
Hook Claude Code
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh via bash. From craigcossairt/trellis.
Hook Claude Code
Runs before the agent uses a tool for Edit and Write tool calls, executing block-sensitive-files.sh via bash. From craigcossairt/trellis.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing format-on-edit.sh via bash. From craigcossairt/trellis.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing context-enrichment.sh via bash. From craigcossairt/trellis.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, PreToolUse, PostToolUse, UserPromptSubmit).
Skill Claude CodeCodex
Start-of-day ranked brief - open issues, recent commits, work in progress, and anything waiting on a human decision. Use when asked for a 'daily brief', 'morning brief', 'what should I work on today', 'start my day', 'catch me up'.
Skill Claude CodeCodex
Run a pre-demo/pre-launch audit of the app - test data, broken screens, missing error states, brand consistency. Use when asked to 'demo check', 'launch check', 'pre-demo audit', 'check before user interview', 'audit before demo'.
Skill Claude CodeCodex
Review the current conversation and update project knowledge artifacts - common-gotchas.md (bug patterns), AGENTS.md (conventions), agent memory (cross-session). Use when asked to '/learn', 'what did we learn', 'capture lessons', 'update common-gotchas'.
Skill Claude CodeCodex
Break a PRD into independently-grabbable tracker issues using tracer-bullet vertical slices. Use when asked to 'PRD to issues', 'break this PRD into tickets', 'create implementation tickets from a PRD', 'turn PRD into issues'.
Skill Claude CodeCodex
Review outdated dependencies, security-scan each candidate bump against OSV.dev, then apply only the safe updates and PR them. Use when asked to 'review dependency updates', 'what can/should be updated', 'are we exposed to ', 'bump dependencies safely'.
Skill Claude CodeCodex
Create a PRD through user interview, codebase exploration, and module design, then submit to the issue tracker. Use when asked to 'write a PRD', 'create a product requirements document', 'plan a new feature'.
Cursor rule Cursor
Project conventions - canonical source is AGENTS.md.
Skill Claude CodeCodexCursor
Structured bug-fix protocol per docs/methodology/bug-protocol.md. Use when asked to '/bug-report', 'I found a bug', 'something is broken', 'fix this bug', 'report a bug', 'this is broken'.
Skill Claude CodeCodexCursor
TDD workflow - red-green-refactor per docs/methodology/tdd.md. Use when asked to '/tdd', 'TDD workflow', 'red-green-refactor', 'test-first development', 'write the failing test first'.
Skill Claude CodeCodexCursor
Set up parallel agent sessions on independent tasks via git worktrees. Use when asked to '/worktree', 'git worktree', 'parallel branches', 'isolated branch workspace', 'work on two things at once'.
Instructions file GitHub Copilot
Instructions for craigcossairt/trellis: Read and follow AGENTS.md at the repository root - it is the canonical instruction file for all AI agents on this project. Full methodology docs live in docs/methodology/: TDD workflow, bug-fix protocol, and session habits. Append bug patterns to docs/common-gotchas.md and…
Instructions file CodexOpenCode
Instructions for craigcossairt/trellis, covering agents.md , project, what i need from agents, current state - source of truth pointers and tech stack.
Instructions file
Instructions for craigcossairt/trellis, a project described as: The structure a project grows on: a free starter template for AI-assisted development. One AGENTS.md every tool reads (Claude Code, Cursor, Grok Build, Codex, Gemini CLI, Copilot), TDD + bug-fix methodology, secret guardrails, optional local knowledge…
Instructions file Gemini CLI
Instructions for craigcossairt/trellis: Read and follow AGENTS.md in this directory - it is the canonical instruction file for all AI agents on this project. Full methodology docs live in docs/methodology/.