Agent Skill
2/7/2026

work

Implement solutions for GitHub issues or quick fixes

P
psd401
0GitHub Stars
1Views
npx skills add psd401/psd-claude-coding-system

SKILL.md

Namework
DescriptionImplement solutions for GitHub issues or quick fixes

PSD Plugin Marketplace

Peninsula School District's plugin marketplace for Claude Code and Claude Cowork.

License: MIT Claude Code Version

Overview

Two independently installable plugins — one for software development workflows, one for general productivity.

Version: 2.13.1


Plugins

psd-coding-system

AI-assisted development system with 21 skills, 44 specialized agents, memory-based learning, and Context7 framework docs.

/plugin install psd-coding-system
SkillDescription
/workImplement solutions with auto reviews + learning capture
/lfgAutonomous end-to-end: implement → test → review → fix → learn
/debugStructured root-cause analysis: reproduce → hypothesize → test → verify → fix → learn
/architectSystem architecture design
/testComprehensive testing with self-healing + learning capture
/review-prIterative PR feedback (rounds 2+ process only new comments)
/issueAI-validated GitHub issues
/product-managerProduct specs to sub-issues
/security-auditSecurity analysis
/scopeScope classification + tiered planning
/evolveAuto-evolve: analyze learnings, check releases, compare plugins
/brainstormCollaborative requirements exploration
/changelogAuto-generate changelog entries
/deepen-planParallel per-section plan research
/setupPer-project review agent configuration
/worktreeGit worktree management
/swarmParallel agent orchestration
/optimizeMetric-driven iterative optimization loops
/bump-versionAutomate version bump ritual
/clean-branchPost-merge cleanup
/triageFreshService ticket triage

Full documentation →

psd-productivity

32 productivity workflows for district operations, document generation, research, and media. Works in both Claude Code and Claude Cowork.

/plugin install psd-productivity
CategorySkills
Productivity (3)/freshservice-manager · /redrover-manager · /legislative-tracker
Content & Docs (10)/writer · /docx · /pptx · /pdf · /pdf-builder · /pdf-to-markdown · /xlsx · /presentation-master · /assistant-architect · /sop-creator
Research (3)/research · /multi-model-research · /strategic-planning-manager
Audio & Media (3)/elevenlabs-tts · /local-tts · /image-gen
Planning (2)/seven-advisors · /skill-creator
PSD-Specific (3)/psd-athletics · /psd-brand-guidelines · /psd-instructional-vision
Operations (2)/enrollment · /chief-of-staff

Full documentation →


Quick Start

# Add the marketplace
/plugin marketplace add psd401/psd-claude-plugins

# Install the plugin(s) you want
/plugin install psd-coding-system        # Development workflows
/plugin install psd-productivity          # Productivity workflows

# Verify
/plugin list

AI Agents (44 total — psd-coding-system)

Review Specialists (16 agents)

security-analyst · security-analyst-specialist · deployment-verification-agent · data-migration-expert · agent-native-reviewer · architecture-strategist · code-simplicity-reviewer · pattern-recognition-specialist · correctness-reviewer · adversarial-reviewer · schema-drift-detector · data-integrity-guardian · typescript-reviewer · python-reviewer · swift-reviewer · sql-reviewer

Domain Specialists (7 agents)

backend-specialist · frontend-specialist · database-specialist · llm-specialist · ux-specialist · architect-specialist · shell-devops-specialist

Quality (3 agents)

test-specialist · performance-optimizer · documentation-writer

Research (6 agents)

learnings-researcher · spec-flow-analyzer · best-practices-researcher · framework-docs-researcher · git-history-analyzer · repo-research-analyst

Workflow (4 agents)

bug-reproduction-validator · work-researcher · work-validator · learning-writer

Meta & Validation (6 agents)

meta-reviewer · plan-validator · document-validator · configuration-validator · breaking-change-validator · telemetry-data-specialist

External AI (2 agents)

gpt-5-codex (GPT-5.3-Codex) · gemini-3-pro (Gemini 3.1 Pro)


Architecture

psd-claude-plugins/
├── .claude-plugin/
│   └── marketplace.json           # Lists both plugins
├── plugins/
│   ├── psd-coding-system/         # Development workflows
│   │   ├── skills/                # 21 user-invocable skills
│   │   ├── agents/                # 44 specialized agents
│   │   ├── hooks/                 # PostToolUse syntax validation
│   │   ├── scripts/               # Hook scripts
│   │   └── docs/                  # Learnings + patterns
│   └── psd-productivity/          # Productivity workflows
│       ├── skills/                # 32 productivity skills
│       └── agents/                # Workflow-specific agents (TBD)
├── CLAUDE.md
├── CHANGELOG.md
└── README.md

Support

License

MIT License - see LICENSE for details


Peninsula School District — Innovating education through technology

Skills Info
Original Name:workAuthor:psd401