with one click
create-scratch
Create a new scratch file in .agents/scratches/
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a new scratch file in .agents/scratches/
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | create-scratch |
| description | Create a new scratch file in .agents/scratches/ |
You are creating a new scratch file in the .agents/scratches/ directory.
The script will automatically:
calm-teal-cloud){id}-{slug}.md in .agents/scratches/If you have the content ready, run:
bun scripts/create-scratch.ts "<slug>" "Your scratch content here"
For multi-line content, use heredoc:
bun scripts/create-scratch.ts "<slug>" << HEREDOC
Your multi-line
scratch content
goes here
HEREDOC
You can also pipe content:
echo "Your content" | bun scripts/create-scratch.ts "<slug>"
The created file will have:
---
date: 2026-01-21
title: Scratch Title
---
Your content here
The title is automatically formatted from the slug (e.g., quick-notes → Quick Notes).
exploration-ideas, temporary-notes)Create a scratch file using an appropriate slug based on the conversation context and content for notes or exploration.
Brutally honest code review assessing security, reliability, performance, and taste
Continue implementing a spec from a previous session
Add and commit changes using conventional commits
Generate markdown documentation for a module or feature
Create a new plan file in .agents/plans/
Review developer experience and API ergonomics