What problem does it solve? Creating a new AI agent skill by hand requires writing a SKILL.md file, generating command wrappers for Claude Code and opencode, and wiring everything together correctly — a repetitive, error-prone process. This Skill automates the entire scaffolding workflow so new slash commands work consistently across both agents. ## Core Features & Use Cases - Standardized Skill Scaffolding: Creates skills/<name>/SKILL.md with proper YAML frontmatter, trigger phrases, and a mandatory Non-goals section. - Automatic Command Wrapper Generation: Runs setup scripts that derive .claude/commands/ and .opencode/commands/ wrappers plus the ~/.claude/skills/ symlink that makes skills model-invocable. - Collision Detection and Git Commit: Checks for existing skills before writing, then commits only the SKILL.md as a conventional commit. - Use Case: You want a new /pavilio-manager slash command available in both Claude Code and opencode. Invoke this Skill with the name and purpose, and it scaffolds the skill, syncs both agents, and commits the result. ## Quick Start Ask the AI to create a new skill named pavilio-manager that tracks project status, using the /pavilio-create-skill command.