Command Claude Code
Develop and validate TPMJS tools using the blocks CLI.
Command Claude Code
Develop and validate TPMJS tools using the blocks CLI.
Command Claude Code
Check if database connection is working and show table counts.
Command Claude Code
Create and apply a Prisma migration.
Command Claude Code
Push Prisma schema changes to database (dev only).
Command Claude Code
Seed the database with initial data.
Command Claude Code
Open Prisma Studio to view and edit database data.
Command Claude Code
Scaffold the auto-fix pipeline (Sentry → GitHub Issues → Claude → PR → merge) into any repo.
Command Claude Code
Cancel the active Ralph loop.
Command Claude Code
Start Ralph Wiggum loop in current session.
Hook Claude Code
Runs when the agent finishes a response, executing stop-hook.sh. From tpmjs/tpmjs.
Hook Claude Code
Runs when a session starts, running entire hooks claude-code session-start. From tpmjs/tpmjs.
Hook Claude Code
Runs when a session ends, running entire hooks claude-code session-end. From tpmjs/tpmjs.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running entire hooks claude-code user-prompt-submit. From tpmjs/tpmjs.
Hook Claude Code
Runs before the agent uses a tool for Task tool calls, running entire hooks claude-code pre-task. From tpmjs/tpmjs.
Hook Claude Code
Runs after a tool call finishes for Task, TodoWrite and Bash tool calls, executing post-commit-discord.sh and post-commit-changeset.sh (4 commands). From tpmjs/tpmjs.
Settings file Claude Code
Agent settings declaring 6 hook events (SessionStart, SessionEnd, UserPromptSubmit, Stop).
Skill Claude CodeCodex
Best practices for Remotion - Video creation in React.
Skill Claude CodeCodex
Guide for creating official TPMJS tools using the blocks CLI. Use when a user wants to create a new tool for the TPMJS registry, add a tool to packages/tools/official/, implement an AI SDK v6 tool, define a block in blocks.yml, validate a tool with pnpm blocks run, or publish a tool to npm with the tpmjs keyword.
Instructions file CodexOpenCode
Instructions for tpmjs/tpmjs, covering tpmjs opencode configuration, repository overview, core commands (always use these), development and building (respects dependencies).
Instructions file
Instructions for tpmjs/tpmjs, covering project overview, agent sandbox, architecture rules, essential commands and git hooks (lefthook).