Skip to content

Latest commit

 

History

History
158 lines (122 loc) · 3.77 KB

File metadata and controls

158 lines (122 loc) · 3.77 KB

Skill Installation Test Report

Test Date: 2026-03-15 Installation Path: ~/.config/opencode/

Summary

Metric Value
Total Skills 7
Total Commands 6
Total Rules 26
Total Lines 2,400
Test Status ✓ ALL PASSED

Skills Validation (7/7 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

Commands Validation (6/6 passed)

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

Available Commands

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

Usage Examples

/architect - Architecture Design

/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 - Python Development

/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 - Software Planning

/plan Design a multi-platform app

Loads software-planner skill and provides:

  • Pre-development research
  • Architecture design
  • Module specification
  • Interface design

/iterate - Iterative Testing

/iterate Improve test coverage to 90%

Loads iteration-manager skill and provides:

  • Test execution
  • Coverage analysis
  • Improvement suggestions
  • Quality verification

/academic - Academic Writing

/academic Write a paper about deep learning for NLP

Loads academic-writer skill and provides:

  • Literature search
  • Paper structure
  • Citation management
  • Writing style guidance

Validation Details

Format Validation

  • ✓ 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

Command Validation

  • ✓ Frontmatter format correct
  • ✓ Description field present
  • ✓ Command body not empty
  • ✓ Agent specified correctly

Installation Locations

~/.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

Conclusion

All 7 skills and 6 commands are properly installed and validated.

The skills and commands are ready for use with OpenCode.