一键导入
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 页面并帮你完成安装。
基于 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.
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