Rock block scaffolder
Generate a new Rock block in one prompt, wired up end-to-end.
Need a quick read on Rock block scaffolder?
Skim the gist, what it's good for, a real prompt to try, and the gotchas — all distilled from SKILL.md. Cached after the first run.
About this skill
--- name: rock-block-scaffold version: 1.1.0 description: Generate a new Rock block in one prompt, wired up end-to-end. triggers: - scaffold a new rock block - generate a rock block - new block for rock runtimes: - code tags: - rock - block - scaffold - codegen ---
# Rock block scaffolder
Scaffolds the full Rock block stack — C# block class, Obsidian view, SCSS, block settings, and a skeleton test — from a single description. Understands the Rock 17 block conventions and fills in the boring parts so you can focus on the interesting logic.
Works against any plugin with a standard `src/` layout and will match your existing naming style (PascalCase blocks, kebab-case folders, etc.) by reading two neighbors before generating anything new.
## When to use
- "scaffold a new rock block" - "generate a rock block" - "new block for rock"
## Example
scaffold a new rock block called GroupAttendanceSummary in the Groups category
## Notes
This skill is published to the Triumph Skills Marketplace. Report issues or request features directly from the skill's page.