npx claudepluginhub straion-dev/straion-claude-marketplaceRules-driven development for Claude Code. Validate specs and tasks against project rules, break down features with automatic compliance checking, and ensure every implementation meets organizational standards.
Note: This repository is a read-only mirror, automatically synced from the internal Straion monorepo. Direct commits and PRs to this repo will be overwritten on the next sync.
Official marketplace for Straion's Claude Code plugins.
Add this marketplace to Claude Code:
/plugin marketplace add straion-dev/straion-claude-marketplace
Installation:
/plugin install straion@straion-claude-marketplace
Quick Start:
Add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"straion": {
"source": {
"source": "github",
"repo": "straion-dev/straion-marketplace"
}
}
},
"enabledPlugins": {
"straion@straion": true
}
}
Commit this file. Team members will automatically:
/plugin marketplace add straion-dev/straion-claude-marketplace
/plugin install straion@straion-claude-marketplace
Refresh marketplace:
/plugin marketplace update straion-marketplace
Update plugin:
/plugin update straion@straion-marketplace
/plugin marketplace list
/plugin marketplace remove straion-claude-marketplace
Maintained by: Straion Contact: [email protected]
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations