
Project Management
- Updated December 31, 2025
- thurstonsand/thurstons-claude-skills
project-management is a Claude Code skill in the Code Review & Quality category. Project lifecycle management including git workflows, code review, and system architecture planning
Key points
- project-management
- Code Review & Quality
- AI-coding skill
Project Management by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add thurstonsand/thurstons-claude-skills/plugin install project-management@thurstons-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | December 31, 2025 |
|---|---|
| Repository | thurstonsand/thurstons-claude-skills ↗ |
What it does
Project lifecycle management including git workflows, code review, and system architecture planning
README.md
Claude Skills Marketplace
A marketplace of Agent Skills plugins for Claude Code that extend Claude's capabilities with specialized workflows and tools.
Plugins Available
1. Project Management Plugin (project-management-plugin)
Project lifecycle management tools for git workflows, code review, and system architecture.
Skills included:
- Git Commit Helper - Generate descriptive commit messages following conventional commit format
- PR Review Helper - Create pull requests with interactive review and comprehensive descriptions
Commands:
- /gc - Review documentation and create a git commit
- /pr - Create a pull request with interactive review
- /system-architect - Design new features, modules, or systems with comprehensive architectural analysis
Agents:
- code-reviewer - Comprehensive code review agent for staged git changes
Use when: Working with git commits, pull requests, code reviews, or designing new system features.
2. Homelab Plugin (homelab-plugin)
Skills for managing homelab infrastructure including remote server management.
Skills included:
- TrueNAS Docker Operations - Interact with Docker containers on TrueNAS via SSH with helper scripts for complex operations
Use when: Working with containers on remote TrueNAS servers, querying databases, or executing commands.
Installation
From GitHub (Recommended)
- Add this repository as a marketplace:
/plugin marketplace add thurstonsand/claude-skills
- Install the plugins you want:
# Install all plugins
/plugin install project-management@thurstons-skills
/plugin install homelab@thurstons-skills
# Or install only specific plugins you need
/plugin install project-management@thurstons-skills
- Restart Claude Code to activate the skills.
Local Development
For testing or contributing:
- Clone this repository
- Add as a local marketplace:
/plugin marketplace add /path/to/claude-skills
- Install plugins:
/plugin install project-management@thurstons-skills
/plugin install homelab@thurstons-skills
Repository Structure
claude-skills/ # Marketplace root
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── project-management/ # Project lifecycle plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ │ ├── gc.md
│ │ ├── pr.md
│ │ └── system-architect.md
│ ├── agents/
│ │ └── code-reviewer.md
│ └── skills/
│ ├── git-commit-helper/
│ │ └── SKILL.md
│ └── pr-review-helper/
│ ├── SKILL.md
│ └── scripts/
├── homelab/ # Homelab infrastructure plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ └── truenas-docker-ops/
│ ├── SKILL.md
│ └── scripts/
└── README.md
Usage
Once installed, Claude will automatically use these skills based on task context:
Project Management Plugin:
- Ask Claude to help with commit messages → uses
git-commit-helperskill - Ask to create a pull request → uses
pr-review-helperskill - Use
/gcto create a git commit with documentation checks - Use
/prto create a pull request with interactive review - Use
/system-architectto design new features or systems - Request code review → uses
code-revieweragent
Homelab Plugin:
- Ask about Docker containers on TrueNAS → uses
truenas-docker-ops
You can mix and match plugins based on your needs - install only the ones you want to use.
Contributing
Contributions are welcome! To add or improve skills:
- Fork this repository
- Make your changes following the Agent Skills documentation
- Test locally using the local development installation method
- Submit a pull request
License
See individual skill directories for specific licenses. The skill-creator skill includes its own LICENSE.txt file.
Author
Thurston Sandberg