By g6xai
Software engineering operations platform. Bootstrap any repo (greenfield or brownfield) for autonomous agent-driven development with process enforcement, Linear/Notion sync, and parallel TDD execution.
Autonomous TDD implementation agent. Picks up a story/spec, writes tests from acceptance criteria, implements until tests pass, self-checks for stubs, updates the spec, and commits. Spawned by fleet-run for parallel execution.
Post-build verification agent. Checks spec compliance, stub contamination, code quality, security, and regression. Spawned by fleet-run after each build wave.
Security audit agent. Checks for OWASP top 10 vulnerabilities, missing authentication, injection vectors, hardcoded secrets, and missing access control. Spawned on demand or as part of fleet-review.
Synchronization agent. Diffs repository spec state against Linear and Notion, reconciles differences. Repo always wins. Can be scheduled to run on a cron for continuous sync.
Honest brownfield codebase audit. Decomposes a repo into assessable modules, checks each for real implementation vs stubs/mocks/TODOs, grades test quality, scans infrastructure, and produces a truthful assessment report. Requires fleet-discover manifest.
Autonomous TDD build loop for a single story/spec. Reads the spec, writes tests from acceptance criteria, implements until tests pass, self-checks for stubs, updates the spec, and commits. Works with both BMAD stories and Fleet-generated specs. Called by fleet-run for parallel execution.
Maps an unknown brownfield repository. Detects languages, frameworks, databases, ORMs, test tools, CI, hosting, and monorepo structure. Produces a machine-readable manifest (_fleet/manifest.json) and a human-readable summary (_fleet/manifest.md). Scales detection strategy based on repo size. Use when onboarding a codebase that has no Fleet or BMAD artifacts.
Full project health check. Runs all audits, checks infrastructure, verifies spec completion against code, checks Linear/Notion sync drift, and produces a unified report. The one command to understand project state.
Process enforcement for Fleet. Installs Claude Code hooks that prevent process violations — no code without specs, no merge without tests, auto-formatting, session context loading. Run by fleet-infra during setup, or manually to install/update hooks.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
npx claudepluginhub g6xai/claude-plugins --plugin fleetInteractive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Automation bootstrap for Claude Code. Analyzes any project and generates a complete .claude/ structure with agents, pipelines, skills, memory, hooks, and settings.
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.
Agent orchestration harness for Claude Code — campaign persistence, fleet coordination, intent routing
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.