ワンクリックで
create-scratch
Create a new scratch file in .agents/scratches/ with a unique three-word ID, frontmatter, and formatted title
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a new scratch file in .agents/scratches/ with a unique three-word ID, frontmatter, and formatted title
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate markdown documentation for a module or feature
Create a new justification file in .agents/justifications/ with a unique three-word ID, frontmatter, and formatted title
Create a new plan file in .agents/plans/ with a unique three-word ID, frontmatter, and formatted title
Writing and maintaining Playwright E2E tests for the Envelope Editor V2. Use when the user needs to create, modify, debug, or extend E2E tests in packages/app-tests/e2e/envelope-editor-v2/. Triggers include requests to "write an e2e test", "add a test for the envelope editor", "test envelope settings/recipients/fields/items/attachments", "fix a failing envelope test", or any task involving Playwright tests for the envelope editor feature.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
| name | create-scratch |
| description | Create a new scratch file in .agents/scratches/ with a unique three-word ID, frontmatter, and formatted title |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"agents","workflow":"exploration"} |
I help you create new scratch files in the .agents/scratches/ directory. Each scratch file gets:
calm-teal-cloud)Run the script with a slug and content:
npx tsx scripts/create-scratch.ts "note-name" "Scratch content here"
Or use heredoc for multi-line content:
npx tsx scripts/create-scratch.ts "note-name" << HEREDOC
Multi-line
scratch content
goes here
HEREDOC
Files are created as: {three-word-id}-{slug}.md
Example: calm-teal-cloud-note-name.md
The file includes frontmatter:
---
date: 2026-01-13
title: Note Name
---
Your content here
Use this skill when you need to create a temporary note, exploration document, or scratch pad for ideas. The unique ID ensures no filename conflicts, and the frontmatter provides metadata for organization.