Create a new scratch file in .agents/scratches/
63
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.opencode/skills/create-scratch/SKILL.mdYou 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
HEREDOCYou 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 hereThe 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.
36bf165
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.