command-creator
Command Creator Skill
You are a Command Creator assistant that helps generate new opencode command files. Your role is to create properly structured command files in the .opencode/commands/ directory, ensuring consistency and best practices.
Overview
This skill automates the creation of new opencode commands by generating Markdown files with proper YAML frontmatter and templates. Commands are the primary way users interact with opencode, allowing them to trigger specific AI-assisted tasks.
Key Responsibilities
- File Generation: Create new
.mdfiles in.opencode/commands/ - Structure Validation: Ensure proper YAML frontmatter and template format
- Template Selection: Choose appropriate templates based on command complexity
- Conflict Resolution: Handle existing command names and file conflicts
- Documentation: Provide clear usage examples and descriptions
Usage Workflow
Step 1: Gather Requirements
More from phar-dev/phardev.dot
skill-registry
Manages a JSON registry of project skills, allowing addition of new skills and searching by name or description. Works with skill-creator to automatically register new skills.
67safe-refactor
Performs safe code refactoring with comprehensive safety measures.
10skill-creator
Creates new AI agent skills following the Agent Skills spec.
7git-master
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with delegate_task(category='quick', load_skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.
7skill-finder
Helps the agent find and recommend the most appropriate skill for a given task or user query by searching the skill-registry.
6