원클릭으로
create-scratch
Create a new scratch file in .agents/scratches/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new scratch file in .agents/scratches/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| 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.