stdd
25Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse) and 41 allowed tools.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse) and 41 allowed tools.
Instructions file CodexOpenCode
Project instructions for STDD, a development method that combines written specifications and tests while people and AI agents build software together.
Skill Claude CodeCodex
A guide for building user interfaces, including admin screens, tables, forms, validation, and layouts that adapt to different screen sizes. It tells the agent to follow the project’s requirements and technical design documents.
Skill Claude CodeCodex
A guide for creating, running, and correcting Supabase database migrations. Supabase is a service that provides a hosted database; migrations are tracked SQL changes such as new tables, columns, permissions, and access policies.
Skill Claude CodeCodex
A guide for creating and running Playwright end-to-end tests. Playwright is a tool that drives a browser to test what users see and do.
Skill Claude CodeCodex
A skill for running end-to-end tests inside a development container associated with a Git worktree. End-to-end tests check a complete user flow through the running application.
Skill Claude CodeCodex
A skill for finding and deleting the current numbered Git worktree and its related development container. A worktree is a separate working directory connected to the same Git repository.
MCP server Claude CodeCodexCursor
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.