Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By chittyos
Canonical governance hooks — entity type validation, ChittyID accountability, deploy gates, PR workflow enforcement, and Neon schema drift detection
npx claudepluginhub chittyos/chittymarket --plugin chittyos-governanceUses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
ChittyOS deployment and infrastructure — deploy services, health checks, registry queries, pipelines, wrangler audits, and compliance
Core ChittyOS ecosystem — session persistence, context checkpoints, cleanup, and ecosystem agents for schema, registration, connection, integration, and canonical governance
ChittyOS MCP gateway (standalone mode) — MemoryCloude, credentials, Notion/Neon queries, ecosystem awareness via mcp.chitty.cc
Remote proxy agents for Notion database operations, ChatGPT integrations, and Cloudflare infrastructure management via agent.chitty.cc
Neon PostgreSQL MCP server (standalone mode) — branches, migrations, SQL queries, schema management
The ChittyOS ecosystem marketplace for Claude Code — skills, agents, hooks, and MCP servers.
# Clone and bootstrap (new machine)
gh repo clone CHITTYOS/chittymarket
cd chittymarket
./scripts/bootstrap.sh
# Or with a specific profile
./scripts/bootstrap.sh --profile=devops
# Or install as a Claude Code plugin
/plugin add CHITTYOS/chittymarket
The chittymarket-manager plugin is the entry point — install it first, then use /market to manage everything else. This is the self-bootstrapping pattern: the marketplace installs itself, then installs the rest.
| Plugin | Purpose |
|---|---|
| chittymarket-manager | Marketplace control plane (/market) |
| chittymarket-canonical | Canonical marketplace definitions and sync source |
| chittyos-core | Core session/context operations and base ecosystem agents |
| Plugin | Purpose |
|---|---|
| chittyagent-autobot | Autonomous feature/PR workflow orchestrator |
| chittyagent-dispatch | Canonical-to-runtime projection/dispatch pipeline |
| Plugin | Purpose |
|---|---|
| chittyos-devops | Deploy, health, registry, pipelines, wrangler audit, compliance ops |
| chittyos-governance | Governance controls and Neon governance bridge |
| chittyos-legal | Legal workflows: dispute, docket, evidence, fact governance |
| chittyos-proxy-agents | Remote proxy agents (ChatGPT, Cloudflare, Notion) |
| Plugin | Purpose |
|---|---|
| chittyos-mcp | ChittyOS MCP gateway packaging |
| neon-mcp | Neon MCP packaging |
Some IDs shown by /market are runtime artifacts (skills/agents/MCP entries), not plugin directories. Examples include chittyhelper, chittyagent, chittycommand, and legal-arsenal.
| Group | Agents |
|---|---|
| Core Service Agents | chittycanon-code-cardinal, chittyschema-overlord, chittyregister-compliance-sergeant, chittyconnect-concierge, chittyagent-claude |
| Orchestration Agents | chittyagent-autobot, chittyagent-dispatch |
| Governance/Platform Agents | chittyagent-neon |
| Proxy Agents | chittyagent-chatgpt, chittyagent-cloudflare, chittyagent-notion |
| Group | Skills |
|---|---|
| Autonomy Pipeline | chitty-autonomy, chitty-autonomy-affirm, chitty-autonomy-discover, chitty-autonomy-plan, chitty-autonomy-generate, chitty-autonomy-implement, chitty-autonomy-tidy, chitty-autonomy-cicd, chitty-autonomy-ship |
| Marketplace | market |
| Core Operations | checkpoint, chitty-cleanup, chittycontext, chittyxl |
| DevOps Operations | chitty-deploy, chitty-health, chitty-pipelines, chitty-registry, chittyos-compliance, wrangler-audit |
| Legal Operations | dispute, docket, evidence-collect, fact-governance |
Preset plugin configurations for different work contexts:
| Profile | Plugins | Use Case |
|---|---|---|
minimal | core | Bare essentials — session and context only |
coding | core, devops | Pure development work |
devops | core, devops, governance + MCP | Infrastructure and deployment |
legal | core, legal, governance + MCP | Legal case management |
integrations | core, proxy-agents + MCP | External service work |
full | everything | All plugins enabled |
./scripts/bootstrap.sh --profile=legal
# or
/market profile legal
Plugins declare dependencies via requires in their plugin.json:
chittyos-core (no deps)
├── chittyos-devops
├── chittyos-legal
├── chittyos-governance
└── chittyos-proxy-agents
Enabling a plugin auto-checks that its dependencies are available.
Place .claude/marketplace.project.json in any project root:
{
"profile": "devops",
"plugins": {
"enable": ["chittyos-proxy-agents"],
"disable": ["chittyos-legal"]
}
}
See docs/per-project-overrides.md for full schema.
Ch1tty is an MCP server orchestrator that aggregates 14 MCP servers through a single stdio connection with lazy loading. If you use Ch1tty, MCP servers are managed through its servers.json instead of standalone .mcp.json configs.
/market mode <id> ch1tty|standalone