.opencode/skills/create-scratch/SKILL.md
Create a new scratch file in .agents/scratches/
npx skillsauth add libpdf-js/core create-scratchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
documentation
Deep-dive interview to flesh out a spec or design document
tools
Implement a spec from the plans directory
research
Research how a feature works in reference libraries
development
Review developer experience and API ergonomics