Turtlestack
A plugin marketplace for sharing Claude Code agents, skills, rules, and configurations across your team.
<p align="center">
<img src="assets/logo.png" alt="Turtlestack logo" width="256">
</p>
Quick start
1. Add the marketplace
/plugin marketplace add hpsgd/turtlestack
2. Install plugins
Pick what you need, or copy a block to install a whole category.
Core (rules + thinking skills):
/plugin install coding-standards@hpsgd
/plugin install writing-style@hpsgd
/plugin install security-compliance@hpsgd
/plugin install thinking@hpsgd
/plugin install tooling@hpsgd
/plugin install code-reviewer@hpsgd
/plugin install technology-stack@hpsgd
/plugin install plugin-curator@hpsgd
Coordinator + governance:
/plugin install coordinator@hpsgd
/plugin install grc-lead@hpsgd
Product team agents:
/plugin install cpo@hpsgd
/plugin install product-owner@hpsgd
/plugin install ui-designer@hpsgd
/plugin install ux-researcher@hpsgd
/plugin install user-docs-writer@hpsgd
/plugin install developer-docs-writer@hpsgd
/plugin install internal-docs-writer@hpsgd
/plugin install gtm@hpsgd
/plugin install support@hpsgd
/plugin install customer-success@hpsgd
Research agents:
/plugin install analyst@hpsgd
/plugin install investigator@hpsgd
Engineering utilities:
/plugin install workflow-tools@hpsgd
Engineering team agents:
/plugin install cto@hpsgd
/plugin install architect@hpsgd
/plugin install react-developer@hpsgd
/plugin install dotnet-developer@hpsgd
/plugin install python-developer@hpsgd
/plugin install ai-engineer@hpsgd
/plugin install qa-lead@hpsgd
/plugin install qa-engineer@hpsgd
/plugin install release-manager@hpsgd
/plugin install performance-engineer@hpsgd
/plugin install devops@hpsgd
/plugin install security-engineer@hpsgd
/plugin install data-engineer@hpsgd
Then reload:
/reload-plugins
Alternative: JSON configuration
Copy into your project's .claude/settings.json (or settings.local.json for personal use):
<details>
<summary>Core plugins only</summary>
{
"enabledPlugins": {
"coding-standards@hpsgd": true,
"writing-style@hpsgd": true,
"security-compliance@hpsgd": true,
"thinking@hpsgd": true,
"tooling@hpsgd": true,
"code-reviewer@hpsgd": true,
"technology-stack@hpsgd": true
}
}
</details>
<details>
<summary>Everything</summary>
{
"enabledPlugins": {
"coding-standards@hpsgd": true,
"writing-style@hpsgd": true,
"security-compliance@hpsgd": true,
"thinking@hpsgd": true,
"tooling@hpsgd": true,
"code-reviewer@hpsgd": true,
"technology-stack@hpsgd": true,
"plugin-curator@hpsgd": true,
"coordinator@hpsgd": true,
"cpo@hpsgd": true,
"product-owner@hpsgd": true,
"ui-designer@hpsgd": true,
"ux-researcher@hpsgd": true,
"user-docs-writer@hpsgd": true,
"developer-docs-writer@hpsgd": true,
"internal-docs-writer@hpsgd": true,
"gtm@hpsgd": true,
"support@hpsgd": true,
"customer-success@hpsgd": true,
"grc-lead@hpsgd": true,
"cto@hpsgd": true,
"architect@hpsgd": true,
"react-developer@hpsgd": true,
"dotnet-developer@hpsgd": true,
"python-developer@hpsgd": true,
"ai-engineer@hpsgd": true,
"qa-lead@hpsgd": true,
"qa-engineer@hpsgd": true,
"release-manager@hpsgd": true,
"performance-engineer@hpsgd": true,
"devops@hpsgd": true,
"security-engineer@hpsgd": true,
"data-engineer@hpsgd": true,
"code-reviewer@hpsgd": true,
"analyst@hpsgd": true,
"investigator@hpsgd": true,
"workflow-tools@hpsgd": true
}
}
</details>
3. Bootstrap a project
After installing plugins, scaffold your project with domain-specific docs, CLAUDE.md files, and templates:
/coordinator:bootstrap-project my-project
This delegates to each installed agent's bootstrap skill, creating a docs/ structure with per-domain documentation and conventions. Idempotent — safe to re-run after adding new plugins.
Thinking skills — the core of the marketplace
The thinking plugin is the most important piece. It provides structured reasoning skills, a learning system that improves over time, and project bootstrapping. Install it first.
/plugin install thinking@hpsgd
Reasoning skills
Invoke with /thinking:skill-name or let Claude auto-invoke when the context matches.