project-orchestration-skills
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 11 GitHub stars
Code Pass
- Code scan — Scanned 1 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Claude Code plugin: Skills for AI-assisted project orchestration
AI-Assisted Project Orchestration Skills
A Claude Code plugin providing skills for AI-assisted project orchestration, following best practices for software development lifecycle, architecture documentation, and quality automation.
Installation
Claude Code
Install via the jrjsmrtn-skills marketplace:
/plugin install github:jrjsmrtn/jrjsmrtn-skills
Other agents (Copilot CLI, Cursor, Codex, Gemini CLI, Antigravity, Goose, …)
Use the GitHub CLI (gh ≥ 2.90.0) — it auto-detects the agent host and installs into the right skills directory:
gh skill install jrjsmrtn/project-orchestration-skills
Pin a single skill or version: gh skill install jrjsmrtn/project-orchestration-skills <skill-name>[@v<version>]. Update later with gh skill update --all.
For Mistral Vibe (not yet in gh skill's host detection), pass --dir:
gh skill install jrjsmrtn/project-orchestration-skills --dir ~/.vibe/skills
Included Skills
Project Inception
| Skill | Description |
|---|---|
| analyze-project | SPARK methodology analysis for new project inception |
| bootstrap-project | Bootstrap a new project with foundational artifacts |
| setup-adrs | Create foundational Architecture Decision Records |
Architecture & Documentation
| Skill | Description |
|---|---|
| setup-architecture-as-code | Establish C4 modeling with Structurizr DSL |
Quality Automation
| Skill | Description |
|---|---|
| setup-pre-commit | Configure two-stage pre-commit hooks |
| validate-quality-config | Validate consistency across quality configs |
Sprint Workflow
| Skill | Description |
|---|---|
| plan-sprint | Create sprint plans with backlog and goals |
| wrapup-sprint | Complete sprints with retrospective and release |
Usage
After installation, invoke skills using slash commands:
/analyze-project
/bootstrap-project
/setup-adrs
/setup-architecture-as-code
/setup-pre-commit
/validate-quality-config
/plan-sprint
/wrapup-sprint
Or reference them naturally in conversation - Claude will activate the appropriate skill based on context.
Related Project
This plugin is extracted from the AI-Assisted Project Orchestration pattern language project, which documents patterns for effective AI-human collaboration in software project management.
License
MIT
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found