Test Date: 2026-03-15
Installation Path: ~/.config/opencode/
| Metric | Value |
|---|---|
| Total Skills | 7 |
| Total Commands | 6 |
| Total Rules | 26 |
| Total Lines | 2,400 |
| Test Status | ✓ ALL PASSED |
| Skill | Rules | Lines | Status |
|---|---|---|---|
| master-architect | 5 | 531 | ✓ PASS |
| python-project-developer | 5 | 364 | ✓ PASS |
| software-planner | 4 | 429 | ✓ PASS |
| coding-agent-patterns | 4 | 343 | ✓ PASS |
| academic-writer | 4 | 322 | ✓ PASS |
| iteration-manager | 3 | 236 | ✓ PASS |
| skill-manager | 1 | 175 | ✓ PASS |
| Command | Description | Agent | Status |
|---|---|---|---|
| /architect | Top-tier software architect for complex project design | build | ✓ PASS |
| /python-dev | Python CLI/GUI project development with standard patterns | build | ✓ PASS |
| /plan | Multi-interface software planning (CLI+GUI+Web) | plan | ✓ PASS |
| /iterate | Iterative testing and quality improvement | build | ✓ PASS |
| /academic | Academic paper writing for top-tier conferences | build | ✓ PASS |
| /skills | List all available skills and their descriptions | default | ✓ PASS |
After installation, use these commands in OpenCode:
/architect <task> - Design system architecture
/python-dev <task> - Python project development
/plan <task> - Software planning
/iterate <task> - Iterative testing
/academic <task> - Academic writing
/skills - List all skills
/architect Build a text mining system with CLI and GUI
Loads master-architect skill and provides:
- Requirement analysis
- Architecture design
- Module decomposition
- Quality gates
/python-dev Create a CSV analyzer tool
Loads python-project-developer skill and provides:
- Project structure
- CLI unified flags
- ToolResult API pattern
- Test templates
/plan Design a multi-platform app
Loads software-planner skill and provides:
- Pre-development research
- Architecture design
- Module specification
- Interface design
/iterate Improve test coverage to 90%
Loads iteration-manager skill and provides:
- Test execution
- Coverage analysis
- Improvement suggestions
- Quality verification
/academic Write a paper about deep learning for NLP
Loads academic-writer skill and provides:
- Literature search
- Paper structure
- Citation management
- Writing style guidance
- ✓ SKILL.md files exist
- ✓ Frontmatter format correct
- ✓ Name matches directory
- ✓ Name format valid (lowercase, hyphens)
- ✓ Description within limits (1-1024 chars)
- ✓ Rules directory exists
- ✓ Rules files have content
- ✓ Frontmatter format correct
- ✓ Description field present
- ✓ Command body not empty
- ✓ Agent specified correctly
~/.config/opencode/
├── skills/
│ ├── academic-writer/
│ ├── coding-agent-patterns/
│ ├── iteration-manager/
│ ├── master-architect/
│ ├── python-project-developer/
│ ├── skill-manager/
│ └── software-planner/
└── commands/
├── academic.md
├── architect.md
├── iterate.md
├── plan.md
├── python-dev.md
└── skills.md
✓ All 7 skills and 6 commands are properly installed and validated.
The skills and commands are ready for use with OpenCode.