Claude Code plugins and skills for g6x.ai engineering teams
npx claudepluginhub g6xai/claude-pluginsSoftware engineering operations platform. Bootstrap any repo (greenfield or brownfield) for autonomous agent-driven development with process enforcement, Linear/Notion sync, and parallel TDD execution.
Claude Code plugins for g6x.ai engineering teams.
Add to your ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"g6xai": {
"source": {
"source": "github",
"repo": "g6xai/claude-plugins"
}
}
},
"enabledPlugins": {
"fleet@g6xai": true
}
}
Restart Claude Code.
| Plugin | Description |
|---|---|
| fleet | SE ops platform — bootstrap any repo for autonomous dev with Linear/Notion sync |
Clone this repo locally for iterating on plugins:
git clone [email protected]:g6xai/claude-plugins.git /Users/Shared/code/claude-plugins
Use directory source instead of github in your settings for live edits:
{
"extraKnownMarketplaces": {
"g6xai-dev": {
"source": {
"source": "directory",
"path": "/Users/Shared/code/claude-plugins"
}
}
},
"enabledPlugins": {
"fleet@g6xai-dev": true
}
}
Edit any skill/agent file, restart Claude Code, changes take effect.
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