Help us improve
Share bugs, ideas, or general feedback.
Auto-discovered marketplace from dana-innovations/cortex-claude-plugins
npx claudepluginhub dana-innovations/cortex-claude-pluginsSonance skills for Claude. Guided workflows and smart defaults powered by you, your colleagues, and Cortex.
Zero-config backend, hosting, and version control for non-technical builders. Connects Supabase, Vercel, and GitHub through natural conversation.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A Claude Code plugin that gives non-technical builders real infrastructure — GitHub, Vercel, and Supabase — through natural conversation.
claude plugin install cortex@Dana-Innovations/cortex-claude-plugins
/cortex:setupGuided installation of the Cortex MCP server. Connects your Claude to GitHub (version control), Vercel (hosting), and Supabase (database). Explains everything in plain English — no terminal knowledge required.
/cortex:vibecodeStart building a new project. Interviews you about your idea, figures out what you actually need, and produces a clear plan before writing any code. Determines whether you need a simple static site or a full backend with user accounts and a database.
/cortex:setup — authenticates and connects your services/cortex:vibecode — describe your idea, get a plan, then buildThe plugin automatically checks if Cortex is configured when you start a session. If not, it'll nudge you to run setup.
The vibecode skill determines the simplest infrastructure that meets your needs:
| Tier | What It Is | When You Need It |
|---|---|---|
| 0 | Static site (GitHub + Vercel) | Portfolio, landing page, docs |
| 1 | Client app (GitHub + Vercel) | Tools, calculators, single-user apps |
| 2 | Backend-lite (+ Supabase) | Forms, public data, no login needed |
| 3 | Full stack (+ Supabase auth) | User accounts, personalized data |
| 4 | Multi-service (+ integrations) | Payments, email, external APIs |
It always recommends the lowest tier and tells you what would trigger upgrading later.
.claude-plugin/plugin.json # Plugin manifest + MCP server config
.mcp.json # Cortex MCP server definition
hooks/hooks.json # Session start hook (config check)
skills/setup/SKILL.md # /cortex:setup skill
skills/setup/scripts/ # Hook scripts
skills/vibecode/SKILL.md # /cortex:vibecode skill
MIT