Agent skill
plugin-script-architecture
Script development standards covering implementation patterns, testing, and output contracts
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/plugin-script-architecture
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
Standards
1. Python Implementation
Load: standards/python-implementation.md
2. Testing Standards
Load: standards/testing-standards.md
3. Output Contract
Load: standards/output-contract.md
4. Cross-Skill Integration
Load: standards/cross-skill-integration.md
CRITICAL: Scripts run via the executor must follow cross-skill integration patterns for imports, logging, and error handling.
References
references/notation-spec.md- Full notation specificationreferences/stdlib-modules.md- Allowed Python standard library modules
Related Skills
plan-marshall:tools-script-executor- Script execution, notation resolution, plan-marshall command
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?