Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Thurston Sandberg avatar

Homelab

  • Updated December 31, 2025
  • thurstonsand/thurstons-claude-skills

homelab is a Claude Code skill in the AI & Agent Building category. Skills for managing homelab infrastructure including remote server management

Key points

  • homelab
  • AI & Agent Building
  • AI-coding skill

Homelab by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add thurstonsand/thurstons-claude-skills
/plugin install homelab@thurstons-skills

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedDecember 31, 2025
Repositorythurstonsand/thurstons-claude-skills

What it does

Skills for managing homelab infrastructure including remote server management

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)

  1. Add this repository as a marketplace:
/plugin marketplace add thurstonsand/claude-skills
  1. 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
  1. Restart Claude Code to activate the skills.

Local Development

For testing or contributing:

  1. Clone this repository
  2. Add as a local marketplace:
/plugin marketplace add /path/to/claude-skills
  1. 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-helper skill
  • Ask to create a pull request → uses pr-review-helper skill
  • Use /gc to create a git commit with documentation checks
  • Use /pr to create a pull request with interactive review
  • Use /system-architect to design new features or systems
  • Request code review → uses code-reviewer agent

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:

  1. Fork this repository
  2. Make your changes following the Agent Skills documentation
  3. Test locally using the local development installation method
  4. 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

See Also

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.