From workshop
Use after brainstorm/PRD is complete and before scaffolding or writing app code in a "Build Your Idea" workshop project. Loads universal backend/frontend architecture rules that Claude must follow as the default structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workshop:workshop-architectureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A small, opinionated, universal reference for structuring workshop apps. Read this BEFORE making any structural decision (folder layout, layer split, where logic goes, where state lives, where errors are caught, what crosses module boundaries).
A small, opinionated, universal reference for structuring workshop apps. Read this BEFORE making any structural decision (folder layout, layer split, where logic goes, where state lives, where errors are caught, what crosses module boundaries).
Trigger on ALL of:
Do NOT trigger on: trivial edits to existing code, doc-only changes, or single-file scripts under ~50 lines.
references/backend.mdreferences/frontend.mdIf the spec reveals any of these triggers, STOP and surface it to the user before inventing a pattern:
These are intentionally OMITTED from the universal references. They will live in a future specialized appendix. Until then, ask the user how to proceed if any are required.
Do not "summarize" the references and skip reading them. Do not pick a few rules you remember. Read the file each time the skill triggers — the rules are short, the cost is low, and consistency is the entire value of the skill.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub vladchs/workshop-skills --plugin workshop