Recommend the best-fit workspace template or plugin variant for a described use case, project idea, or research question. Use when the user asks "what template should I use for X", "is there a scaffold for Y", "which workspace fits Z best", "recommend a template for…", or describes a project without naming a template. Returns a short ranked shortlist with rationale — does not create the repo. If the user wants to proceed, hand off to the matching cluster plugin's `new-workspace` skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workspace-foundational:find-templateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Propose the best-fit workspace scaffold for a described use case. This is an **advisory** skill — it does not create a repo. When the user then wants to spin one up, delegate to the appropriate cluster plugin's `new-workspace` skill (e.g. `/research-space:new-workspace`, `/workspace-foundational:new-workspace`, etc.) with the chosen variant.
Propose the best-fit workspace scaffold for a described use case. This is an advisory skill — it does not create a repo. When the user then wants to spin one up, delegate to the appropriate cluster plugin's new-workspace skill (e.g. /research-space:new-workspace, /workspace-foundational:new-workspace, etc.) with the chosen variant.
This skill absorbs the recommender from the retired new-repo-from-template plugin. In the new model, each of the ~27 cluster plugins in the danielrosehill marketplace bundles its own variants; this skill's job is to route the user to the right plugin + variant, not to enumerate 111 standalone template repos.
The user describes what they want to do — e.g.:
Extract the intent (what the workspace is for), not just surface keywords.
Bucket the request into one of:
research-space pluginworkspace-foundational (report-parsing variant)workspace-foundational (context-management variant)workspace-foundational (inventory-analysis variant)workspace-foundational (web-analytics variant)career pluginpurchasing pluginshopping pluginknowledge-documentation plugincontent-writing pluginpersonal-finance pluginfilesystem-organiser pluginworkspace-foundational (generic-workspace variant)If the request genuinely doesn't fit, say so and suggest the generic-workspace variant as a starting point.
Output 2–4 ranked recommendations. Each entry:
**<plugin-name>:<variant>** — <one-line purpose>
Why: <rationale tying the variant's purpose to the user's stated intent>
workspace-foundational:generic-workspace and note the user could always adopt a more specific cluster later.End with a single line offering to proceed: "Want me to spin up <plugin-name>:<variant> as a new repo? (I'll hand off to /<plugin-name>:new-workspace.)"
Do not auto-invoke any new-workspace skill — wait for the user to confirm.
inventory-analysis) over generic ones (generic-workspace) when the intent clearly fits.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin workspace-foundational