Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By chittyos
ChittyOS deployment and infrastructure — deploy services, health checks, registry queries, pipelines, wrangler audits, and compliance
npx claudepluginhub chittyos/chittymarket --plugin chittyos-devopsDeploy ChittyOS services to Cloudflare Workers with proper environment handling.
Check health status of ChittyOS services across the ecosystem.
Manage Cloudflare Pipelines for ChittyOS services. Pipelines consist of three components:
Query and manage the ChittyOS service registry for service discovery and metadata.
This skill should be used when building, auditing, deploying, or certifying any ChittyOS service or artifact. It covers compliance auditing ('check compliance', 'audit this service', 'is this compliant?'), scaffolding new services ('scaffold new service', 'generate CHARTER.md/CHITTY.md/CLAUDE.md'), monitoring deployed health endpoints ('check health', 'monitor services', 'service status'), and certification ('certify', 'ChittyCertify', 'what badge level?'). Also trigger proactively when creating new ChittyOS services, modifying wrangler configs, writing CHARTER/CHITTY/CLAUDE docs, checking canonical compliance, registration readiness, or preparing for deployment.
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.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Core ChittyOS ecosystem — session persistence, context checkpoints, cleanup, and ecosystem agents for schema, registration, connection, integration, and canonical governance
Canonical governance hooks — entity type validation, ChittyID accountability, deploy gates, PR workflow enforcement, and Neon schema drift detection
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