← Back to list

plugin-script-architecture
by cuioss
An orchestration layer for AI coding assistants (currently Claude Code) that enforces consistency, reliability, and more predictable outputs.
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: plugin-script-architecture description: Script development standards covering implementation patterns, testing, and output contracts allowed-tools: Read, Bash
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
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon