create-scratch

Create unique markdown scratch notes with three-word IDs and frontmatter.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/steviecs/documenso --skill create-scratch-steviecs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-scratch
Source: https://github.com/steviecs/documenso/tree/main/.agents/skills/create-scratch
Command: npx skills add https://github.com/steviecs/documenso --skill create-scratch-steviecs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating temporary notes often requires manual naming and tracking, leading to filename conflicts and missing metadata.

Core Features & Use Cases

  • Unique three‑word ID: Guarantees a conflict‑free filename.
  • Automatic frontmatter: Inserts the current date and a formatted title.
  • Content insertion: Places your provided text into the new markdown file. Use case: When brainstorming ideas or recording quick observations, run this skill to generate a ready‑to‑track scratch note.

Quick Start

Ask the agent to create a scratch note titled “meeting ideas” with the content “Discuss project timeline”.

Frequently Asked Questions about create-scratch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create markdown scratch notes without filename conflicts?

To create markdown scratch notes without filename conflicts, this skill generates a unique three-word identifier for each file. It automatically adds date and title frontmatter, then writes your content to the .agents/scratches/ directory.

How does automatic frontmatter generation work for temporary markdown files?

Automatic frontmatter generation for temporary markdown files works by inserting the current date and a formatted title directly into the file. This ensures your scratch notes are immediately ready to track without manual metadata entry.

What is the best way to capture brainstorming ideas in markdown quickly?

The best way to capture brainstorming ideas in markdown quickly is using automated note generation. This skill creates conflict-free files with unique IDs and metadata, allowing you to focus entirely on recording observations.

Can I use this scratch note generation skill without any dependencies?

Yes, you can use this scratch note generation skill without any dependencies. It operates independently to generate unique markdown files with three-word identifiers and frontmatter in the .agents/scratches/ directory.

Why do my temporary markdown notes keep having filename conflicts?

Temporary markdown notes often have filename conflicts due to manual naming. This skill solves the problem by automatically generating a unique three-word identifier for each file, guaranteeing a conflict-free filename.

What are the limitations of using automated scratch file generation?

The limitations of automated scratch file generation include its basic implementation depth and fixed output location. Files are strictly written to the .agents/scratches/ directory with standard date and title frontmatter, lacking custom formatting options.