mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
723 B
723 B
| description | argument-hint |
|---|---|
| Create a new scratch file in .agents/scratches/ | <scratch-slug> [content] |
You are creating a new scratch file in the .agents/scratches/ directory.
Your Task
Load and follow the skill at .agents/skills/create-scratch/SKILL.md. It contains the complete instructions for creating scratch files including:
- Unique three-word ID generation
- Frontmatter format with date and title
- Script usage (
scripts/create-scratch.ts)
Context
The scratch slug and optional content: $ARGUMENTS
Begin
- Read the skill at
.agents/skills/create-scratch/SKILL.md - Create the scratch file using the slug from
$ARGUMENTSand appropriate content for notes or exploration