بنقرة واحدة
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 المهني
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
| 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.