From core
Provides self-help for Rosetta: lists workflows, skills, and agents; matches query to capabilities; gives usage guidance; hands off to execute discovered workflows.
npx claudepluginhub griddynamics/rosetta --plugin core<self_help_flow> <description_and_purpose> Audience: developers and orchestrators exploring Rosetta-powered workspaces. Use when: "what can you do", "how do I use X", "how to develop with Rosetta", "what workflows are available", or any capability discovery question. Provides: live overview of available skills, workflows, and agents; detailed guidance on matched capabilities; seamless handoff to any discovered workflow within the same session. </description_and_purpose> <workflow_phases> Rosetta prep steps completed. Phases are sequential. Orchestrator coordinates; trust skills and sub...
/skillkitCreates and validates skills and subagents using research-driven structured workflows, gates, and automation scripts.
/brainstormExplores user workflows using role templates to design agent systems by invoking the rcc:brainstorming-workflows skill.
/create-workflowScaffolds a custom swarm workflow by generating a mode skill (.claude/skills/<name>-mode/SKILL.md) and shortcut command (.claude/commands/<name>.md).
/autoAnalyzes natural language queries to detect intent via keyword matching and routes to optimal Claude Octopus workflows like debug, TDD, research, or spec writing.
/skill-craftCreates skills through checklist-driven phases (intake, design, build, test, ship) or reviews skills/agent prompts with quality gates.
/docsAnswers questions about Anthropic Agent Skills best practices using official manual knowledge, providing examples and references. Shows topic index if no input.
Share bugs, ideas, or general feedback.
<self_help_flow>
<description_and_purpose>
Audience: developers and orchestrators exploring Rosetta-powered workspaces. Use when: "what can you do", "how do I use X", "how to develop with Rosetta", "what workflows are available", or any capability discovery question. Provides: live overview of available skills, workflows, and agents; detailed guidance on matched capabilities; seamless handoff to any discovered workflow within the same session.
</description_and_purpose>
<workflow_phases>
Rosetta prep steps completed. Phases are sequential. Orchestrator coordinates; trust skills and subagents to execute. Scale: conversational — output is a message, no files, no state tracking.
<list_capabilities phase="1" subagent="discoverer" role="KB catalog lister">
LIST workflows IN KBLIST skills IN KB, then LIST skills/<name> IN KB for each.LIST agents IN KBCapability Catalog: name, type (workflow/skill/agent), description — from frontmatter only.Capability Catalog.</list_capabilities>
<match_and_acquire phase="2" subagent="discoverer" role="Capability matcher">
Capability Catalog.ACQUIRE <selected TAG> FROM KB (e.g., ACQUIRE workflows/coding-flow.md FROM KB, ACQUIRE skills/coding/SKILL.md FROM KB, ACQUIRE agents/engineer.md FROM KB).Capability Catalog. Output: Matched Capabilities.</match_and_acquire>
Capability Catalog and Matched Capabilities into developer-friendly guidance at 101 level.
Capability Catalog + Matched Capabilities + user request. Output: guidance message.natural-writing for final user-facing output.reasoning, and any currently useful.ACQUIRE <selected TAG> FROM KB for target workflow if not already acquired.</workflow_phases>
Subagents:
discoverer — KB listing, acquisition, and guidanceSkills:
reasoningnatural-writing</self_help_flow>