
Scaffold Notes
- 1 installs
- 1 repo stars
- Updated July 30, 2026
- aojdevstudio/agentic-utilities
Scaffold-notes is a Claude Code skill that guides adding and documenting Pi extensions, Agent Skills, prompts, and themes in the agentic-utilities repo.
About
Scaffold-notes is a Claude Code skill that maintains the agentic-utilities Pi package. A developer uses it when adding, documenting, inventorying, or refactoring Pi extensions, Agent Skills, prompt templates, or themes in that repository. It gives ordered steps for each resource type, enforces conventions like matching frontmatter names, and reminds the developer to update the catalog and run the validation commands.
- Step-by-step recipes for adding a Pi extension, skill, prompt, or theme
- Requires skill frontmatter name to match the directory exactly
- Reminds to run npm run check / npm run list and pi -e . after changes
Scaffold Notes by the numbers
- 1 all-time installs (skills.sh)
- Ranked #644 of 782 Skill Development skills by installs in the Skillselion catalog
- Data as of Jul 31, 2026 (Skillselion catalog sync)
scaffold-notes capabilities & compatibility
- Capabilities
- scaffold notes · write a skill · documentation
- Use cases
- documentation
What scaffold-notes says it does
Maintains the agentic-utilities Pi package.
Ensure frontmatter `name` matches the directory exactly.
npx skills add https://github.com/aojdevstudio/agentic-utilities --skill scaffold-notesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 1 |
| Last updated | July 30, 2026 |
| Repository | aojdevstudio/agentic-utilities ↗ |
What it does
Scaffold and document Pi extensions, Agent Skills, prompt templates, and themes in the agentic-utilities repo.
Who is it for?
Contributors extending the agentic-utilities Pi package with a new extension, skill, prompt, or theme.
Skip if: Repos other than agentic-utilities or non-Pi skill authoring.
When should I use this skill?
Adding, documenting, inventorying, or refactoring Pi extensions, skills, prompts, or themes in this repository.
What you get
A correctly scaffolded, documented, and cataloged Pi extension, skill, prompt, or theme.
- Pi extension
- SKILL.md
- catalog entry
By the numbers
- 4 resource recipes (extension, skill, prompts, themes)
Files
Scaffold Notes
Use this skill when changing this repository's resource inventory.
Add an extension
1. Create extensions/<kebab-name>/index.ts. 2. Export default function (pi: ExtensionAPI). 3. Document commands, tools, events, and dependencies in extensions/<kebab-name>/README.md. 4. Add an entry to docs/catalog.md. 5. Run npm run check and pi -e ..
Add a skill
1. Create skills/<kebab-name>/SKILL.md. 2. Ensure frontmatter name matches the directory exactly. 3. Write a description that says when to use the skill. 4. Put long references under references/ and helper code under scripts/ inside the skill directory. 5. Add an entry to docs/catalog.md. 6. Run npm run list and pi -e ..
Add prompts or themes
- Prompts:
prompts/<name>.prompt.md. - Themes:
themes/<name>.json. - Update
docs/catalog.mdfor anything intended for reuse.
Safety
Never commit secrets or local session state. Runtime dependencies belong in dependencies; Pi core packages belong in peerDependencies.
scaffold-notes
Maintenance skill for keeping this repository's Pi resources organized and documented.