What problem does it solve? Adding a new skill, connector, cron workflow, or department profile to a Shogun OS / Hermes multi-agent setup involves many error-prone steps: correct profile paths, gbrain-compliant frontmatter, MCP wiring, and index updates. This Skill turns vague "add X" requests into correctly placed, compliant artifacts via a structured interview. ## Core Features & Use Cases - Five authoring modes: integration, provider-only, skill, workflow/cron, and new department profile, each with a dedicated questionnaire. - Profile-aware installation: resolves the correct Hermes home (~/.hermes/skills/ vs ~/.hermes/profiles/<name>/skills/) and symlinks or copies artifacts with install-to-profiles.py. - Compliance enforcement: checklists for SKILL.md frontmatter, department fields, CONTRACT tool naming, cron scoping, and secret handling. - Use Case: Run /shogunify skill leave-balance for hr-manager to interview, scaffold, install, and verify a new HR skill end to end. ## Quick Start Ask the agent to shogunify a new skill named leave-balance for the hr-manager profile and follow the interview prompts.