plugin-script-architecture
Installation
SKILL.md
Plugin Script Architecture Skill
What This Skill Provides
- Python Implementation: Stdlib-only patterns, argparse, error handling
- Testing Standards: pytest infrastructure, test organization, fixtures
- Output Contract: TOON format, exit codes, error patterns
For script execution patterns, see: plan-marshall:tools-script-executor
When to Activate
Activate when:
- Creating new scripts for skills
- Implementing test suites for scripts
- Reviewing script code quality