494 skills
| Skill | Catch | ||
|---|---|---|---|
CAClaude Academy GuideClaude Academy course matcher for product questions | Anthropic | Apache-2.0 | Anthropic product skill. Recommends academy.claude.com courses — never invent them. Idle when the user wants the task done, not a tutorial. |
AAAlgorithmic ArtSeeded p5.js generative-art skill | Frontend | Apache-2.0 | Idle unless someone asks for generative art. Original work only; not a copy-an-artist skill. |
ABAnthropic Brand GuidelinesAnthropic brand colors and type for artifacts | Anthropic | Apache-2.0 | This is Anthropic's look — Poppins, Lora, #d97757 — not “your brand.” |
CDCanvas DesignPoster and static visual design in PNG/PDF | Frontend | Apache-2.0 | Static PNG/PDF posters. Not product UI. Will sit idle unless someone asks for a piece. |
CAClaude APIClaude API / Anthropic SDK reference before you guess | Anthropic | Apache-2.0 | Vendor + broad-trigger Catch: fires on almost any LLM-shaped task and steers to Anthropic. Skip when another provider is the job. |
DCDoc CoauthoringStructured loop for co-authoring specs and docs | Authoring | Apache-2.0 | Anthropic’s three-stage writing loop. Never-fire if the agent just writes the doc. Distinct from Sentry’s copy in getsentry/skills. |
FDFrontend DesignIntentional visual direction so UI is not template-default | Frontend | Apache-2.0 | Aesthetic direction, not a component library. Idle unless someone is actually choosing a look. |
MBMCP BuilderHow to build MCP servers in Python or TypeScript | MCP | Apache-2.0 | How to *build* an MCP server. Not how to wire one that already exists. |
SCSkill CreatorCreate, edit, eval, and tune agent skills | Authoring | Apache-2.0 | Meta-skill for authoring and eval-ing skills. Idle unless you are writing a skill. |
SGSlack GIF CreatorAnimated GIFs sized and timed for Slack | Other | Apache-2.0 | Will sit idle unless someone actually asks for a Slack GIF. |
TFTheme FactoryTen preset themes, or a new one, for artifacts | Frontend | Apache-2.0 | Ten palettes for artifacts. Idle unless someone wants a theme applied. |
WAWeb Artifacts BuilderMulti-component claude.ai HTML artifacts (React + shadcn) | Frontend | Apache-2.0 | Locked to claude.ai HTML artifacts (React + Tailwind + shadcn bundle). Not a general web app skill. |
WTWebapp TestingPlaywright toolkit for local webapp UI and logs | Debugging | Apache-2.0 | Playwright against localhost. Needs a running app; a screenshot is not a test plan. |
DPDispatching Parallel AgentsSplit independent work across parallel agents | Workflow | MIT | Only when 2+ tasks share no state. Sequential work is a false fire. |
EPExecuting PlansRun a written plan in a separate session with checkpoints | Workflow | MIT | Separate session, written plan, checkpoints. Not for writing the plan. |
FAFinishing a Development BranchIntegrate a finished, tested branch | Git | MIT | Tests already pass. This decides how to land it — not whether it works. |
RCReceiving Code ReviewVerify review feedback before you implement it | Workflow | MIT | Verify feedback before implementing. Rubber-stamping is the failure mode. |
RCRequesting Code ReviewAsk for review after a real feature or before merge | Workflow | MIT | After a real feature or before merge. Not a substitute for tests. |
SDSubagent-Driven DevelopmentExecute a plan with independent subagents in-session | Workflow | MIT | In-session subagents. Conflicts with executing-plans (which wants a separate session). |
SDSystematic DebuggingRoot-cause the bug before proposing a fix | Debugging | MIT | Evidence lives outside the agent. Reproduce the failure, read the log, then patch. Do not skip verification because the stack trace looked obvious. |
TDTest-Driven DevelopmentWrite the failing test before implementation | Workflow | MIT | Red, then green, then code. Agents skip the red step constantly. |
UGUsing Git WorktreesIsolate feature work in a git worktree | Git | MIT | Isolate via worktree. No-op if you ignore it and stay on the dirty branch. |
VBVerification Before CompletionRun the proof before claiming done | Workflow | MIT | Run the proof before claiming done. Agents say “done” without running the command. |
WPWriting PlansBite-sized implementation plan after a spec exists | Workflow | MIT | Bite-sized steps after a spec exists. Not for writing the spec (that’s spec-driven-development). |
AAAPI and Interface DesignStable APIs, module boundaries, and public contracts | Workflow | MIT | Encyclopedia When from addyosmani/agent-skills. Never-fire if the agent does not load it. |
BTBrowser Testing with DevToolsChrome DevTools MCP for real-browser evidence | Debugging | MIT | Requires the chrome-devtools MCP server. Without it, this is a prompt, not a browser. |
CCCI/CD and AutomationBuild, test, and deploy pipelines as quality gates | Workflow | MIT | Encyclopedia When from addyosmani/agent-skills. Not a CI vendor. Never-fire if the agent does not load it. |
CRCode Review and QualityMulti-axis review before a change lands | Workflow | MIT | This is a review workflow, not AGENTS.md. Do not treat it as project agent instructions. |
CSCode SimplificationClarify working code without changing behavior | Workflow | MIT | Clarify without changing behavior. Easy to “simplify” into a rewrite. |
CDConstraint-Driven DevelopmentWrite the quality bar so agents cannot quietly lower it | Workflow | MIT | Writes CONSTRAINTS.md. Useless if nobody reads it, or if the agent quietly lowers the bar anyway. |
DADeprecation and MigrationSunset, migrate, and expand/contract without downtime | Workflow | MIT | Expand/contract, then delete. Not a license to drop a column on Friday. |
DADocumentation and ADRsRecord decisions so the next engineer and agent can follow | Authoring | MIT | Record the decision. Agents write ADRs nobody asked for. |
DDDoubt-Driven DevelopmentAdversarial review of high-stakes decisions before they stand | Workflow | MIT | Adversarial review before the decision stands. Slow by design; skip it and you get confident wrongness. |
FUFrontend UI EngineeringProduction-quality accessible, responsive UI | Frontend | MIT | Production a11y/responsive UI. Overlaps frontend-design; this one is engineering, not vibe. |
GWGit Workflow and VersioningCommits, branches, PRs, tags, and version bumps | Git | MIT | Commits, PRs, tags. Not using-git-worktrees. Never-fire if the agent does not load it. |
IRIdea RefineDiverge, then converge a vague idea into a sharp concept | Workflow | MIT | Diverge, then converge. Idle unless the idea is still vague. |
IMInterview MeOne-question interviews until the real intent is clear | Workflow | MIT | One question at a time until intent is clear. Annoying if you already know what you want. |
OAObservability and InstrumentationLogs, metrics, traces so production is diagnosable | Debugging | MIT | Logs, metrics, traces. Not Sentry-the-product. Never-fire if the agent does not load it. |
POPerformance OptimizationFrontend, backend, and query performance with evidence | Workflow | MIT | Needs a metric. Profiling theater without a number is not this skill. |
PAPlanning and Task BreakdownTurn a spec into ordered, estimable tasks | Workflow | MIT | After a spec. Overlaps writing-plans. Never-fire if the agent does not load it. |
SASecurity and HardeningInput, auth, data, and supply-chain hardening | Workflow | MIT | Input, auth, data, supply-chain. Not a pentest and not Sentry security-review. |
SAShipping and LaunchPre-launch checklist, rollout, and rollback | Workflow | MIT | Checklist, rollout, rollback. Not a deploy button. |
SDSource-Driven DevelopmentCite official docs instead of remembered APIs | Workflow | MIT | Cite official docs. Agents still answer from memory. |
SDSpec-Driven DevelopmentWrite the spec first when none exists yet | Workflow | MIT | Write the spec first when none exists. Distinct from writing-plans, which assumes a spec already exists. |
VRVercel React Best PracticesVercel Engineering React and Next.js performance patterns | Vercel | MIT | Vercel Engineering React/Next performance patterns. MIT in SKILL.md frontmatter; vercel-labs/agent-skills has no LICENSE file. Broad React triggers. |
VCVercel Composition PatternsReact composition that scales past boolean props | Vercel | MIT | Compound components and boolean-prop cleanup, including React 19. Same undeclared-repo LICENSE. Not a performance skill. |
VRVercel React Native SkillsReact Native and Expo performance and native-module patterns | Vercel | MIT | React Native/Expo lists, animations, native modules. Same undeclared-repo LICENSE. Idle on web React. |
URUse RailwayRailway signup, deploy, services, and infrastructure ops | Other | MIT | False-fires on feature flags, MCP, and signup. Drives `railway up` for signup. A free tier exists. |
WRWranglerCloudflare Workers CLI, before you type it | Cloudflare | Apache-2.0 | Workers CLI for KV/R2/D1/Queues before you type it. Pulls a non-Cloudflare deploy toward wrangler. |
WBWorkers Best PracticesProduction Workers anti-patterns | Cloudflare | Apache-2.0 | Production Workers anti-patterns (streaming, globals, bindings). Not a generic JavaScript review. |
DODurable ObjectsStateful coordination on Workers | Cloudflare | Apache-2.0 | Stateful Durable Objects (SQLite, alarms, WebSockets). False-fires on any “stateful agent” that isn’t a DO. |
TSTurnstile SpinBot check via Cloudflare Turnstile | Cloudflare | Apache-2.0 | End-to-end Turnstile widget plus siteverify. A generic captcha/bot-check still gets Turnstile. |
SSSandbox Stable@cloudflare/sandbox on the default tag | Cloudflare | Apache-2.0 | @cloudflare/sandbox on the default tag. Wrong sibling if the app is on @next. |
SNSandbox NextSandbox SDK 1.0 preview tag | Cloudflare | Apache-2.0 | Preview Catch: this is @cloudflare/sandbox@next, not the stable default. Vendor skill for Cloudflare. |
CECloudflare Email ServiceSend and route mail from Workers | Cloudflare | Apache-2.0 | Workers email send/route and SPF/DKIM. “Add email” on a non-Workers app still steers here. |
ASAgents SDKStateful agents on Cloudflare Workers | Cloudflare | Apache-2.0 | Cloudflare Agents SDK on Workers (state, RPC, Workflows). “MCP/chat agent” triggers steal from the MCP cluster. |
AMAgents.mdThis writes AGENTS.md, not a skill | Sentry | Apache-2.0 | Loud Catch: this IS AGENTS.md / CLAUDE.md, not an agent skill. Do not confuse it with SKILL.md. Vendor skill from Sentry. |
CSClaude Settings Auditpermissions.json from the repo shape | Sentry | Apache-2.0 | Writes Claude Code settings.json allowlists from repo shape. Sentry conventions leak; a generic repo still gets Sentry-shaped permissions. |
DADjango Access ReviewIDOR and tenant isolation in Django | Sentry | Apache-2.0 | IDOR and tenant isolation in Django views/ORM. Idle off Django; not a generic auth review. |
DPDjango Perf ReviewN+1 and queryset audits | Sentry | Apache-2.0 | N+1 and queryset audit, not a general perf skill. “Optimize Django” false-fires when the bottleneck isn’t the ORM. |
SDSentry Doc CoauthoringStructured pass with the human still in it | Sentry | Apache-2.0 | Human-in-the-loop doc loop from getsentry/skills. Twin of Anthropic doc-coauthoring; never-fires if the agent just writes the doc. |
GRGH Review RequestsUnread review-request notifications | Sentry | Apache-2.0 | Fetches unread GitHub review-request notifications. Needs gh + a team; an empty inbox looks like “no reviews.” |
GSGHA Security ReviewPwn-request and workflow injection | Sentry | Apache-2.0 | Pwn-request and expression-injection in .github/workflows. Exploitation-shaped; not a green-CI checklist. |
IPIterate PRCI + review loop until the PR is green | Sentry | Apache-2.0 | Loops CI and review until green, and will not wait for human approval or merge gates. Keeps pushing a draft you wanted parked. |
PWPR WriterReviewer-facing title and body | Sentry | Apache-2.0 | Reviewer-facing title and body only. Will rewrite a PR description you already wrote. |
POPrompt OptimizerEvals and model-family adapters | Sentry | Apache-2.0 | Prompt evals and OpenAI/Claude/Gemini adapters. Not product copy; will “optimize” a prompt that wasn’t the job. |
SSSkill ScannerAudit a SKILL.md before you install it | Sentry | Apache-2.0 | Audits a SKILL.md for injection and secrets before install. Scanning is not the same as running the skill. |
FBFind BugsBugs on this branch, not the whole repo | Sentry | Apache-2.0 | Bugs on this branch, not the whole repo. A repo-wide “find bugs” is a false fire. |
SRSecurity ReviewOWASP-style pass with confidence scores | Sentry | Apache-2.0 | OWASP-style pass with confidence scores. Overlaps find-bugs and gha-security-review; not Sentry-product config. |
DADocument API EndpointSentry @extend_schema and TypedDicts | Sentry | Apache-2.0 | Sentry @extend_schema and response TypedDicts. Dead outside getsentry API views. |
CSClaude SecurityIn-session scan, then patches you apply | Anthropic | Apache-2.0 | In-session scan, then patch files you apply. Claude Code plugin layout; not Sentry security-review. |
CAClaude Automation RecommenderHooks, skills, MCP — recommendations only | Anthropic | Apache-2.0 | Recommends hooks, skills, and MCP for Claude Code — it does not install them. Vendor lock. |
ADAgent DevelopmentClaude Code subagent frontmatter | Anthropic | Apache-2.0 | Claude Code subagent frontmatter (when-to-use, tools, colors). “Create an agent” outside plugins is a false fire. |
CDCommand DevelopmentSlash commands for Claude Code plugins | Anthropic | Apache-2.0 | Slash commands and AskUserQuestion inside Claude Code plugins. Not a Unix CLI skill. |
HDHook DevelopmentPreToolUse and friends, in plugins | Anthropic | Apache-2.0 | PreToolUse/PostToolUse/Stop hooks with ${CLAUDE_PLUGIN_ROOT}. Never-fires without that plugin layout. |
PSPlugin Structureplugin.json at the root, components beside it | Anthropic | Apache-2.0 | plugin.json scaffold and auto-discovery. First-step only; overlaps the other plugin-dev siblings. |
PSPlugin Settings.local.md config for a plugin | Anthropic | Apache-2.0 | Per-project .claude/<plugin>.local.md YAML. “Plugin settings” in an editor is a false fire. |
BMBuild MCP AppIn-chat widgets on an MCP server | Anthropic | Apache-2.0 | In-chat MCP App widgets after the server exists. Not how to build the server (that’s HOLD build-mcp-server). |
BMBuild MCPBBundle a local MCP with its runtime | Anthropic | Apache-2.0 | Bundles a local MCP plus runtime as .mcpb. Desktop/filesystem MCP; not a hosted-server tutorial. |
EAExpo AnimationReanimated, Gesture Handler, and haptics on device | Expo | MIT | Reanimated/GH/haptics; wrong for web CSS motion; fights expo-ui (don’t use Reanimated for sheets). |
EAExpo App ClipiOS App Clip target beside the parent Expo app | Expo | MIT | iOS Clip/AASA only; dead on Android/web. |
EBExpo BrownfieldEmbed Expo in an existing Swift or Kotlin app | Expo | MIT | embed-in-existing-native only; dead on greenfield Expo. |
EDExpo Data FetchingFetch, React Query, SWR, and Expo Router loaders | Expo | MIT | “ANY network request” steals generic fetch/SWR outside Expo. |
EDExpo Design SystemTokens, variants, and an in-app component library for Expo | Expo | MIT | Expo token/theme kit; twin of frontend-design if you drop the Expo scope. |
EDExpo Dev ClientLocal and TestFlight Expo development clients | Expo | MIT | internal dev-client builds; agents mix it with paid eas-app-stores TestFlight. |
EDExpo DOMWeb code in a native webview, incrementally | Expo | MIT | webview DOM components only; not a full web→native port. |
EEExpo ExamplesAdapt with-* starters from expo/examples | Expo | MIT | Not full apps — managed single-screen patterns. catalog.md drifts; confirm live list. Never scaffold on top of an existing app. Distinct from expo-project-structure. |
EMExpo Migrate ModuleSwift Expo module 1.0 DSL → 2.0 macros | Expo | MIT | Experiments path, not the main expo plugin. Requires expo ≥ 57.0.7. Not for new modules (expo-module), not SDK upgrades (expo-upgrade), not Android/Kotlin. |
EMExpo ModuleNew Expo Modules API in Swift, Kotlin, and TypeScript | Expo | MIT | native module authors (Swift/Kotlin); never-fires on JS-only Expo apps. |
ENExpo Native UIHIG, semantic color, and SF Symbols on Expo screens | Expo | MIT | HIG/SF Symbols screens; look vs @expo/ui primitives (expo-ui). |
EPExpo Project StructureFolder layout for a new Expo Router app | Expo | MIT | new-app folders only; forbids restructuring existing apps. |
ERExpo RouterFile-based routes, Stack, NativeTabs, and modals | Expo | MIT | Expo Router file routes only; steals Next.js App Router and React Navigation. |
EUExpo UI@expo/ui SwiftUI and Compose primitives | Expo | MIT | @expo/ui SwiftUI/Compose controls; not FlashList; not expo-native-ui styling. |
EUExpo UpgradeExpo SDK upgrades and dependency fixes | Expo | MIT | Expo SDK bump cookbook; stale after the next SDK; not a generic RN upgrade. |
EWExpo Web to NativePort Next/Vite/CRA to Expo native, screen by screen | Expo | MIT | whole-app Next/Vite/CRA → Expo; not expo-dom. |
EAEAS App StoresEAS build and submit to App Store and Play | Expo | MIT | eas build/submit to stores. Free-tier build minutes; Apple/Google developer accounts still cost. Not local expo-dev-client. |
EHEAS HostingExpo web and API routes via eas deploy | Expo | MIT | Expo web/API routes via eas deploy (CF Workers). Authoring routes is free; production deploys use plan allowance. |
EOEAS Observeexpo-observe metrics, 10k MAU free cap | Expo | MIT | expo-observe metrics. Free plan up to 10k MAU, then paid. Not generic analytics. |
ESEAS SimulatorRemote iOS/Android sim on EAS cloud | Expo | MIT | Remote iOS/Android sim on EAS cloud, experimental API. Not local sim. |
EUEAS UpdateOTA JS/asset updates via expo-updates | Expo | MIT | EAS service, costs apply (Free plan has update/bandwidth/storage allowances). Distinct from live eas-update-insights (health/adoption, not publish) and eas-app-stores (native store binaries). |
EUEAS Update InsightsHealth of published EAS Update rollouts | Expo | MIT | Health of published EAS Update rollouts. Idle if you don’t OTA. |
EWEAS Workflows.eas/workflows YAML that burns compute minutes | Expo | MIT | .eas/workflows YAML. Each job burns build/compute minutes. False-fire on generic CI. |
SPSupabase Postgres Best PracticesLoad before any Postgres schema or SQL | Supabase | MIT | Load BEFORE any Postgres schema/SQL. Always-on for SQL, even off Supabase. |
SUSupabaseAny Supabase product; changelog-first vendor skill | Supabase | MIT | ANY Supabase product. Steals the Postgres skill. Changelog-first; vendor lock. |
PCPrisma CLIORM CLI: init, generate, migrate, studio | Prisma | MIT | ORM CLI (init/generate/migrate/studio), not Platform CLI. |
PCPrisma Client APIfindMany, create, $transaction | Prisma | MIT | findMany/create/$transaction. Idle if you’re not writing Prisma Client. |
PDPrisma Database SetupWire Prisma to Postgres, MySQL, SQLite, Mongo | Prisma | MIT | Wire Prisma to Postgres/MySQL/SQLite/Mongo. Not Prisma Postgres hosting. |
PDPrisma Driver Adapter ImplementationORM 7 SQL driver adapters | Prisma | MIT | ORM 7 SQL driver adapters. Never-fires for app CRUD. |
PMPrisma MongoDB UpgradeMongo on v6 has no v7 path | Prisma | MIT | Mongo on v6 has no v7 path. Migrate-only. |
PUPrisma Upgrade v7v6→v7 breaking changes | Prisma | MIT | v6→v7 breaking changes. Version-gate; will go stale. |
PPPrisma PostgresHosted Prisma Postgres, not OSS Postgres | Prisma | MIT | Hosted Prisma Postgres. Vendor; Free $0/mo with hard cap (prisma.io/postgres). Not OSS Postgres. |
PCPrisma ComputePrisma Compute deploy, 1M requests/mo free | Prisma | MIT | Prisma Compute deploy. Vendor; Free includes 1M requests/mo. Not a generic host. |
TMThreat Model GenerationSTRIDE threat model for a repo | Factory | MIT | STRIDE doc; not sentry security-review. |
FAFirecrawl AgentMulti-page schema extract via Firecrawl agent | Firecrawl | ISC | multi-page schema extract; credits; not a generic crawler. Self-host via FIRECRAWL_API_URL is the free path; cloud needs a key. |
FCFirecrawl CrawlBulk crawl; no keyless free tier | Firecrawl | ISC | LOUD: skill text: crawl has no keyless free tier; credits per page; auth required. |
FBFirecrawl Build ScrapeOne-URL /scrape in app code | Firecrawl | ISC | one-URL scrape in app code. Self-host option. Not crawl. |
FBFirecrawl Build SearchFirecrawl /search in product code | Firecrawl | ISC | Firecrawl /search; not a generic web-search skill. |
FBFirecrawl Build InteractClicks and forms after scrape | Firecrawl | ISC | clicks/forms after scrape. Overlaps shipped webapp-testing and Browserbase browser. |
HFHugging Face PapersHF/arXiv URL to markdown | Hugging Face | Apache-2.0 | HF/arXiv URL → markdown. Papers only. |
BRBrowserNL browse CLI; local Chrome or Browserbase | Browserbase | MIT (frontmatter; no LICENSE file) | NL browse CLI. Local Chrome is the free path; remote Browserbase needs API key. Loud: no repo LICENSE (frontmatter MIT only). |
BTBrowser TraceCDP/screenshot debug of a failed browse | Browserbase | MIT (frontmatter; no LICENSE file) | CDP/screenshot debug of a failed browse. Dead without browser. |
BTBrowser to APITrace to OpenAPI 3.1 from XHR | Browserbase | MIT (frontmatter; no LICENSE file) | trace → OpenAPI 3.1 from XHR. Needs browser-trace first; not an exploit skill. |
TJTransformers.jsTransformers.js in browser and Node | Hugging Face | Apache-2.0 | Transformers.js in browser/Node. Weight downloads and RAM are the limit. |
HFHugging Face Local ModelsGGUF + llama.cpp on CPU/Metal/CUDA/ROCm | Hugging Face | Apache-2.0 | GGUF + llama.cpp on CPU/Metal/CUDA/ROCm. Not a cloud-Jobs trainer. |
HFHugging Face DatasetsHub Dataset Viewer API | Hugging Face | Apache-2.0 | Hub Dataset Viewer API. Not local datasets training prep. (frontmatter nonstandard; file 200.) |
HFHugging Face GradioGradio apps in Python | Hugging Face | Apache-2.0 | Gradio apps only. Not a general frontend skill. |
HFHugging Face TrackioTrackio metrics, not W&B | Hugging Face | Apache-2.0 | Trackio metrics. Dead if the project uses W&B/MLflow. |
HFHugging Face Community EvalsLocal inspect-ai and lighteval | Hugging Face | Apache-2.0 | local inspect-ai/lighteval. Not HF Jobs. |
HFHugging Face Paper PublisherCreate and claim HF paper pages | Hugging Face | Apache-2.0 | create/claim HF paper pages. Distinct from huggingface-papers (reader). |
HFHugging Face Vision TrainerDetection/SAM on HF Jobs GPUs | Hugging Face | Apache-2.0 | detection/SAM on HF Jobs GPUs. Loud Catch: cloud-GPU costs apply. |
PLPlaywrightplaywright-cli from the terminal | OpenAI | Apache-2.0 | playwright-cli from the terminal. Twin of shipped webapp-testing (CLI wrapper, not the library). |
JNJupyter Notebook.ipynb only, not a Python app skill | OpenAI | Apache-2.0 | .ipynb only. Not a Python app skill. |
GFGH Fix CIFailing Actions on the current PR | OpenAI | Apache-2.0 | failing Actions on the current PR; implement only after explicit approval. Buildkite out of scope. |
GAGH Address CommentsReview comments on the current-branch PR | OpenAI | Apache-2.0 | review comments on the current-branch PR via gh. Needs gh auth. |
YEYeetStage, commit, push, and open a PR | OpenAI | Apache-2.0 | stage+commit+push+PR in one flow. Loud: only when the user explicitly asks; dangerous if it false-fires. |
SCScreenshotOS-level capture, not web page shots | OpenAI | Apache-2.0 | OS-level capture. Not web page shots. |
ODOpenAI DocsCurrent OpenAI/Codex docs; twin of claude-api | OpenAI | Apache-2.0 | current OpenAI/Codex docs. Loud vendor; twin of claude-api. |
NDNetlify Deploynpx netlify; Netlify says build free | OpenAI | Apache-2.0 | npx netlify. Vendor; netlify.com/pricing: “Build free.” |
RDRender Deployrender.yaml; Render says deploy for free | OpenAI | Apache-2.0 | render.yaml. Vendor; render.com/pricing: “Deploy for free.” |
LILinearIssues via Linear; Free $0, needs auth | OpenAI | Apache-2.0 | issues via Linear. Vendor; linear.app/pricing Free $0. Dead without Linear auth. |
NKNotion Knowledge CaptureChats into a Notion wiki or how-to | Notion | MIT | chats → Notion wiki/how-to. Vendor; notion.so/pricing has a Free plan. Dead without Notion MCP. |
URUpstash Redis StartScratch Redis, 72h, no signup | Upstash | MIT | scratch Redis, no signup. Temporary; not production. Free path: start-redis 72h no-signup. |
URUpstash Redis JS@upstash/redis HTTP client, not ioredis | Upstash | MIT | @upstash/redis HTTP client. Not ioredis/node-redis. Free $0 on upstash.com/pricing. |
URUpstash Ratelimit JSRate limit on top of Upstash Redis | Upstash | MIT | needs Upstash Redis underneath. Free $0 on upstash.com/pricing. |
UQUpstash QStash JSHTTP queue and schedules on QStash | Upstash | MIT | HTTP queue/schedules. Vendor; Free $0 on pricing. |
UWUpstash Workflow JSDurable workflows on QStash | Upstash | MIT | durable workflows on QStash. Distinct from qstash-js, not a twin dump. |
UVUpstash Vector JSUpstash Vector, not pgvector | Upstash | MIT | not pgvector. Free $0 on upstash.com/pricing. |
USUpstash Search JSUpstash Search vendor SDK | Upstash | MIT | Upstash Search vendor. Free $0 on upstash.com/pricing. |
UCUpstash CLIupstash CLI; needs API token | Upstash | MIT | needs API token; CI/agent oriented. |
PPPlanetScale pscale CLI AutomationHeadless pscale with --format json | PlanetScale | MIT | LOUD: planetscale.com/pricing has no verified $0 hobby (calculator from ~$15; “first 10 GB free” is storage add-on language, not a catalog free tier). |
PPPlanetScale Postgres Safety ReviewPS Postgres only; not the Supabase skill | PlanetScale | MIT | PS Postgres only; not the Supabase Postgres skill. LOUD: no verified $0 PlanetScale hobby. |
PVPlanetScale Vitess Safety ReviewVitess branch safety review | PlanetScale | MIT | Vitess branch only. LOUD: no verified $0 PlanetScale hobby. |
PQPlanetScale Query Insights and TagsPlanetScale query insights and tags | PlanetScale | MIT | PlanetScale query insights/tags. LOUD: no verified $0 PlanetScale hobby. |
PSPlanetScale Schema Recommendations Agent LoopTriage PS schema recs; does not apply prod | PlanetScale | MIT | never-fires without PS schema recs; does not apply prod. LOUD: no verified $0 PlanetScale hobby. |
PMPlanetScale MCP Agent Operating ModelPS MCP policy; dead without PS MCP | PlanetScale | MIT | policy; dead without PS MCP. LOUD: no verified $0 PlanetScale hobby. |
WOWorkOSWorkOS auth; Free $0/mo, dead without WorkOS | WorkOS | MIT | WorkOS auth. Vendor; workos.com/pricing Free $0/mo. Dead without WorkOS. |
ANASP.NET Core.NET-only ASP.NET Core, Blazor, Minimal APIs | OpenAI | Apache-2.0 | .NET-only. Never-fires outside ASP.NET Core / Blazor / Minimal APIs. |
CAChatGPT AppsChatGPT Apps SDK with MCP widget | OpenAI | Apache-2.0 | ChatGPT Apps SDK (MCP + widget). Not generic MCP — pulls you into ChatGPT Apps. |
CCCLI CreatorCodex companion CLI from OpenAPI or curl | OpenAI | Apache-2.0 | Codex companion CLI from OpenAPI/curl. Not a product feature. |
MSMulti-Stage DockerfileDockerfile-only multi-stage images | GitHub | MIT | Dockerfile-only. Will rewrite the image even when you asked for app code. |
MSMCP Security AuditAudit .mcp.json, not security-review | GitHub | MIT | Audits .mcp.json for secrets, shell injection, unpinned @latest. Config-only — not security-review. |
OTOpenAPI to Application CodeCodegen a whole app from an OpenAPI spec | GitHub | MIT | Loud: codegen mega-skill; will invent a whole production app from a spec. |
SBSafe BrowserLocal domain-allowlisted Claude Agent SDK browser | Browserbase | MIT (frontmatter; repo LICENSE 404) | Local domain-allowlisted browser (Claude Agent SDK). Not Browserbase cloud. Loud: undeclared-repo LICENSE. |
BFBrowserbase FunctionsScheduled or webhook Browserbase cloud browser jobs | Browserbase | MIT (frontmatter; repo LICENSE 404) | Browserbase Functions — scheduled/webhook cloud browser jobs. Loud: paid product path. |
FMFirecrawl MapURL list/filter. Discovery only; not extract | Firecrawl | ISC | URL list/filter. Discovery only; not extract. |
FDFirecrawl DownloadBulk local markdown and screenshots | Firecrawl | ISC | bulk local markdown/screenshots. Loud: credit-heavy. |
FMFirecrawl MonitorWebhook/email watches; recurring paid path | Firecrawl | ISC | webhook/email watches. Loud: recurring paid path. |
IIInstrument IntegrationPostHog SDK wiring. Free, not a trial | PostHog | MIT | PostHog SDK wiring. Free on posthog.com/pricing (not a trial). |
IPInstrument Product AnalyticsPostHog product analytics events | PostHog | MIT | PostHog product analytics events. Free tier; not a trial. |
IFInstrument Feature FlagsPostHog feature flags. Free tier | PostHog | MIT | PostHog feature flags. Free tier; not a trial. |
ILInstrument LLM AnalyticsPostHog LLM analytics. Free tier | PostHog | MIT | PostHog LLM analytics. Free tier; not a trial. |
LBLiveblocks Best PracticesLiveblocks collab. Free on liveblocks.io/pricing | Liveblocks | Apache-2.0 | Liveblocks collab. Free on liveblocks.io/pricing; no CC. |
YBYjs Best PracticesYjs library, not Liveblocks-specific | Liveblocks | Apache-2.0 | Yjs library, not Liveblocks-specific. |
SBStripe Best PracticesStripe account exists; processing fees apply | Stripe | MIT | Loud: Stripe account exists; processing fees apply. Toolkit MIT. |
SDStripe DocsStripe docs lookup. Processing fees apply | Stripe | MIT | Stripe docs lookup. Loud: processing fees apply. |
USUpgrade StripeStripe API/SDK upgrade path | Stripe | MIT | Stripe API/SDK upgrade path. Loud: processing fees apply. |
MAMigrate AI SDK v6 to v7Vercel AI SDK v6→v7. Version-gate; will stale | Vercel | Apache-2.0 | Vercel AI SDK v6→v7. Version-gate; will stale. |
AWAdd WebMCPFirst-party WebMCP; not generic MCP builder | Browserbase | MIT (frontmatter; no LICENSE file) | first-party WebMCP; not generic MCP builder. Loud: undeclared-repo LICENSE (frontmatter MIT; repo LICENSE 404). |
CSCookie SyncLocal Chrome cookies into Browserbase | Browserbase | MIT (frontmatter; no LICENSE file) | local Chrome cookies into Browserbase; never-fires without Browserbase. Loud LICENSE (frontmatter MIT; repo LICENSE 404). |
NPNeon PostgresLakebase Postgres setup, pooled vs direct, DATABASE_URL | Neon | Apache-2.0 | Vendor lock: Neon/Lakebase setup, pooled vs direct, DATABASE_URL. Trigger steals Prisma/Supabase Postgres work. Free $0 at neon.tech/pricing (100 projects, 0.5 GB, 100 CU-hours; compute suspends at cap). Parent neon stays OUT (HOLD — always-on overview). |
NPNeon Postgres BranchesPick/create Neon branch type; schema-only is Beta | Neon | Apache-2.0 | Branch-type picker, not setup — distinct from neon-postgres. Schema-only branches are Beta. Free cap is 10 branches/project on neon.tech/pricing. |
NFNeon FunctionsLong-running Node HTTP on a Neon branch. Public beta | Neon | Apache-2.0 | Public beta. Vendor lock. False-fires on generic serverless — this is Neon Functions, not Vercel/AWS. NAME-COLLIDES with published Browserbase functions; slug is neon-functions, never functions. Free includes Functions capacity; costs past limits. |
NONeon Object StorageS3-compatible storage that branches with Neon. Public beta | Neon | Apache-2.0 | Public beta. Not AWS S3 and not R2 — Neon-only buckets that branch with Postgres. Vendor lock. Costs past the free Object Storage allowance. |
LALiveKit AgentsVoice AI agent via LiveKit Cloud + Agents SDK | LiveKit | MIT | Cloud-only skill: skips self-host OSS. LiveKit Cloud + Inference is the path. Free Build $0, no CC, at livekit.com/pricing; Inference credits then paid. livekit-simulations stays DEFER. |
AOAgent OWASP ComplianceOWASP ASI Top 10 audit before prod. Community Copilot skill | GitHub | MIT | Community Copilot skill, not OWASP-official. ASI Top 10 agent audit before prod — distinct from mcp-security-audit (.mcp.json) and from Sentry security-review. |
ISInngest SetupInngest Cloud + TypeScript setup. Hobby $0/mo, no CC | Inngest | Apache-2.0 | Assumes Inngest Cloud + TypeScript. Hobby is $0/mo, no CC, at inngest.com/pricing (50k executions, 5 concurrent steps, 500k events; pauses at quota). |
IDInngest Durable FunctionsInngest steps, not BullMQ. Cloud + TypeScript | Inngest | Apache-2.0 | False-fires on BullMQ (and generic queues). This is Inngest durable functions — Cloud + TypeScript. Hobby pauses at quota. |
IEInngest EventsInngest event schema; 24h dedupe is vendor-specific | Inngest | Apache-2.0 | 24-hour event-ID dedupe is Inngest-specific — not Kafka, not SQS, not a generic idempotency key. Cloud + TypeScript. |
IFInngest Flow ControlConcurrency/throttle/batch. Hobby is 5 concurrent steps | Inngest | Apache-2.0 | Loud: Hobby is 5 concurrent steps. This skill will prescribe concurrency, throttle, and batching the free plan cannot run. Upgrade or the controls lie. |
IRInngest Realtimev4-native inngest/realtime, not @inngest/realtime | Inngest | Apache-2.0 | v4-native: import from inngest/realtime. @inngest/realtime is the v3 package and will 401/TypeError on v4. Cloud + TypeScript. |
IAInngest AgentsAgentKit lock. Durable agents on Inngest Cloud | Inngest | Apache-2.0 | AgentKit lock: createAgent + step.ai on Inngest Cloud. Not a generic agent framework skill. Hobby 5-step cap still applies. |
IVInngest v3 to v4 MigrationSDK v3→v4. Stale the day v5 ships | Inngest | Apache-2.0 | Version-gate: v3→v4 only. Stale the day v5 ships. Not a greenfield setup skill. |
CQConvex QuickstartNext.js + Convex template. JSON-generated; can drift | Convex | Apache-2.0 | Next.js template path. SKILL.md is JSON-generated and can drift from live Convex APIs. Loud: convex.dev/pricing Free has hard caps; Starter is $0 base with a card. Parent convex stays HOLD. |
CAConvex AuthConvex Auth only — not Clerk or Better Auth | Convex | Apache-2.0 | Convex Auth (@convex-dev/auth) only — not Clerk, not Better Auth. Missing auth.config.ts silently always-signed-out. Loud Free/Starter card on convex.dev/pricing. |
CCConvex Create ComponentConvex Components with isolated tables, not React | Convex | Apache-2.0 | Convex Components — backend modules with isolated tables — not React components. Loud Free/Starter card. |
CMConvex MigrateLive-data backfill with @convex-dev/migrations, not Prisma | Convex | Apache-2.0 | Live-data backfill on Convex, not Prisma. Tightening a validator before backfill rejects existing rows. Loud Free/Starter card. |
ISInfisical SetupCLI/SDK secrets into the app. Slug is infisical-setup | Infisical | MIT | Folder is infisical-setup; frontmatter name is infisical-user-setup-guide — catalog slug is infisical-setup. Cloud Free $0 forever (5 identities, unlimited projects, 3 envs, 10 secret syncs) at infisical.com/pricing. Not the k8s operator CRDs. |
IKInfisical Kubernetes Operatorv1beta1 CRDs. v1alpha1 is a false-fire | Infisical | MIT | v1alpha1 is a false-fire — current CRDs are v1beta1. Dynamic-secret leases are paid Advanced even on self-host. Not the setup skill. |
ISInfisical Self-HostMIT core only. ee/ needs LICENSE_KEY | Infisical | MIT | MIT core only. ee/ is not MIT — needs LICENSE_KEY. This deploys the platform; it does not inject secrets into an app. |
ISInfisical Secret Scanninggithub-radar data source, not github. infisical scan | Infisical | MIT | GitHub data source is github-radar, not github. Distinct from setup and from syncs. Cloud Free $0 forever still caps identities and syncs. |
ISInfisical Secret SyncsPush secrets out. Free cap is 10 syncs | Infisical | MIT | Push out, not pull in. Cloud Free cap is 10 secret syncs. Distinct from infisical-setup. |
REReact EmailCompose React email templates. Delivery still hits 100/day | Resend | MIT | Compose templates. Sending still hits Resend Free $0/mo (3,000 emails/mo, 100/day, no overage). Overlaps HOLD parent resend on “sending”. Distinct from resend-cli. |
RCResend CLIresend CLI for shell/CI. --react-email can steal compose | Resend | MIT | Shell/CI. --react-email can steal react-email compose work. Free $0/mo still 3,000/mo and 100/day with no overage — the CLI will fail at the cap, not bill. |
DMDrizzle Migration ConflictCommunity v0.1. Not drizzle-team. Can steal generate | Other | Apache-2.0 | Community v0.1, not drizzle-team. Official kit skills 404 on main. Can steal a clean drizzle-kit generate. |
ETElevenLabs Text-to-SpeechCloud TTS. Free 10k credits is minutes, not a product | ElevenLabs | MIT | Vendor lock. Needs API key. Free 10k credits/mo is minutes of audio, not a product. No commercial license on Free. Starter is 6 USD/mo not 5. |
ESElevenLabs Speech EngineYour runtime, their STT/TTS. Cloud + key. Not LiveKit OSS | ElevenLabs | MIT | Your runtime, their STT/TTS. Cloud + API key, not LiveKit OSS. Free has no commercial license. Distinct from elevenlabs-text-to-speech. |
ESElevenLabs Sound EffectsText-to-SFX, not speech. 200 credits/gen | ElevenLabs | MIT | Distinct from TTS. 200 credits/gen. Free 10k credits/mo; no commercial license on Free. Needs API key. |
EMElevenLabs MusicMusic API. Commercial music is Starter+. 900 credits/min | ElevenLabs | MIT | Commercial music is Starter+ (6 USD/mo, not 5). 900 credits/min. Free has no commercial license. Distinct from TTS and sound-effects. |
EDElevenLabs DubbingDubbing Studio is Starter+. 2k-10k credits/min | ElevenLabs | MIT | Dubbing Studio is Starter+ (6 USD/mo). 2k-10k credits/min. Free has no commercial license. Distinct from TTS. Needs API key. |
RFReplicate Find ModelsSearch Replicate models. Not Hugging Face Hub | Replicate | Apache-2.0 | Vendor search on Replicate, not Hugging Face. No ongoing 0 USD hobby. PAYG at replicate.com/pricing. Try-for-Free is a one-time limited run, not a plan. |
RCReplicate Compare ModelsPick among Replicate models. Cost numbers stale | Replicate | Apache-2.0 | Pick vs find. Cost numbers will stale. No ongoing 0 USD hobby. PAYG. Try-for-Free is not a plan. |
RRReplicate Run ModelsPaid predictions. Needs REPLICATE_API_TOKEN | Replicate | Apache-2.0 | Paid path. Needs REPLICATE_API_TOKEN. Try-for-Free is a one-time limited run, not this skill and not a plan. PAYG at replicate.com/pricing. |
RBReplicate Build ModelsCog package. Skill still aims at Replicate deploy | Replicate | Apache-2.0 | Cog is OSS; skill still aims at Replicate deploy. Local GPU/Docker. No 0 USD hobby. Try-for-Free is not a plan. Distinct from run and publish. |
RPReplicate Publish Modelscog push. Public model is not free inference | Replicate | Apache-2.0 | cog push. Public model is not free inference. PAYG, no 0 USD hobby. Try-for-Free is a one-time limited run, not a plan. |
SMSanity MigrationReplatform to Sanity. Full CMS move, not PT conversion | Sanity | MIT | Vendor lock. Full CMS move, not PT conversion. Free 0 USD forever (20 seats, 2 permission roles, 2 datasets public only). Growth 15 USD/seat. |
SPSanity Portable Text ConversionHTML/MD to Portable Text. Ingest, not replatform | Sanity | MIT | Ingest, not replatform. Distinct from sanity-migration and from serialization (render). Free 0 USD forever still public-only datasets (2) and 2 roles. Growth 15 USD/seat. |
SPSanity Portable Text SerializationPT to React/Svelte/Vue/HTML. Render, not ingest | Sanity | MIT | Render, not ingest. Distinct from conversion and from sanity-migration. Free 0 USD forever: 20 seats, 2 roles, 2 public datasets. Growth 15 USD/seat. |
TATanStack AI Chat ExperienceFalse-fires on Vercel AI SDK streamText / useChat | TanStack | MIT | False-fires on Vercel AI SDK streamText / useChat from ai. Distinct from migrate-ai-sdk-v6-to-v7. Pinned 0.42.0. OSS SDK 0 USD; inference still needs provider keys. |
TATanStack AI Tool CallingIsomorphic toolDefinition. Not OpenAI tools / Vercel tool() | TanStack | MIT | Isomorphic toolDefinition. False-fires on OpenAI tools and Vercel tool(). Distinct from chat-experience. OSS SDK 0 USD; provider keys still required. |
TATanStack AI Media GenerationNot ElevenLabs/Replicate. generate* needs provider keys | TanStack | MIT | Not ElevenLabs or Replicate. Every generate-star needs a paid provider key. OSS SDK is 0 USD. Distinct from chat and tool-calling. Pinned 0.42.0. |
TATanStack AI Structured OutputsForbids provider-level json_schema you already set | TanStack | MIT | Forbids provider-level json_schema you already set on the SDK. Distinct from tool-calling. OSS 0 USD; provider keys still required. Pinned 0.42.0. |
TATanStack AI Adapter ConfigurationBytePlus TWO keys no fallback. Ollama is the 0 USD local path | TanStack | MIT | BytePlus TWO keys, no fallback. Ollama is the only 0 USD local path. Distinct from media-generation. Pinned 0.42.0. |
TATanStack AI AG-UI ProtocolServer AG-UI SSE/NDJSON. Not CopilotKit client | TanStack | MIT | Server AG-UI SSE/NDJSON, not CopilotKit client. Distinct from chat-experience. OSS SDK 0 USD; provider keys still required. Pinned 0.42.0. |
TATanStack AI Code ModeIsolate drivers. 0.3.8 vs ai-core 0.42.0. Not generic sandbox | TanStack | MIT | Isolate drivers. 0.3.8 vs ai-core 0.42.0 different release train. Not a generic sandbox. Distinct from chat and tool-calling. |
TSTavily SearchLLM-optimized search. Generic steal. 1 credit basic / 2 advanced | Tavily | MIT | Loud generic steal (search for / look up). Body says do not fall back to other tools. Twins live firecrawl-build-search. 1 credit basic / 2 advanced. Researcher Free 0 USD/mo is 1,000 credits, no CC. PAYG 0.008 USD/credit. Needs tvly CLI + login. |
TRTavily ResearchCited multi-source report. Loud free-tier eater | Tavily | MIT | Loud free-tier eater: mini 4-110 credits, pro 15-250 vs 1,000/mo. One pro run can burn a quarter of Researcher. Distinct from tavily-search. PAYG 0.008 USD/credit after free. |
PQPinecone QuickstartFirst-time Database vs Assistant tour. Not production schema | Pinecone | MIT | First-time Database vs Assistant tour. PINECONE_API_KEY + MCP. Not production schema. Distinct from upstash-vector-js. Starter Free: 2 GB, 2M WU/mo, 1M RU/mo, AWS us-east-1 only. Builder 20 USD/mo. Standard 50 USD/mo min. |
PQPinecone QueryIntegrated indexes only. Standard/external must use pinecone-cli | Pinecone | MIT | LOUD: integrated indexes only (built-in embeddings). Standard/external must use pinecone-cli. MCP-only. Distinct from upstash-vector-js and from pinecone-quickstart. |
PCPinecone CLIpc CLI for all index types. False-fires on generic pc/redis-cli | Pinecone | MIT | pc CLI for all index types. False-fires on generic pc/redis-cli in PATH. Distinct from pinecone-query (MCP integrated-only). Starter Free caps still apply. |
PFPinecone Full-Text SearchSDK 10+ / API 2026-07. pinecone.preview deleted. Not Elasticsearch | Pinecone | MIT | SDK >=10 / API 2026-07. pinecone.preview deleted. Not Elasticsearch. Distinct from upstash-vector-js and from pinecone-query. Do not claim 5 indexes (unverified). |
PAPinecone AssistantManaged RAG. Starter caps. Not LangChain RAG | Pinecone | MIT | Managed RAG. Starter Assistant caps 1GB / 500k in / 300k out / 1k ingest. Not LangChain RAG. Distinct from pinecone-quickstart Assistant tour and from upstash-vector-js. |
QDQdrant Deployment OptionsDocker vs Cloud vs local vs Edge. Local Python in-memory is not server-format | Qdrant | Apache-2.0 | Docker vs Cloud vs local vs Edge. Local Python in-memory is NOT server-format compatible. Generic host steal. Cloud Free unused clusters suspended after 1 week, deleted after 4 weeks. Distinct from pinecone-quickstart. |
QEQdrant EdgeIn-process shard. Beta API drifts. No one-call .sync(). Not sqlite-vec | Qdrant | Apache-2.0 | In-process shard. Beta API drifts. No one-call .sync(). Not sqlite-vec. Distinct from deployment-options. Cloud Free unused clusters still suspend after 1 week. |
QMQdrant Model MigrationZero-downtime embedding switch. Named-vector add/delete needs v1.18+ | Qdrant | Apache-2.0 | Zero-downtime embedding switch. Named-vector add/delete needs v1.18+; v1.17 needs a new collection. Not Pinecone namespace rewrite. Distinct from pinecone-query. |
QMQdrant MultitenancyDefault payload-filter isolation, NOT collection-per-tenant | Qdrant | Apache-2.0 | Default payload-filter isolation, NOT collection-per-tenant. Distinct from pinecone-cli namespaces and from model-migration. Cloud Free unused clusters suspend after 1 week. |
QVQdrant Version UpgradeStorage compat one minor only. Cloud automates; self-host stepwise | Qdrant | Apache-2.0 | Storage compat one minor only. Cloud automates skips; self-host must do stepwise. Zero-downtime needs replication >=2. Distinct from model-migration. |
QSQdrant SizingCloud Free 1 GB will fail production assumptions. Not Pinecone RU/WU | Qdrant | Apache-2.0 | Cloud Free 1 GB will fail production assumptions. Not Pinecone RU/WU calculator. Unused free clusters suspended after 1 week, deleted after 4 weeks. Distinct from deployment-options. |
AQAlgolia QuickstartAccount/app from zero. Not index ops on existing app | Algolia | MIT | Account/app from zero. Not index ops on existing app. Vendor signup steal. Free plan: 50k records, 10k search req/mo, 5k recommend/mo, 10KB/record, 1GB/app, 1GB/index, max 1 application. Over Usage Limit may suspend OR inject Algolia attribution. Inactive >30 days may delete data. |
AIAlgolia Index ConfigurationGuidance-only. Live writes via cli/mcp. Not Elasticsearch mapping | Algolia | MIT | Guidance-only; live writes via cli/mcp. Not Elasticsearch mapping. Distinct from pinecone-full-text-search. Free over-limit may suspend or inject attribution. |
AIAlgolia InstantSearch UIJS/React/Vue. Angular InstantSearch deprecated. Not autocomplete | Algolia | MIT | JS/React/Vue. Angular InstantSearch deprecated. Not autocomplete. Distinct from algolia-index-configuration. Free 10k search req/mo. |
AAAlgolia AutocompleteTypeahead not InstantSearch SRP. False-fires on any search box | Algolia | MIT | Typeahead not InstantSearch SRP. False-fires on any search box. Distinct from instantsearch-ui. Free 10k search req/mo; over-limit may suspend or inject attribution. |
ACAlgolia CrawlerCrawl into Algolia index, not markdown dump. Over-limit = suspend or attribution | Algolia | MIT | Crawl into Algolia index, not markdown dump. Free over-limit may suspend OR inject Algolia attribution. Inactive >30 days may delete data. Do not claim 5k crawls/mo. |
AMAlgolia MigrationSDK major v3 to v4 / v4 to v5. Dart excluded. Not data/index migration | Algolia | MIT | SDK major v3 to v4 / v4 to v5. Dart excluded. Not data/index migration. Distinct from pinecone-full-text-search and from sanity-migration. |
DIDuckDB Install ExtensionINSTALL extension, not brew-installing DuckDB | DuckDB | MIT | INSTALL extension NOT brew-installing DuckDB. False-fires on first-time CLI setup. Local OSS 0 USD, no cloud, no key. Distinct from Neon/PlanetScale SQL. |
DRDuckDB Read Filewhats in this file steal vs Read tool. Not for source code | DuckDB | MIT | whats in this file steal vs Read tool. Not for source code. Local OSS 0 USD, no cloud, no key. Distinct from Neon SQL and from convert-file. |
DCDuckDB Convert FileGeneric convert steal (pandoc/ffmpeg). Data files only | DuckDB | MIT | Generic convert steal (pandoc/ffmpeg). Data files only. Distinct from duckdb-read-file. Local OSS 0 USD, no key. |
DADuckDB Attach DBSession-state is Claude-skill local, not DuckDB server attach | DuckDB | MIT | Session-state convention is Claude-skill local, not DuckDB server attach. Distinct from read-file. Local OSS 0 USD, no cloud, no key. Distinct from Neon/PlanetScale. |
DSDuckDB S3 ExploreQuery s3:// r2:// gs:// without download. Needs provider creds. Not AWS CLI ls | DuckDB | MIT | Query s3:// r2:// gs:// without download. Needs provider creds. Not AWS CLI ls. Distinct from read-file local paths. DuckDB is 0 USD local; object-store bills separately. |
DSDuckDB SpatialGeo steal. Spatial extension must already be installed | DuckDB | MIT | Geo steal. Spatial extension must already be installed. Distinct from install-duckdb and from s3-explore. Local OSS 0 USD, no key. |
KSKnock SetupVendor onboarding. Always asks for Knock account first | Knock | MIT | Vendor onboarding. Always asks for Knock account first. Not generic notifications. Distinct from resend-cli. Developer 0 USD/mo: 10k messages, 500 guide AU. A message = one user times one channel. Downstream SendGrid/Twilio still billed. |
KIKnock In-App UIReact-only. Developer cap 500 guide AU. Branding on feeds is Starter-gated | Knock | MIT | React-only. Developer cap 500 guide AU. Branding on feeds is Starter-gated (250 USD/mo). Distinct from knock-setup and from react-email. |
KCKnock CLIPull/push workflows via CLI. Not MCP path | Knock | MIT | Pull/push workflows via CLI. Not MCP path. Distinct from resend-cli. Developer 10k messages/mo; a message = one user times one channel. Downstream SendGrid/Twilio still billed. |
KMKnock Migrate to KnockDiscovery-only. Writes knock-plan.md. Vendor steal vs Resend/SendGrid | Knock | MIT | Discovery-only will not mutate but vendor steal vs Resend/SendGrid. Writes knock-plan.md. Distinct from knock-setup and from resend-cli. No Grafana dump. |
CDchDB DataStorePandas API on in-process ClickHouse. Not a server. Distinct from chdb-sql | ClickHouse | Apache-2.0 | In-process pandas twin, not a ClickHouse server. OSS/chDB is 0 USD. ClickHouse Cloud is a trial plus 300 USD credits, not a hobby plan. Do not invent a 30-day window. Distinct from chdb-sql. |
CSchDB SQLIn-process ClickHouse SQL. Not DataStore pandas. No server | ClickHouse | Apache-2.0 | Embedded SQL, not pandas DataStore. OSS/chDB 0 USD. Cloud is trial plus 300 USD credits, not hobby. Distinct from chdb-datastore and from infra-clickhouse. HOLD troubleshooting/best-practices/architecture-advisor. |
CJClickHouse JS Node Coding@clickhouse/client Node only. Not client-web / Edge / Workers | ClickHouse | Apache-2.0 | Node-only @clickhouse/client. False-fires on Edge/Workers/client-web. Distinct from rowbinary and from chdb-sql. Cloud is trial plus 300 USD credits, not a hobby plan. |
CJClickHouse JS Node RowBinaryRowBinary codec generator. Not JSONEachRow. Node only | ClickHouse | Apache-2.0 | RowBinary codecs, not JSONEachRow. Node only. Distinct from clickhouse-js-node-coding. Cloud is trial plus 300 USD credits, not hobby. Do not invent a 30-day window. |
ICInfra ClickHouseclickhousectl local vs Cloud. Cloud is trial plus credits, not hobby | ClickHouse | Apache-2.0 | clickhousectl. Local OSS 0 USD. Cloud is a trial plus 300 USD credits, NOT a hobby plan. Do not invent a 30-day window. Distinct from chdb-sql and from clickhouse-js-node-coding. |
MCMotherDuck ConnectPostgres endpoint false-fires as Neon/PlanetScale. Not local DuckDB | MotherDuck | MIT | Postgres endpoint false-fires as Neon/PlanetScale. Recommended path is not local DuckDB. Distinct from duckdb-attach-db. Lite 0 USD/mo: 10 GB storage, 10 CU hours Pulse, 3 users / 2 service accounts. Pulse only on Lite. |
MCMotherDuck CLINot MCP. Dives/Flights are MotherDuck-specific. Lite Flights 30 min/day | MotherDuck | MIT | Not MCP. Dives/Flights are MotherDuck-specific. Lite Flights 30 min/day without CC. Distinct from duckdb-* CLI. Lite 0 USD/mo still 10 GB / 10 CU hours Pulse / 2 service accounts. |
MLMotherDuck Load DataDuckDB convert/read-file twin but destination is MotherDuck. 10 GB Lite cap | MotherDuck | MIT | DuckDB convert/read-file twin but destination MotherDuck. Lite 10 GB storage cap. Distinct from duckdb-convert-file and from duckdb-s3-explore. Pulse CU hours still apply. |
MSMotherDuck Share DataZero-copy metadata clones. Not S3 sharing. Not DuckDB ATTACH of a file | MotherDuck | MIT | Zero-copy metadata clones, not S3 sharing, not DuckDB ATTACH of a file. Distinct from duckdb-attach-db and from motherduck-load-data. Lite still 3 users / 2 service accounts. |
MDMotherDuck DuckLakeDefault is native storage. Over-fires on lakehouse / Iceberg-on-S3 | MotherDuck | MIT | Default native storage; over-fires on lakehouse / fights Iceberg-on-S3. Distinct from duckdb-spatial and from motherduck-load-data. Lite 10 GB still applies to native storage. |
MRMotherDuck REST APIControl plane, not SQL. Lite service-account cap is 2 | MotherDuck | MIT | Control plane not SQL. Lite service-account cap is 2. Distinct from motherduck-connect and from duckdb-*. No 21-file dump. |
HFHugging Face SpacesHost Gradio/Docker/Static. Free: Static + max 2 ZeroGPU. cpu-basic not free | Hugging Face | Apache-2.0 | Hosting, not Gradio UI. Free: Static + max 2 ZeroGPU only; cpu-basic is NOT a free fallback. Distinct from huggingface-gradio. Gradio/Docker need PRO except the two ZeroGPU slots. |
HFHugging Face ZeroGPU@spaces.GPU / pickle isolation. Gradio ZeroGPU only — Docker/Static will not schedule | Hugging Face | Apache-2.0 | @spaces.GPU / pickle isolation. Gradio ZeroGPU only — Docker/Static/Streamlit-as-Docker will not schedule. Distinct from huggingface-spaces. Free still max 2 ZeroGPU Spaces. |
HFHugging Face LoRA Space BuilderPublishes a real private Space for a Hub LoRA. Steals make a Space/demo | Hugging Face | Apache-2.0 | Publishes a real private Space for a Hub LoRA. make a Space/demo steal vs huggingface-spaces. Distinct from huggingface-zerogpu. Free ZeroGPU cap still 2 Spaces. |
HFHugging Face Train Sentence TransformersRouter not a manual. Skip references/ and trainers break. Not generic embedding | Hugging Face | Apache-2.0 | Router-not-manual; skip references/ and trainers break. Not generic embedding. Distinct from huggingface-trl-training and from huggingface-vision-trainer. GPU assumed, not a 0 USD laptop. |
HFHugging Face TRL TrainingTRL CLI SFT/DPO/GRPO. Not huggingface-llm-trainer. GPU assumed, not 0 USD laptop | Hugging Face | Apache-2.0 | TRL CLI SFT/DPO/GRPO. Not huggingface-llm-trainer. GPU assumed; not a 0 USD laptop. Distinct from train-sentence-transformers. Cloud GPU costs apply. |
HFHugging Face hf-memVRAM estimate via HTTP Range, no download. Needs uvx. Gated models need HF_TOKEN | Hugging Face | Apache-2.0 | VRAM estimate via HTTP Range, no download. Needs uvx. Gated models need HF_TOKEN. Distinct from huggingface-local-models. Does not train or host. |
NTNovu Trigger Notificationknock-setup twin. Topic fan-out bills one run per matching subscriber | Novu | MIT | knock-setup twin. Topic fan-out bills one run per matching subscriber vs 10k Free runs/mo. Meter is workflow runs, NOT Knock messages. Over-limit does not throttle. Distinct from knock-setup. Downstream SendGrid/Twilio still billed. |
NMNovu Manage SubscribersNot user-auth. subscriberId is not a Clerk/Auth.js user | Novu | MIT | Not user-auth; subscriberId ≠ Clerk/Auth.js user. Distinct from knock-setup and from novu-trigger-notification. Cloud Free 10k workflow runs/mo still applies when you later trigger. |
NINovu Inbox Integrationknock-in-app-ui twin. Feeds, not Knock guides. HMAC required in production | Novu | MIT | knock-in-app-ui twin (feeds, not Knock guides). Distinct from knock-in-app-ui. HMAC required in production. Cloud Free 10k workflow runs/mo; in-app still consumes a run. OSS self-host 0 USD. |
NMNovu Manage PreferencesNot Knock preferences API. Two-level model only (workflow + subscriber) | Novu | MIT | Not Knock preferences API; two-level model only. Distinct from knock-in-app-ui and from novu-inbox-integration. readOnly hides UI; critical is the runtime bypass. Cloud Free 10k runs/mo. |
NFNovu Framework Integration@novu/framework + Bridge. Cloud still executes Bridge. Not Resend-only react-email | Novu | MIT | @novu/framework + Bridge; Cloud still executes Bridge. Not Resend-only react-email. Distinct from novu-dashboard-workflows and from react-email. Free 10k workflow runs/mo; over-limit does not throttle. |
NDNovu Dashboard WorkflowsMCP/dashboard step content, not framework-integration | Novu | MIT | MCP/dashboard step content, not framework-integration. Distinct from novu-framework-integration and from knock-cli. Cloud Free 10k workflow runs/mo, no CC. OSS self-host 0 USD. |
TGTrigger Getting StartedVendor lock. CLI login + TRIGGER_SECRET_KEY. Self-contained | Trigger.dev | Apache-2.0 | Vendor lock. Needs CLI login + TRIGGER_SECRET_KEY from the dashboard (human steps). Free 0 USD/mo: 5 USD credits/mo, 20 concurrent runs, 10 Realtime connections, 10 schedules, 1-day logs. Do not invent hard-stop phrasing beyond Free needing an upgrade after credits. Distinct from inngest-setup. |
TATrigger Authoring TasksCLI stub; 404s until @trigger.dev/sdk installed. False-fires on BullMQ/Inngest | Trigger.dev | Apache-2.0 | CLI stub; 404s until @trigger.dev/sdk is installed. False-fires on BullMQ/Inngest. Never import the task instance into a route handler. Distinct from inngest-durable-functions. Free 20 concurrent runs / 5 USD credits/mo. |
TATrigger Authoring Chat AgentCLI stub. Loud vs Vercel useChat / tanstack-ai-chat-experience | Trigger.dev | Apache-2.0 | CLI stub. Loud vs Vercel useChat / tanstack-ai-chat-experience. Forgetting ...chat.toStreamTextOptions() silently no-ops compaction/steering. Distinct from inngest-agents. Free still 5 USD credits/mo. |
TCTrigger Chat Agent AdvancedCLI stub. Version-gate. Re-POSTing /sessions drops the message | Trigger.dev | Apache-2.0 | CLI stub. Version-gate. Re-POSTing /sessions drops the message. Distinct from trigger-authoring-chat-agent and from inngest-agents. Free 5 USD credits/mo; do not invent hard-stop phrasing. |
TRTrigger Realtime and FrontendCLI stub. Loud vs inngest-realtime. Free cap 10 concurrent Realtime | Trigger.dev | Apache-2.0 | CLI stub. Loud vs inngest-realtime. Free cap 10 concurrent Realtime connections. createPublicToken cannot trigger. Distinct from inngest-realtime. Free also 20 concurrent runs / 5 USD credits/mo / 1-day logs. |
AAAxiom Alertingv2 monitors Bearer from .axiom.toml not Knock | Axiom | MIT | Personal 0 USD permanent 500GB load 10 GB-hours query 25GB storage 30-day. Bearer from .axiom.toml. |
ABAxiom Building DashboardsFalse-fires on Grafana Datadog Splunk migrate | Axiom | MIT | Personal 0 USD permanent no CC. Distinct from axiom-alerting and spl-to-apl overlap note. |
AQAxiom Query Metricsotel metrics v1 scripts 404 if only SKILL.md | Axiom | MIT | Personal 0 USD permanent. Dataset kind otel:metrics:v1. Scripts need full skill folder not SKILL.md alone. |
AMAxiom Metrics ChartConsumer of query-metrics zero-dep Unicode | Axiom | MIT | Personal 0 USD. Zero-dep Unicode charts. PNG SVG needs gnuplot. Distinct from query-metrics. |
ASAxiom SPL to APLJoin preview 50k time pickers dont translate | Axiom | MIT | Personal 0 USD permanent 30-day retention. Join preview 50k. Distinct from chdb-sql and duckdb SQL. |
CAContentful APIFive APIs curl-only false-fires vs JS SDK | Contentful | MIT | MIT. Pricing not verified this pass do not invent free-tier numbers. Distinct from contentful-nextjs and sanity. |
CNContentful Next.jsNext-only steals Remix Astro Nuxt vs Sanity | Contentful | MIT | MIT. Pricing not verified this pass. Distinct from contentful-api and sanity-next. |
CMContentful MigrationFalse-fires on Prisma Drizzle vs sanity-migration | Contentful | MIT | MIT. Pricing not verified this pass. Distinct from sanity-migration and contentful-api. |
CCContentful Custom App From ScratchApp Framework only not marketing site | Contentful | MIT | MIT. Pricing not verified this pass. App Framework only. HOLD enhancement guide personalization. |
DDDeno DeployDeploy Free 1M req 20GiB egress not 100GB | Deno | MIT | Deploy Free 1M req 20 GiB egress 10 CPU-hr 150 GiB-hr mem 10 apps 5 domains KV 1 GiB. No pause-when-over claim. |
DFDeno FrontendNext-under-Deno false-fires vs Node Next | Deno | MIT | Next-under-Deno false-fires vs Node Next. Fresh 2.x. Deploy Free 1M/20GiB/10 CPU-hr. |
MTMigrate to DenoNode runtime port false-fires | Deno | MIT | Distinct from deno-frontend and deno-deploy. |
DSDeno SandboxLOUD Sandboxes not on Free Pro 20 USD | Deno | MIT | LOUD: Sandboxes NOT on Free. Pro 20 USD/mo. Cloudflare sandbox-sdk twin. Distinct from deno-deploy. |
LILogfire Instrumentationconfigure vs instrument ordering silently drops traces | Logfire | MIT | Personal Free forever 10M records/mo hard-capped 0 USD 3 projects 1 seat 2 guests 30-day. Distinct from axiom. |
LQLogfire QueryPersonal Query API le 500 per day | Logfire | MIT | Personal Free forever. Query API le 500/day. Distinct from instrumentation and axiom. |
LULogfire UICodex-browser-shaped never-fires without browser | Logfire | MIT | Personal Free forever. UI needs browser. Distinct from query and instrumentation. |
LILogfire InfrastructureOTel Collector no app-code false-fires on k8s | Logfire | MIT | Personal Free forever 10M records hard-capped 0 USD. Distinct from instrumentation. No plugins twins. |
LELogfire EvalsPython-only pydantic_evals omit configure local | Logfire | MIT | Personal Free forever. Python-only pydantic_evals. Distinct from axiom writing-evals HOLD. No plugins twins. |
MTMixpanel Tracking ImplementationVendor lock distinct from install false-fires analytics | Mixpanel | Apache-2.0 | Free no trial 1M events. Over 1M Free blocks viewing reports not ingest. Distinct from PostHog. |
MCMixpanel Create DashboardGeneric slug vs axiom dashboards Engine required | Mixpanel | Apache-2.0 | Free 1M events 5 saved reports/user. Cohorts creatable not saved. Over 1M blocks viewing not ingest. |
MMMixpanel Manage Feature FlagsNot PostHog LaunchDarkly Engine required | Mixpanel | Apache-2.0 | Free no trial as long as you want. Engine required. Distinct from PostHog flags. Do not invent Flags quotas. |
NWn8n Workflow LifecycleOfficial lifecycle false-fires on ad-hoc node dumps | n8n | Apache-2.0 | Official lifecycle. Cloud no 0 USD hobby Starter 20 EUR annual. CE self-host is 0 forever. |
NSn8n SubworkflowsOfficial subworkflow false-fires on copy-paste nodes | n8n | Apache-2.0 | Official subworkflows. Meter is executions. CE self-host 0 forever; Cloud Starter paid. |
NEn8n ExpressionsExpression false-fires on raw JS Code node | n8n | Apache-2.0 | Official expressions vs Code node. Cloud no 0 USD hobby. CE self-host 0 forever. |
NLn8n LoopsLoop false-fires on SplitInBatches misuse | n8n | Apache-2.0 | Official loops. Distinct from expressions and code-nodes. CE self-host 0 forever. |
NCn8n Code NodesJS/Python Code node false-fires on expressions | n8n | Apache-2.0 | Official Code nodes. Trial 1000 exec 5 concurrent 180s. CE self-host 0 forever. |
TSTwilio Send MessageVendor lock trial PAYG steal vs Knock Novu | Twilio | MIT | No 0 USD hobby. Official trial 30 days no CC then PAYG. Geo-limited templates not custom bodies. Distinct from Knock Novu. |
TVTwilio Verify Send OTPVerify product not Programmable Messaging | Twilio | MIT | Verify product. Trial 30 days then PAYG. Verified-number cap fails closed. Do not invent max 5 recipients. |
TVTwilio Voice Outbound CallsIrreversible charged TCPA quiet hours | Twilio | MIT | Trial 30 days then PAYG. Charged irreversible. TCPA quiet hours. Distinct from twilio-voice-twiml. |
TVTwilio Voice TwiMLWebhook TwiML not REST dial pair outbound | Twilio | MIT | Trial 30 days then PAYG. Webhook TwiML not REST dial. Distinct from outbound-calls and Studio. |
TSTwilio Studio FlowsVisual Studio vs TwiML code distinct from n8n | Twilio | MIT | Trial 30 days then PAYG. Visual Studio vs TwiML. Distinct from n8n and voice-twiml. No ~45 dump. |
SCSaleor CoreInternals encyclopedia version-gate 3.23 not getting-started | Saleor | BSD-3-Clause | Repo LICENSE is BSD-3-Clause skill YAML says MIT use LICENSE file. OSS free personal plus commercial. Do not invent Cloud quote pricing. |
SASaleor AppNext.js examples claim framework-agnostic vs Contentful App | Saleor | BSD-3-Clause | Repo LICENSE BSD-3-Clause not skill YAML MIT. OSS free. Distinct from contentful-custom-app-from-scratch. |
SCSaleor ConfiguratorStore config as code vs Contentful migration scripts | Saleor | BSD-3-Clause | Repo LICENSE BSD-3-Clause. OSS free personal plus commercial. Distinct from contentful-migration. Do not invent Cloud pricing. |
SSSaleor StorefrontGraphQL products checkout channels not Next starter | Saleor | BSD-3-Clause | Repo LICENSE BSD-3-Clause. OSS free. Framework-agnostic GraphQL not Next starter. Distinct from Shopify. |
LALoops APIFive product surfaces in one vendor lock | Loops | MIT | Free up to 4000 sends/month Powered by Loops footer all features no CC. 1000 stored subscribed contacts is slider default. Distinct from n8n-loops-official. |
LCLoops CLIOverlaps loops-api distinct from resend-cli | Loops | MIT | Free 4000 sends/month no CC. Distinct from resend-cli and loops-api. HOLD loops-email-sending-best-practices. |
LLLoops LMXFalse-fires on generic welcome email React Email | Loops | MIT | Free 4000 sends/month Powered by Loops footer. Distinct from react-email. False-fires on generic welcome email. |
TDTemporal DeveloperVendor lock + always-on-adjacent. start-dev is not production | Temporal | MIT | Vendor lock + always-on-adjacent on any durable workflow. Local `temporal server start-dev` is not production. OSS self-host $0. Distinct from inngest-durable-functions / trigger-authoring-tasks. |
TOTemporal OpsCLI ops not SDK. Names temporal-workertuning. False-fires generic TLS/gRPC | Temporal | MIT | Names temporal-workertuning sibling (do not invent/dump). False-fires on generic TLS/gRPC. Cloud ops paths need paid Cloud. OSS self-host $0. Cloud not hobby. |
TCTemporal CloudCloud-only. Not $0 — $1,000 credits expire 90 days then Essentials | Temporal | MIT | Cloud-only. Loud: not $0 — $1,000 credits expire 90 days, then Essentials greater of $100/mo or 5% of usage. CC required for Cloud; OSS quickstart no CC. Keep with Catch (OSS path is developer/ops). Do not HOLD as paid-only. Distinct from Inngest/Trigger/Loops/n8n-loops-official. |
ACAppwrite CLICLI/config/CI not SDK. Cloud Free pauses after 1 week Console inactivity | Appwrite | BSD-3-Clause | Cloud Free $0 pauses after 1 week Console inactivity; 2 projects, 2 functions/project. OSS self-host $0 production path. Not SDK. Distinct from supabase/convex/neon. HOLD swift go/dotnet/php/ruby/rust deploy-function deploy-site. |
ATAppwrite TypeScriptWeb/RN/Node-Deno. TablesDB not deprecated Databases | Appwrite | BSD-3-Clause | TablesDB not deprecated Databases. Distinct from supabase JS. Cloud Free $0 pauses after 1 week Console inactivity; 2 projects, 2 functions/project. OSS self-host $0. |
ADAppwrite DartFlutter or server Dart. Distinct from supabase-flutter | Appwrite | BSD-3-Clause | Distinct from supabase-flutter. Cloud Free $0 pauses after 1 week Console inactivity; 2 projects, 2 functions/project. OSS self-host $0. |
APAppwrite PythonDjango/Flask/FastAPI server SDK. Server-only no browser | Appwrite | BSD-3-Clause | Server-only no browser. Distinct from supabase-py. Cloud Free $0 pauses after 1 week Console inactivity; 2 projects, 2 functions/project. OSS self-host $0. |
AKAppwrite KotlinAndroid or Kotlin/JVM. Activity OAuth/coroutines. Not Swift/KMP | Appwrite | BSD-3-Clause | Not Swift/KMP. Activity OAuth/coroutines. Cloud Free $0 pauses after 1 week Console inactivity; 2 projects, 2 functions/project. Distinct from supabase/convex/neon. OSS self-host $0. |
SBStream BuilderOnly when named. Do not auto-select. Web React defaults to stream-react | GetStream | Apache-2.0 | Do not auto-select. Web React defaults to stream-react. Chat Free 1,000 MAU, 100 concurrent, no CC. Do not invent Video/Feeds caps. HOLD stream parent, stream-docs, android/swift/unity/unreal. |
SFStream Feeds MigrationFeeds v2 to v3. Version-gate. Needs live v2 key+secret. Stale when v2 is gone | GetStream | Apache-2.0 | Version-gate. Needs live v2 key+secret. Stale the day v2 is gone. Do not invent Video/Feeds caps. Distinct from stream-react Feeds path. |
SRStream ReactSteals generic chat app. Web only not RN. Distinct from livekit-agents Knock Novu | GetStream | Apache-2.0 | Steals generic chat app. Web only not RN. Distinct from livekit-agents / knock-in-app-ui / novu-inbox-integration. Chat Free 1,000 MAU, 100 concurrent, no CC. Do not invent Video/Feeds caps. |
SRStream React NativeRN CLI/Expo. New Architecture required. Distinct from stream-react | GetStream | Apache-2.0 | New Architecture required. Distinct from stream-react. Chat Free 1,000 MAU, 100 concurrent, no CC. Do not invent Video/Feeds caps. |
SFStream FlutterFlutter Chat/Video/Feeds. Feeds has no pre-built UI. Distinct from appwrite-dart | GetStream | Apache-2.0 | Feeds has no pre-built UI. Distinct from appwrite-dart. Chat Free 1,000 MAU, 100 concurrent, no CC. Do not invent Video/Feeds caps. |
MOMLflow OnboardingGenAI vs classic ML get-started router | MLflow | Apache-2.0 | Router-adjacent (picks tutorials). False-fires on generic add observability. Distinct from logfire-instrumentation. OSS self-host $0. Do not reprint Databricks managed DBU. |
MIMLflow Instrumenting TracingAdd MLflow Tracing across Python/TS agent stacks | MLflow | Apache-2.0 | Vendor lock vs live logfire-instrumentation. HOLD agent-evaluation sibling. OSS self-host $0. |
MRMLflow Retrieving TracesSearch/filter traces by ID, status, tags, latency | MLflow | Apache-2.0 | Fetch/search, not analysis — pair with mlflow-analyzing-trace. |
MAMLflow Analyzing TraceOne trace ID for debug, RCA, quality | MLflow | Apache-2.0 | Twin-adjacent to retrieving (search vs one ID). Generic root-cause steal. |
MQMLflow Querying MetricsAggregated token/latency/count from tracking server | MLflow | Apache-2.0 | Ships fetch_metrics.py beside SKILL.md. Distinct from logfire-query and axiom-query-metrics (MLflow tracking server, not Logfire OTel / APL). |
WBW&B PrimaryMixed runs, artifacts, Weave, Reports, Launch | Weights & Biases | Apache-2.0 | Parent/always-on (what’s happening in this W&B project). Loud: Personal Free $0/mo for personal AI apps/models (up to 5 model seats, 5 GB/mo storage, 1 GB/mo Weave ingestion) but corporate use is not allowed. Do not invent Weave-seat numbers. Distinct from mlflow-onboarding. |
WBW&B AutoresearchBounded training research via W&B Launch | Weights & Biases | Apache-2.0 | Launch-only — must not substitute local wandb.init() for Launch compute. Vendor lock. Distinct from MLflow tracing. |
WBW&B Eval TablesNon-destructive EvalTable previews from wandb.Table | Weights & Biases | Apache-2.0 | Creates new runs/keys; never overwrites source. Distinct from logfire-evals and HOLD mlflow agent-evaluation. |
MMMinIO mcAIStor mc CLI for S3-compatible storage | MinIO | Apache-2.0 | Targets AIStor — github.com/minio/minio is archived. Requires mc on PATH. Destructive ops. Works against AWS S3 too (false-fire vs AWS CLI). Distinct from neon-object-storage. AIStor Free $0 standalone/single-node only (no distributed HA). |
MAMinIO AIMemAIStor Memory FUSE workspace for a remote bucket | MinIO | Apache-2.0 | Never-fires unless that mount exists. Not generic agent memory. Targets AIStor — minio/minio archived. |
MDMinIO DocsISO 24495-1 plain-language README/guides | MinIO | Apache-2.0 | Always-on docs steal (same class as wandb-primary). Kept with Catch so this is not a 2-drip. Targets AIStor — minio/minio archived. HOLD pr-autofix. |
TOTigris Object Operationsput/get/remove/list/head/presigned via @tigrisdata/storage | Tigris | MIT | Vendor lock native @tigrisdata/storage not boto3. Distinct from minio-mc. False-fires on generic upload. Overlaps HOLD file-storage. Free 5GB Standard + 10k Class A + 100k Class B/mo, no CC, egress 0. Do not reprint PAYG. |
TBTigris Bucket ManagementCreate/list/inspect/delete with Tigris snapshot/fork fields | Tigris | MIT | enableSnapshot/sourceBucketSnapshot is Tigris-only, not S3 CreateBucket. Distinct from minio-mc mb. |
TSTigris S3 MigrationShadow-bucket/drain from S3, GCS, or Azure Blob | Tigris | MIT | Vendor steal vs rclone/mc mirror. Not a MinIO to AIStor path. Does not cover OSS MinIO EOL. |
TSTigris Snapshots ForkingWhole-bucket PITR and copy-on-write forks | Tigris | MIT | Not S3 object versioning. Distinct from HOLD snapshots-recovery. False-fires on git/Neon/Postgres fork. |
TATigris Agent Kittigrisdata agent-kit forks, TTL workspaces, checkpoints | Tigris | MIT | Not generic agent storage. Overlaps snapshots-forking compose layer. Distinct from minio-aimem. Extra package manager package. |
TLTigris Lifecycle ManagementExpiration, TTL delete, Standard to IA/Archive | Tigris | MIT | Free allowance is Standard 5 GB only. IA 30-day / Archive 90-day min retention still bills if TTL fires early. Distinct from object-ops remove. Do not reprint PAYG rates. |
YYYugabyteDB YSQLSQL/schema on YSQL port 5433 with shard keys | YugabyteDB | Apache-2.0 | Vendor lock to YB, not vanilla Postgres. Distinct from neon-postgres (HASH shard keys, 5433 not 5432, no Neon branches). False-fires on generic CREATE TABLE. OSS self-host Apache-2.0 $0. Aeon Sandbox Free: 1 node / <=2 vCPU / 4 GB RAM / 10 GB / 15 connections; paused after 10 days inactivity, deleted after 15. Do not reprint Aeon Dedicated $/vCPU. |
YYYugabyteDB YCQLCQL schema on YCQL port 9042 | YugabyteDB | Apache-2.0 | Not Apache Cassandra. YCQL secondary indexes are global + ACID. Distinct from yugabyte-ysql. OSS self-host Apache-2.0 $0. |
YRYugabyteDB RAG LangChainHybrid vector+FTS via LangChain PGVectorStore | YugabyteDB | Apache-2.0 | Not Pinecone/Qdrant. ANN is ybhnsw; IVFFlat unsupported. PGVectorStore v2 not v1. HybridSearchConfig top_k defaults to 4. |
YKYugabyteDB K8s OperatorYBUniverse CRDs / Helm on Kubernetes | YugabyteDB | Apache-2.0 | Loud: folder yb-k8s-operator, frontmatter name is operator. Body covers YBA Kubernetes Operator (commercial) and does not fully apply to the YugabyteDB OSS Kubernetes Operator. Will prescribe YBA CRDs the OSS operator does not have. |
RSRedpanda StreamingProduce/consume on Redpanda Kafka API :9092 | Redpanda | Apache-2.0 | Not Apache Kafka/MSK. Skills Apache-2.0; Redpanda Community is BSL 1.1 (free source-available; cannot offer as commercial streaming service; converts to Apache-2.0 four years after each merge). Self-host Community $0. Iceberg/Cloud Topics/Tiered Storage here are Enterprise-licensed, not the $0 path. Distinct from GetStream/LiveKit. |
RRRedpanda rpk TopicCreate/alter/produce/consume via rpk topic | Redpanda | Apache-2.0 | rpk, not kafka-topics.sh. Overlaps streaming (this is the CLI). Distinct from minio-mc. Community BSL self-host $0. |
RRRedpanda rpk TransformIn-broker Wasm transforms via rpk transform | Redpanda | Apache-2.0 | Not Kafka Streams/Flink/Connect. data_transforms_enabled triggers a rolling restart. TinyGo default: no goroutines. No network/disk inside Wasm. Not on Serverless (BYOC/Dedicated only). |
RCRedpanda ConnectDeclarative YAML pipelines (ex-Benthos) via rpk connect | Redpanda | Apache-2.0 | Community $0 BSL; enterprise connectors blocked without a license after the Connect 30-day trial. Not the CDC dump (HOLD connect-cdc-*). |
RRRedpanda rpk RedpandaSelf-managed broker lifecycle via rpk redpanda | Redpanda | Apache-2.0 | Self-managed only — hidden on macOS/Windows rpk builds; does not apply to Cloud. This is the $0 Community BSL path. Distinct from cloud-serverless. |
RCRedpanda Cloud ServerlessProvision Serverless via Control Plane API | Redpanda | Apache-2.0 | Loud — not a $0 hobby. $100/30d trial, no CC, then PAYG; suspend at expiry, 7-day grace, then delete. Cloud = Enterprise. GCP Serverless is beta this pass. Do not reprint MB/s or PAYG rates. Distinct from rpk-redpanda Community path. |
SDScyllaDB Data ModelingCQL schema, partition keys, query-first design | ScyllaDB | Apache-2.0 | Scylla CQL, not Yugabyte ycql and not vanilla Cassandra. False-fires on generic schema design. Distinct from AY ycql (no ACID global indexes story). Skills Apache-2.0; Enterprise is source-available (OSS AGPL 6.2.x frozen). |
SAScyllaDB AlternatorDynamoDB-compatible API via Alternator | ScyllaDB | Apache-2.0 | Not AWS DynamoDB. No single-endpoint like real DynamoDB — load balancing is the trap. Alternator tables are ordinary Scylla tables. Distinct from data-modeling. |
SKScyllaDB KubernetesOperator / ScyllaCluster CRDs, CPU pinning, NVMe | ScyllaDB | Apache-2.0 | Operator is Apache; the DB it deploys is source-available Enterprise (or frozen AGPL 6.2). Distinct from yugabyte-k8s-operator. |
SVScyllaDB Vector SearchHNSW / ANN / RAG vectors on ScyllaDB Cloud | ScyllaDB | Apache-2.0 | Loud — Cloud only; not available in OSS or self-managed. Distinct from yugabyte-rag-langchain (YSQL pgvector/ybhnsw). |
SCScyllaDB Cloud SetupConnect apps to ScyllaDB Cloud clusters | ScyllaDB | Apache-2.0 | Cloud cluster, not self-host. Will prescribe Free Trial + VPC peering (peering cannot be enabled later). One trial per account, not a $0 hobby forever. Self-host Enterprise free tier is separate: 10 TB disk + 50 vCPU per org, Never Customers only. |
BPBuildkite PipelinesWrite/optimize .buildkite/pipeline.yml | Buildkite | MIT | Vendor lock to Buildkite YAML, not GHA. False-fires on generic write-a-pipeline. Distinct from n8n / Trigger.dev durable jobs. Free plan $0 verified (5 users, 10 concurrent, 2k Linux vCPU-min/mo). |
BCBuildkite CLIbk CLI — trigger/watch/cancel builds | Buildkite | MIT | bk, not buildkite-agent (that is agent-runtime). Distinct from minio-mc / rpk. |
BABuildkite APIREST/GraphQL at api.buildkite.com | Buildkite | MIT | Not the CLI. GraphQL + REST both in one skill. Distinct from pipelines YAML. |
BABuildkite Agent RuntimeIn-step buildkite-agent annotate/artifacts/OIDC | Buildkite | MIT | Agent binary inside a job, not bk CLI. Description also matches generic upload artifacts — false-fire risk. |
BMBuildkite MigrationConvert GHA/Jenkins/Circle via bk pipeline convert | Buildkite | MIT | Vendor steal — will prescribe Buildkite even when staying on GHA is the gap. Convert hits a public API, no account/token required. Distinct from tigris-s3-migration. |
BPBuildkite PreflightRun Buildkite CI against local tree before push | Buildkite | MIT | Local working-tree loop, not writing YAML. Still needs bk auth + push access to origin — not an offline runner. Distinct from pipelines. |
GFGrowthBook Feature FlagsCreate/toggle/target/roll out GrowthBook flags | GrowthBook | MIT | Not Mixpanel flags. Generic create-a-flag false-fire. Distinct from mixpanel-manage-feature-flags. Scheduled flags / safe rollouts / ramps are paid — Starter is toggle+rollout, not Pro/Enterprise lifecycle. Cloud Starter $0 (3 users) or self-host MIT. |
GEGrowthBook ExperimentsDesign/launch/analyze GrowthBook A/B tests | GrowthBook | MIT | Bandits are identified then sent to the UI — these workflows do not operate bandits (Pro). False-fires on generic run-an-A/B-test. Distinct from Mixpanel experiment HOLDs. |
GAGrowthBook AnalyticsProduct Analytics explorations + fact-metric catalog | GrowthBook | MIT | Not Mixpanel dashboards. Mixpanel/GA datasources cannot run explorations. Distinct from mixpanel-create-dashboard. |
GSGrowthBook SetupConfigure GB_API_KEY for GrowthBook skills | GrowthBook | MIT | Writes ~/.config/growthbook/.env chmod 600 — credential helper, not deploying GrowthBook. Folder gb-setup. Keep so this is not a 3-drip with a missing on-ramp. |
DADescope AuthAdd Descope login (OTP, passkeys, OAuth, SSO, MFA) | Descope | MIT | Vendor lock. False-fires on generic add-auth. Hosted <Descope> widget, not BYOS. Free Forever 7.5k MAU / 10 tenants / 3 SSO. SMS/voice via Descope connectors: 100/mo then sign-in breaks unless BYO. Distinct from Clerk/WorkOS. |
DFDescope FGA SchemaAuthor/apply Descope FGA ReBAC/ABAC DSL | Descope | MIT | Hard-stops without Descope Management MCP (DryRunSchema / CreateFGASchema). Not generic set-up-roles. Distinct from descope-auth (identity vs authorization model). |
DBDescope BYOS BuilderReact Bring-Your-Own-Screen over Descope flow JSON | Descope | MIT | Not the hosted widget. Body says don't use when hosted <Descope flowId> already works. Distinct from descope-auth. |
DTDescope TerraformTerraform provider for Descope projects | Descope | MIT | Loud — body requires Paid Descope License (Pro+). Not on Free Forever. Kept with Catch so this is not a 3-drip. |
FGFlux GitOps KnowledgeFlux concepts + schema-validated GitOps YAML | Flux CD | Apache-2.0 | Always-on Flux steal on any how-does-GitOps-work. Explicitly not repo audit and not live-cluster debug. Prefer Flux Operator / FluxInstance; do not prescribe legacy flux bootstrap. CNCF Apache-2.0 self-host $0. |
FGFlux GitOps Repo AuditAudit a local GitOps repo (schema, RBAC, secrets) | Flux CD | Apache-2.0 | Local files only. False-fires on generic security-check-this-repo. Distinct from knowledge (generates YAML) and cluster-debug (live). |
FGFlux GitOps Cluster DebugDebug stuck Flux resources on a live cluster | Flux CD | Apache-2.0 | Requires Flux Operator MCP; will not work from repo files alone. Distinct from repo-audit. |
SMSigNoz MCP SetupWire/repair SigNoz MCP (Cloud OAuth vs self-host) | SigNoz | MIT | Not installing SigNoz itself. Distinct from mongodb-mcp-setup. Community Edition OSS self-host $0 (full APM/logs/traces); Cloud starts paid — $0 path is self-host. |
SISigNoz Investigating AlertsRCA a firing alert via neighbor metrics/traces/logs | SigNoz | MIT | Read-only RCA, not creating alerts (HOLD creating-alerts — always-on steal). |
SWSigNoz Writing ClickHouse QueriesRaw ClickHouse SQL for a SigNoz dashboard panel | SigNoz | MIT | SigNoz panel SQL, not generic ClickHouse. Distinct from chdb-sql / infra-clickhouse. |
SRSigNoz Reducing Telemetry CostCost Meter, cardinality, drop volume | SigNoz | MIT | Loud: Cost Meter is Cloud-bill; Community self-host has no SigNoz invoice. Do not reprint per-GB rates. |
SMSigNoz Managing ViewsExplorer saved views (traces/logs/metrics/meter) | SigNoz | MIT | Saved views, not dashboards. Distinct from creating-dashboards (HOLD — always-on monitoring steal). |
PAPacker AWS AMI Builderamazon-ebs builder for custom EC2 AMIs | Packer | MPL-2.0 | Frontmatter aws-ami-builder. Packer ≥1.10 is BSL 1.1 (CLI self-use $0; cannot offer competing hosted Packer). AWS bill for the build, not Packer license. Distinct from pulumi-component. HOLD Terraform 16 from same repo. |
PAPacker Azure Image Builderazure-arm builder for managed images / Gallery | Packer | MPL-2.0 | Azure bill for the build. Distinct from aws-ami-builder. |
PWPacker Windows BuilderWinRM + PowerShell provisioners (AMI/Azure/VMware) | Packer | MPL-2.0 | Communicator/provisioner, not a third cloud builder. Long builds; failed runs leave resources. |
PPPacker Push to RegistryPush metadata (not images) to HCP Packer | Packer | MPL-2.0 | Loud — HCP Packer Essentials vs paid Standard; metadata-only, not a local file registry. Do not treat Standard as $0. Kept so this is not a 3-drip. |
EOElastic Observability K8s InvestigationCrashLoopBackOff / OOMKilled via EDOT OTel | Elastic | Apache-2.0 | Elastic skills, not OpenSearch. Product is ELv2/SSPL (not OSI). Distinct from signoz-investigating-alerts. Cloud is 14-day trial then PAYG; self-managed Basic free under ELv2. |
ESElastic Security Detection Rule ManagementSIEM/Endpoint detection rules via Kibana API | Elastic | Apache-2.0 | Elastic Security, not generic SIEM. Not OpenSearch. |
ESElastic Security Alert TriageTriage Elastic Security alerts, classify, acknowledge | Elastic | Apache-2.0 | Depends on case-management. Distinct from signoz-investigating-alerts. |
ESElastic Security Case ManagementKibana Cases API (securitySolution only) | Elastic | Apache-2.0 | Kept so alert-triage is not orphaned. Not generic ticketing. |
ECElastic Cloud ProvisioningCreate/update/delete Serverless + Hosted deployments | Elastic | Apache-2.0 | Elastic Cloud API only (not self-managed). Depends on HOLD cloud-onboarding for CLI context. Cloud is 14-day trial (no CC) then PAYG — not a $0 forever hatch. Do not reprint VCU/Hosted rates. |
GAGrafana AlloyUnified OTel-compatible collector (config.alloy) | Grafana | Apache-2.0 | Frontmatter alloy. Steals generic set-up-the-agent / OTel collector config. OSS CLI. Distinct from generic OTel. Grafana Cloud Free always $0 (10k series / 50GB logs/traces/profiles / 14d / 3 users). |
GBGrafana BeylaeBPF zero-code HTTP/gRPC/DB auto-instrument | Grafana | Apache-2.0 | Frontmatter beyla. Kernel/privileged host; not an SDK. Distinct from OTel SDKs. |
GLGrafana LokiLog aggregation + LogQL | Grafana | Apache-2.0 | Frontmatter loki. Indexes labels not full text (not Elastic/OpenSearch). Distinct from Elastic BN. OSS self-host AGPL $0; Cloud Free 50GB ingest / 14d. |
GTGrafana TempoTracing backend (OTLP/Jaeger/Zipkin, TraceQL) | Grafana | Apache-2.0 | Frontmatter tempo. Steals generic tracing-backend / find-slow-requests. Distinct from SigNoz and from live temporal-* (workflow engine). |
GPGrafana PyroscopeContinuous profiling / flame graphs | Grafana | Apache-2.0 | Frontmatter pyroscope. eBPF path needs Linux 5.8+ BTF. Distinct from traces/logs. Cloud Free 50GB profiles / 14d. |
RBRender BlueprintsAuthor/validate render.yaml IaC | Render | MIT | Blueprint sync needs GitHub/GitLab/Bitbucket. CLI v2.7.0+ for validate. Proprietary PaaS; Hobby $0 path exists. Distinct from Railway. |
RPRender PostgresRender Managed Postgres | Render | MIT | Loud — Free instance is a 30-day limit, not $0 forever. Steals generic Postgres/DATABASE_URL. Distinct from Neon/Yugabyte. Do not reprint Basic/Pro rates. |
RKRender Key ValueRedis-compatible Valkey 8 on Render | Render | MIT | Free is 25MB, no persistence. Steals generic Redis/cache. Distinct from Redis/Upstash. |
RCRender CLIDeploys, logs, SSH, psql, Blueprint validate | Render | MIT | CLI v2.7.0+; not a substitute for HOLD render-deploy (twin of live openai render-deploy). |
RMRender MCPHosted MCP at mcp.render.com | Render | MIT | On-ramp; keep so this is not a 3-drip. Distinct from Railway MCP. |
CKConfluent Kafka Schema RegistryScan repo, extract schemas, Terraform for Schema Registry | Confluent | Apache-2.0 | Frontmatter kafka-schema-registry. Distinct from generic Avro. Distinct from Redpanda AZ (Kafka-compatible broker BSL). Cloud Basic $0/mo first eCKU free; OSS Kafka self-host $0. |
CKConfluent Kafka StreamsJVM-embedded Kafka Streams (KStream/KTable) | Confluent | Apache-2.0 | Frontmatter kafka-streams-programming. JVM-only; also triggers on WarpStream tuning. Distinct from Redpanda / Flink. |
CKConfluent Kafka Java ClientJava producer/consumer + Schema Registry serializers | Confluent | Apache-2.0 | Frontmatter developing-kafka-java-client. Local Docker is the $0 OSS path. HOLD the Python sibling as a twin. |
CFConfluent Flink UDFJava Flink UDFs/UDTFs/PTFs for Cloud or local Docker | Confluent | Apache-2.0 | Frontmatter flink-udf. Java only; not general Flink jobs. |
CCConfluent Cloud Flink SQLFlink SQL on Confluent Cloud (CC ≠ OSS dialect) | Confluent | Apache-2.0 | Requires authenticated confluent CLI + a Cloud compute pool; statement runs consume CFUs. Keep with loud Catch so this is not a 4-drip. Do not reprint CFU rates. |
PIPostHog Instrument Error TrackingCapture exceptions + source maps | PostHog | MIT | Frontmatter instrument-error-tracking. Also does initial SDK setup (on-ramp-adjacent). Distinct from Sentry / Firebase Crashlytics. Cloud Free forever 100K exceptions/mo; OSS self-host $0. |
PCPostHog Creating Experiments3-step experiment create (hypothesis → rollout → analytics) | PostHog | MIT | Frontmatter creating-experiments. Steals generic create-an-A/B-test. Distinct from GrowthBook. Do not reprint paid flag overage. |
PEPostHog Exploring LLM TracesDebug LLM/agent traces (posthog.ai_events) | PostHog | MIT | Frontmatter exploring-llm-traces. MCP/HogQL-specific. Cloud Free 100K AI events. Distinct from already-live instrument-llm-analytics (HOLD as twin). |
PIPostHog Investigating ReplayOne-pass session recording + person + linked errors | PostHog | MIT | Frontmatter investigating-replay. Needs a recording/session ID, not watch-recordings. Cloud Free 5K recordings/mo. |
PCPostHog Cleaning Up Stale Feature FlagsAudit unused/fully-rolled-out flags and safe delete | PostHog | MIT | Frontmatter cleaning-up-stale-feature-flags. Distinct from Mixpanel flags / GrowthBook. Cloud Free 1M flag requests/mo. |
LALetta API ClientPython/TS SDK for stateful Letta API | Letta | MIT | API Plan is usage-based; Cloud Free personal is 3 agents + BYOK. OSS self-host $0 (no Letta account). Do not reprint CPU-sec rates. |
LCLetta ConfigurationModel handles, BYOK providers, self-hosted env vars | Letta | MIT | Cloud Free is BYOK/rotating free models, not unlimited hosted inference. Self-host docs: docs.letta.com/self-hosting. |
LFLetta Fleet Managementkubectl-style lettactl for multi-agent fleets | Letta | MIT | Frontmatter already letta-fleet-management. Fleet ops vs single-agent API. |
LCLetta Code ChannelsLetta Code channel adapters (Telegram/WhatsApp/Slack/Discord) | Letta | MIT | Frontmatter creating-letta-code-channels — prefixed. Letta Code surface, not the API. |
LFLetta Filesystem to MemFSMigrate deprecated Filesystem folders to MemFS | Letta | MIT | Migration-only; not a generic file-search steal. |
FSFirecrawl ScrapeCLI: extract a URL as clean markdown (JS-rendered OK) | Firecrawl | ISC | CLI one-URL scrape. Distinct from live firecrawl-build-scrape (app /scrape integration). Product AGPL-3.0 self-host $0; Cloud Free 1,000 credits/mo, no card, no rollover. |
FSFirecrawl SearchCLI: web search with optional full page content | Firecrawl | ISC | CLI search. Distinct from live firecrawl-build-search. Feedback refund is a 2-minute window — not a free-forever extra. |
FIFirecrawl InteractCLI: drive a live browser on a scraped page | Firecrawl | ISC | CLI session. Distinct from live firecrawl-build-interact. Overlaps Playwright; this is Firecrawl-hosted browser minutes (2 credits/min). |
ACApollo ClientApollo Client 4.x for React — queries, cache, local state | Apollo GraphQL | MIT | React 18+/19. Distinct from iOS/Kotlin twins (HOLD). GraphOS Free forever, no CC, 3 users; OSS Client/Server self-host $0. |
ASApollo ServerApollo Server 5.x — schemas, resolvers, auth, plugins | Apollo GraphQL | MIT | OSS self-host $0. Not GraphOS. |
AFApollo FederationFederation 2.x subgraph schemas (@key, @shareable) | Apollo GraphQL | MIT | Schema authoring, not the Router runtime. |
ARApollo RouterConfigure/run Apollo Router for federated supergraphs | Apollo GraphQL | MIT | Loud — GraphOS Free Router is rate-limited 60 req/min. Coprocessors are not Free. |
ARApollo RoverRover CLI — publish/fetch/compose/check schemas | Apollo GraphQL | MIT | Frontmatter name is rover — prefixed to apollo-rover. |
CCCamunda c8ctlInstall/configure c8ctl, local cluster via c8run | Camunda | Apache-2.0 | Foundation for other camunda-* skills. Loud — $0 is Self-Managed Development local/non-prod only; production Self-Managed needs Enterprise. Engine is Camunda License 1.0 (not OSI). Distinct from Temporal (MIT) and n8n. |
CBCamunda BPMNCreate/edit/validate BPMN 2.0 for Camunda 8 (Zeebe) | Camunda | Apache-2.0 | Executable Zeebe BPMN, not generic BPMN. |
CFCamunda FEELWrite/debug FEEL expressions in BPMN, DMN, Forms | Camunda | Apache-2.0 | Camunda FEEL, not a generic expression steal. |
CDCamunda DMNAuthor DMN decision tables and literal expressions | Camunda | Apache-2.0 | Camunda 8 DMN, not a generic rules dump. |
CJCamunda Job WorkersJob workers in Java, Spring Boot, or TypeScript | Camunda | Apache-2.0 | Workers against Zeebe service tasks. |
IUImageKit Upload FilesUpload images/videos from a public URL into the library | ImageKit | MIT | Frontmatter upload-files. Local paths unsupported — URL only. Proprietary DAM/CDN; Forever Free $0/mo (20 GB bandwidth + 3 GB DAM + 2 users; delivery stops at the cap). Distinct from Tigris. |
ITImageKit Transformation BuilderImage/video transformation URLs (resize, crop, AI, overlays) | ImageKit | MIT | Frontmatter transformation-builder. Forever Free AI ops are limited. |
ISImageKit Search AssetsLucene-like searchQuery for files/folders | ImageKit | MIT | Frontmatter search-assets. DAM search, not generic file search. |
IAImageKit AI TasksAI tagging, metadata extraction, quality checks | ImageKit | MIT | Frontmatter ai-tasks. Forever Free AI is capped — do not treat as unlimited. |
IIImageKit IntegrationsIndex of SDKs/plugins (front-end, back-end, mobile, CMS) | ImageKit | MIT | Kept so this is not a 4-drip. Index, not implementation (that is HOLD search-docs). |
ZQZenML Quick WinsInvestigate stack, recommend, implement high-impact ZenML features | ZenML | MIT | Loud: OSS self-host Free forever is the $0 path; Hosted Cloud/Pro paid (Cloud 14-day trial then paid). Do not reprint Pro $399. Distinct from MLflow and W&B. Skills MIT; product ZenML Apache-2.0. HOLD nine migration twins (argo/azureml/dagster/databricks/flyte/kedro/metaflow/prefect/vertexai). |
ZPZenML Pipeline AuthoringAuthor @step/@pipeline, artifacts, Docker, materializers, YAML | ZenML | MIT | Loud: OSS self-host Free forever is the $0 path; Hosted Cloud/Pro paid (Cloud 14-day trial then paid). Do not reprint Pro $399. Distinct from MLflow and W&B. Pair with zenml-scoping for multi-pipeline ambition. |
ZSZenML ScopingDecompose ambitious ML workflows into pipeline architectures | ZenML | MIT | Loud: OSS self-host Free forever is the $0 path; Hosted Cloud/Pro paid (Cloud 14-day trial then paid). Do not reprint Pro $399. Distinct from MLflow and W&B. Architecture interview, not a mega-pipeline dump. |
ZAZenML Airflow MigrationMigrate Airflow DAGs to idiomatic ZenML (frontmatter airflow-to-zenml-migration) | ZenML | MIT | Frontmatter name is airflow-to-zenml-migration. Loud: OSS self-host Free forever is the $0 path; Hosted Cloud/Pro paid (Cloud 14-day trial then paid). Do not reprint Pro $399. Distinct from MLflow and W&B. HOLD other platform migration twins. |
ZSZenML SageMaker MigrationMigrate SageMaker Pipelines DSL to idiomatic ZenML | ZenML | MIT | Frontmatter name is sagemaker-to-zenml-migration. Loud: OSS self-host Free forever is the $0 path; Hosted Cloud/Pro paid (Cloud 14-day trial then paid). Do not reprint Pro $399. Distinct from MLflow and W&B. HOLD other platform migration twins. |
LFLaunchDarkly Flag CreateCreate/configure flags to match existing codebase patterns | LaunchDarkly | Apache-2.0 | Loud: Developer Free forever $0 no CC (unlimited seats/flags; 5 service connections + 1K client-side MAU/mo; Free ingestion stops at caps). Foundation PAYG after 14-day trial. Not OSS. Distinct from GrowthBook (OSS self-host) and PostHog experiments. Skills Apache-2.0; product proprietary SaaS. Requires LaunchDarkly MCP. |
LFLaunchDarkly Flag TargetingToggle, percentage rollouts, rules, individual targets, env copy | LaunchDarkly | Apache-2.0 | Loud: Developer Free forever $0 no CC (unlimited seats/flags; 5 service connections + 1K client-side MAU/mo; Free ingestion stops at caps). Foundation PAYG after 14-day trial. Not OSS. Distinct from GrowthBook (OSS self-host) and PostHog experiments. Skills Apache-2.0; product proprietary SaaS. Requires LaunchDarkly MCP. |
LGLaunchDarkly Guarded RolloutProgressive rollout with metric monitoring and auto rollback | LaunchDarkly | Apache-2.0 | Loud: Developer Free forever $0 no CC (unlimited seats/flags; 5 service connections + 1K client-side MAU/mo; Free ingestion stops at caps). Foundation PAYG after 14-day trial. Not OSS. Distinct from GrowthBook (OSS self-host) and PostHog experiments. Skills Apache-2.0; product proprietary SaaS. Requires LaunchDarkly MCP. Guarded rollout may climb into Foundation/Guardian paid path — do not invent it as Free. |
LFLaunchDarkly Flag CleanupSafely remove a flag from code preserving production behavior | LaunchDarkly | Apache-2.0 | Loud: Developer Free forever $0 no CC (unlimited seats/flags; 5 service connections + 1K client-side MAU/mo; Free ingestion stops at caps). Foundation PAYG after 14-day trial. Not OSS. Distinct from GrowthBook (OSS self-host) and PostHog experiments. Skills Apache-2.0; product proprietary SaaS. Requires LaunchDarkly MCP. HOLD flag-discovery twin. |
LELaunchDarkly Experiment SetupCreate experiments with metrics, treatments, start/stop iterations | LaunchDarkly | Apache-2.0 | Loud: Developer Free forever $0 no CC (unlimited seats/flags; 5 service connections + 1K client-side MAU/mo; Free ingestion stops at caps). Foundation PAYG after 14-day trial. Not OSS. Distinct from GrowthBook (OSS self-host) and PostHog experiments. Skills Apache-2.0; product proprietary SaaS. Requires LaunchDarkly MCP. |
BVBuilder Visual EditInspect/edit a running local app visually in Design iframes | Builder.io | MIT | Loud: Fusion Free forever $0 — 15 daily / 60 monthly Agent Credits; stops at cap; no rollover; proprietary SaaS (not OSS). Distinct from Expo leftovers / Firecrawl CLI. Skills MIT; product proprietary Fusion SaaS. |
BVBuilder Visual PlanTurn text plans into interactive visual plans with diagrams | Builder.io | MIT | Loud: Fusion Free forever $0 — 15 daily / 60 monthly Agent Credits; stops at cap; no rollover; proprietary SaaS (not OSS). Distinct from Expo leftovers / Firecrawl CLI. Skills MIT; product proprietary Fusion SaaS. |
BVBuilder Visual RecapVisual recap of a PR/branch/commit/diff with diagrams | Builder.io | MIT | Loud: Fusion Free forever $0 — 15 daily / 60 monthly Agent Credits; stops at cap; no rollover; proprietary SaaS (not OSS). Distinct from Expo leftovers / Firecrawl CLI. Skills MIT; product proprietary Fusion SaaS. |
BWBuilder WebMCPUse a page MCP/WebMCP tools before UI automation | Builder.io | MIT | Loud: Fusion Free forever $0 — 15 daily / 60 monthly Agent Credits; stops at cap; no rollover; proprietary SaaS (not OSS). Distinct from Expo leftovers / Firecrawl CLI. Skills MIT; product proprietary Fusion SaaS. |
BABuilder Agent WatchdogWatch/audit/fix another agent session, PR, or transcript | Builder.io | MIT | Loud: Fusion Free forever $0 — 15 daily / 60 monthly Agent Credits; stops at cap; no rollover; proprietary SaaS (not OSS). Distinct from Expo leftovers / Firecrawl CLI. Skills MIT; product proprietary Fusion SaaS. HOLD plow-ahead, efficient-frontier, plan-arbiter, stay-within-limits, quick-recap, read-the-damn-docs, efficient-fable, rewind, adding-a-skill. |
FSFlyte SDK AuthorScaffold Flyte 2 projects, tasks, workflows, launch plans | Flyte | Apache-2.0 | Loud: Flyte OSS Apache-2.0 — local/devbox $0 forever; Flyte 1 self-host on your K8s $0. Official repo: Flyte 2 distributed OSS backend is coming soon — production Flyte 2 backend today is Union.ai (paid; do not invent free forever Cloud). Distinct from ZenML CA (MLOps pipelines vs K8s-native workflow orchestration). Skills Apache-2.0. |
FSFlyte SDK RunRun Flyte 2 workflows; logs, data, run lifecycle | Flyte | Apache-2.0 | Loud: Flyte OSS Apache-2.0 — local/devbox $0 forever; Flyte 1 self-host on your K8s $0. Official repo: Flyte 2 distributed OSS backend is coming soon — production Flyte 2 backend today is Union.ai (paid; do not invent free forever Cloud). Distinct from ZenML CA (MLOps pipelines vs K8s-native workflow orchestration). Skills Apache-2.0. |
FSFlyte SDK DataETL, data quality, fanout/map task data patterns | Flyte | Apache-2.0 | Loud: Flyte OSS Apache-2.0 — local/devbox $0 forever; Flyte 1 self-host on your K8s $0. Official repo: Flyte 2 distributed OSS backend is coming soon — production Flyte 2 backend today is Union.ai (paid; do not invent free forever Cloud). Distinct from ZenML CA (MLOps pipelines vs K8s-native workflow orchestration). Skills Apache-2.0. |
FSFlyte SDK MLTraining, HPO, experiment tracking on Flyte | Flyte | Apache-2.0 | Loud: Flyte OSS Apache-2.0 — local/devbox $0 forever; Flyte 1 self-host on your K8s $0. Official repo: Flyte 2 distributed OSS backend is coming soon — production Flyte 2 backend today is Union.ai (paid; do not invent free forever Cloud). Distinct from ZenML CA (MLOps pipelines vs K8s-native workflow orchestration). Skills Apache-2.0. |
FSFlyte SDK Shipflyte.Image specs, Dockerfiles, dependency and tagging | Flyte | Apache-2.0 | Loud: Flyte OSS Apache-2.0 — local/devbox $0 forever; Flyte 1 self-host on your K8s $0. Official repo: Flyte 2 distributed OSS backend is coming soon — production Flyte 2 backend today is Union.ai (paid; do not invent free forever Cloud). Distinct from ZenML CA (MLOps pipelines vs K8s-native workflow orchestration). Skills Apache-2.0. |
RDRunning dbt CommandsFormat and execute dbt CLI with the right executable | dbt | Apache-2.0 | Loud: $0 forever path is dbt Core OSS Apache-2.0 (local/self-host). Platform Developer Free forever is real but capped (1 seat / 1 project / 3k successful models/mo); Starter $100/user/mo. Semantic Layer advanced is Cloud-paid — do not pitch Platform as the free hatch. Distinct from Flyte CD / ZenML CA. Skills Apache-2.0. |
ADAdding dbt Unit TestUnit test YAML mocking upstream model inputs | dbt | Apache-2.0 | Loud: $0 forever path is dbt Core OSS Apache-2.0 (local/self-host). Platform Developer Free forever is real but capped (1 seat / 1 project / 3k successful models/mo); Starter $100/user/mo. Semantic Layer advanced is Cloud-paid — do not pitch Platform as the free hatch. Distinct from Flyte CD / ZenML CA. Skills Apache-2.0. |
BDBuilding dbt Semantic LayerCreate or modify Semantic Layer components | dbt | Apache-2.0 | Loud: $0 forever path is dbt Core OSS Apache-2.0 (local/self-host). Platform Developer Free forever is real but capped (1 seat / 1 project / 3k successful models/mo); Starter $100/user/mo. Semantic Layer advanced is Cloud-paid — do not pitch Platform as the free hatch. Distinct from Flyte CD / ZenML CA. Skills Apache-2.0. |
CDConfiguring dbt MCP ServerMCP server JSON and auth for dbt | dbt | Apache-2.0 | Loud: $0 forever path is dbt Core OSS Apache-2.0 (local/self-host). Platform Developer Free forever is real but capped (1 seat / 1 project / 3k successful models/mo); Starter $100/user/mo. Semantic Layer advanced is Cloud-paid — do not pitch Platform as the free hatch. Distinct from Flyte CD / ZenML CA. Skills Apache-2.0. |
MDMaintaining dbt DocumentationAudit coverage; draft missing model/column docs | dbt | Apache-2.0 | Loud: $0 forever path is dbt Core OSS Apache-2.0 (local/self-host). Platform Developer Free forever is real but capped (1 seat / 1 project / 3k successful models/mo); Starter $100/user/mo. Semantic Layer advanced is Cloud-paid — do not pitch Platform as the free hatch. Distinct from Flyte CD / ZenML CA. Skills Apache-2.0. |
RARivet ActorsActors: the primitive for agent orchestration | Rivet | Apache-2.0 | Loud: Free Cloud forever hard caps (100k Awake Actor Hours / 5GB / 5M writes / 200M reads / 100GB egress / $5 compute); OSS Apache self-host uncapped $0. Hobby $20+ / Team $200+. agentOS + Dynamic Apps = Beta. Skills LICENSE 404 — product rivet-dev/rivet Apache-2.0. Distinct from Flyte/Temporal/dbt. HOLD rivet-agentos/examples/browserbase browse. |
RARivet agentOSagentOS: a computer for every agent (Beta) | Rivet | Apache-2.0 | Loud: Free Cloud forever hard caps (100k Awake Actor Hours / 5GB / 5M writes / 200M reads / 100GB egress / $5 compute); OSS Apache self-host uncapped $0. Hobby $20+ / Team $200+. agentOS + Dynamic Apps = Beta. Skills LICENSE 404 — product rivet-dev/rivet Apache-2.0. Distinct from Flyte/Temporal/dbt. HOLD rivet-agentos/examples/browserbase browse. |
RDRivet Dynamic AppsDeploy an AI-generated backend per user (Beta) | Rivet | Apache-2.0 | Loud: Free Cloud forever hard caps (100k Awake Actor Hours / 5GB / 5M writes / 200M reads / 100GB egress / $5 compute); OSS Apache self-host uncapped $0. Hobby $20+ / Team $200+. agentOS + Dynamic Apps = Beta. Skills LICENSE 404 — product rivet-dev/rivet Apache-2.0. Distinct from Flyte/Temporal/dbt. HOLD rivet-agentos/examples/browserbase browse. |
RWRivet WorkflowsDurable, replayable multi-step operations | Rivet | Apache-2.0 | Loud: Free Cloud forever hard caps (100k Awake Actor Hours / 5GB / 5M writes / 200M reads / 100GB egress / $5 compute); OSS Apache self-host uncapped $0. Hobby $20+ / Team $200+. agentOS + Dynamic Apps = Beta. Skills LICENSE 404 — product rivet-dev/rivet Apache-2.0. Distinct from Flyte/Temporal/dbt. HOLD rivet-agentos/examples/browserbase browse. |
PSPolar SetupInteractive onboarding wizard for Polar payments | Polar | Apache-2.0 | Loud: Starter Free forever $0/mo platform fee; MoR take-rate 5% + 50c/txn (+1.5% intl) still applies — not payments free. Pro $20 / Growth $100 / Scale $400 lower take-rate. OSS Apache self-host path. Skills LICENSE 404 — product polarsource/polar Apache-2.0. Polar gem already live. Distinct from Stripe Billing DIY tax and closed MoRs. Frontmatter name setup-polar. |
PIPolar IntegrationCheckout, Customer Portal, and Webhooks via @polar-sh/sdk | Polar | Apache-2.0 | Loud: Starter Free forever $0/mo platform fee; MoR take-rate 5% + 50c/txn (+1.5% intl) still applies — not payments free. Pro $20 / Growth $100 / Scale $400 lower take-rate. OSS Apache self-host path. Skills LICENSE 404 — product polarsource/polar Apache-2.0. Polar gem already live. Distinct from Stripe Billing DIY tax and closed MoRs. |
PMPolar MigrationMigrate from Stripe Billing, Paddle, Lemon Squeezy, Gumroad | Polar | Apache-2.0 | Loud: Starter Free forever $0/mo platform fee; MoR take-rate 5% + 50c/txn (+1.5% intl) still applies — not payments free. Pro $20 / Growth $100 / Scale $400 lower take-rate. OSS Apache self-host path. Skills LICENSE 404 — product polarsource/polar Apache-2.0. Polar gem already live. Distinct from Stripe Billing DIY tax and closed MoRs. |
PTPolar TestingSandbox, test cards, webhooks, CI for Polar | Polar | Apache-2.0 | Loud: Starter Free forever $0/mo platform fee; MoR take-rate 5% + 50c/txn (+1.5% intl) still applies — not payments free. Pro $20 / Growth $100 / Scale $400 lower take-rate. OSS Apache self-host path. Skills LICENSE 404 — product polarsource/polar Apache-2.0. Polar gem already live. Distinct from Stripe Billing DIY tax and closed MoRs. |
GAGemini API DevText, chat, multimodal, tools via Gemini API SDKs | Gemini | Apache-2.0 | Loud: Gemini API Free Tier is real $0 (no CC) for eligible Flash models with hard RPM/RPD caps that change — do not invent numbers. Free-tier prompts may improve Google products. Pro/paid for higher quotas and production scale; Live/Omni video burn Free caps fast. Product proprietary Google SaaS — skills Apache-2.0, API is not OSS. Distinct from Firebase BO (ai-logic HOLD). |
GLGemini Live API DevRealtime bidirectional audio/video/text streaming | Gemini | Apache-2.0 | Loud: Gemini API Free Tier is real $0 (no CC) for eligible Flash models with hard RPM/RPD caps that change — do not invent numbers. Free-tier prompts may improve Google products. Pro/paid for higher quotas and production scale; Live/Omni video burn Free caps fast. Product proprietary Google SaaS — skills Apache-2.0, API is not OSS. Distinct from Firebase BO (ai-logic HOLD). |
GOGemini Omni Flash APIGenerative video edit/gen with Omni 1.1 Flash | Gemini | Apache-2.0 | Loud: Gemini API Free Tier is real $0 (no CC) for eligible Flash models with hard RPM/RPD caps that change — do not invent numbers. Free-tier prompts may improve Google products. Pro/paid for higher quotas and production scale; Live/Omni video burn Free caps fast. Product proprietary Google SaaS — skills Apache-2.0, API is not OSS. Distinct from Firebase BO (ai-logic HOLD). |
SMStatsig MCPInspect and manage gates, experiments, configs via Statsig MCP | Statsig | ISC | Loud: Developer Free forever $0 no CC — 2M events/mo, unlimited seats, unlimited flag/config checks, 50k session replays/mo, 1-year analytics retention. Over Free → upgrade prompt to Pro ($150/mo + overages). Proprietary SaaS (not OSS); skills ISC. Distinct from LaunchDarkly CB and GrowthBook BC (OSS self-host). Frontmatter name statsig (parent). |
SCStatsig Create Cloud MetricCreate Cloud metrics via Console API | Statsig | ISC | Loud: Developer Free forever $0 no CC — 2M events/mo, unlimited seats, unlimited flag/config checks, 50k session replays/mo, 1-year analytics retention. Over Free → upgrade prompt to Pro ($150/mo + overages). Proprietary SaaS (not OSS); skills ISC. Distinct from LaunchDarkly CB and GrowthBook BC (OSS self-host). |
SDStatsig DashboardCreate or read dashboards via Console API | Statsig | ISC | Loud: Developer Free forever $0 no CC — 2M events/mo, unlimited seats, unlimited flag/config checks, 50k session replays/mo, 1-year analytics retention. Over Free → upgrade prompt to Pro ($150/mo + overages). Proprietary SaaS (not OSS); skills ISC. Distinct from LaunchDarkly CB and GrowthBook BC (OSS self-host). |
OLOry Local DevLocal Kratos/Keto/Hydra stack on :4000 without Network | Ory | Apache-2.0 | Loud: Network Developer Free $0 = PoC only (2 development envs, 0 prod/staging, 1 member). Production Network from ~$770/yr. Uncapped $0 = OSS self-host Apache-2.0 (Kratos/Keto/Hydra/Oathkeeper). Skills Apache-2.0 LICENSE 200. Aligns with Ory gem Evaluation framing. Distinct from Descope BD Cloud Free MAU. Ory gem already live. |
OAOry Auth SetupOry Network auth with Elements as default UI | Ory | Apache-2.0 | Loud: Network Developer Free $0 = PoC only (2 development envs, 0 prod/staging, 1 member). Production Network from ~$770/yr. Uncapped $0 = OSS self-host Apache-2.0. Skills Apache-2.0 LICENSE 200. Aligns with Ory gem Catch. Distinct from Descope BD Cloud Free MAU. |
OLOry Login FlowElements pages for login, signup, recovery, settings | Ory | Apache-2.0 | Loud: Network Developer Free $0 = PoC only (2 development envs, 0 prod/staging, 1 member). Production Network from ~$770/yr. Uncapped $0 = OSS self-host Apache-2.0. Skills Apache-2.0 LICENSE 200. Distinct from Descope BD Cloud Free MAU. |
OSOry Social LoginOIDC providers (Google, GitHub, Apple, …) on Ory | Ory | Apache-2.0 | Loud: Network Developer Free $0 = PoC only (2 development envs, 0 prod/staging, 1 member). Production Network from ~$770/yr. Uncapped $0 = OSS self-host Apache-2.0. Skills Apache-2.0 LICENSE 200. Distinct from Descope BD Cloud Free MAU. |
OPOry Permissions OnboardingAgent-tool auth: observe → enforce, default-allow + deny | Ory | Apache-2.0 | Loud: Network Developer Free $0 = PoC only (2 development envs, 0 prod/staging, 1 member). Production Network from ~$770/yr. Uncapped $0 = OSS self-host Apache-2.0 (incl. Keto). Skills Apache-2.0 LICENSE 200. Aligns with Ory gem Evaluation framing. Distinct from Descope BD Cloud Free MAU. |
VCVoltAgent CreateCLI / manual bootstrap for VoltAgent agent projects | VoltAgent | MIT | Loud: Core Framework Free forever MIT $0 (memory/RAG/guardrails/tools/MCP/voice/workflows). VoltOps Developer Free $0/mo (1 seat / 250 traces / 7-day retention); Core $50 / Pro $250. LLM BYOK. Skills MIT LICENSE 200. Distinct from Mastra (live gem), LangChain/LangGraph, Letta/CrewAI, Vercel AI SDK. CK VOID — do not restack MongoDB. Frontmatter name create-voltagent. |
VBVoltAgent Best PracticesAgents vs workflows, layout, memory, servers, observability | VoltAgent | MIT | Loud: Core Framework Free forever MIT $0 (memory/RAG/guardrails/tools/MCP/voice/workflows). VoltOps Developer Free $0/mo (1 seat / 250 traces / 7-day retention); Core $50 / Pro $250. LLM BYOK. Skills MIT LICENSE 200. Distinct from Mastra (live gem), LangChain/LangGraph, Letta/CrewAI, Vercel AI SDK. CK VOID — do not restack MongoDB. Frontmatter name voltagent-best-practices. |
VCVoltAgent Core ReferenceVoltAgent class: constructor, lifecycle, runtime | VoltAgent | MIT | Loud: Core Framework Free forever MIT $0 (memory/RAG/guardrails/tools/MCP/voice/workflows). VoltOps Developer Free $0/mo (1 seat / 250 traces / 7-day retention); Core $50 / Pro $250. LLM BYOK. Skills MIT LICENSE 200. Distinct from Mastra (live gem), LangChain/LangGraph, Letta/CrewAI, Vercel AI SDK. CK VOID — do not restack MongoDB. Frontmatter name voltagent-core-reference. |
VDVoltAgent Docs BundleVersion-matched docs from @voltagent/core/docs | VoltAgent | MIT | Loud: Core Framework Free forever MIT $0 (memory/RAG/guardrails/tools/MCP/voice/workflows). VoltOps Developer Free $0/mo (1 seat / 250 traces / 7-day retention); Core $50 / Pro $250. LLM BYOK. Skills MIT LICENSE 200. Distinct from Mastra (live gem), LangChain/LangGraph, Letta/CrewAI, Vercel AI SDK. CK VOID — do not restack MongoDB. Frontmatter name voltagent-docs-bundle. |
CBCircleCI BuildsDiagnose failing jobs and flaky pipelines | CircleCI | MIT | Loud: Free plan $0/mo no CC — 30k credits/mo (~up to 6k small Docker mins), 5 users; Free credits expire monthly (no rollover). OSS orgs on Free up to 400k credits/mo Linux/Arm/Docker. Performance from ~$15/mo. Proprietary SaaS CI — not self-host OSS core. Skills root LICENSE 404; plugin.json MIT + circleci-cli MIT. Distinct from Buildkite BB (agent pipelines) and Flux BE (GitOps). HOLD chunk + smarter-testing. Frontmatter name circleci-builds. |
CCCircleCI CLIAuth, validate, watch runs, logs, rerun/cancel | CircleCI | MIT | Loud: Free plan $0/mo no CC — 30k credits/mo (~up to 6k small Docker mins), 5 users; Free credits expire monthly (no rollover). OSS orgs on Free up to 400k credits/mo Linux/Arm/Docker. Performance from ~$15/mo. Proprietary SaaS CI — not self-host OSS core. Skills root LICENSE 404; plugin.json MIT + circleci-cli MIT. Distinct from Buildkite BB (agent pipelines) and Flux BE (GitOps). HOLD chunk + smarter-testing. Frontmatter name circleci-cli. |
CCCircleCI ConfigOptimize .circleci/config.yml cache and parallelism | CircleCI | MIT | Loud: Free plan $0/mo no CC — 30k credits/mo (~up to 6k small Docker mins), 5 users; Free credits expire monthly (no rollover). OSS orgs on Free up to 400k credits/mo Linux/Arm/Docker. Performance from ~$15/mo. Proprietary SaaS CI — not self-host OSS core. Skills root LICENSE 404; plugin.json MIT + circleci-cli MIT. Distinct from Buildkite BB (agent pipelines) and Flux BE (GitOps). HOLD chunk + smarter-testing. Frontmatter name circleci-config. |
COCircleCI OnboardAccount → org → GitHub App → project → pipeline | CircleCI | MIT | Loud: Free plan $0/mo no CC — 30k credits/mo (~up to 6k small Docker mins), 5 users; Free credits expire monthly (no rollover). OSS orgs on Free up to 400k credits/mo Linux/Arm/Docker. Performance from ~$15/mo. Proprietary SaaS CI — not self-host OSS core. Skills root LICENSE 404; plugin.json MIT + circleci-cli MIT. Distinct from Buildkite BB (agent pipelines) and Flux BE (GitOps). HOLD chunk + smarter-testing. Frontmatter name onboarding. |
CTCircleCI Testsuite.circleci/test-suites.yml + testsuite doctor | CircleCI | MIT | Loud: Free plan $0/mo no CC — 30k credits/mo (~up to 6k small Docker mins), 5 users; Free credits expire monthly (no rollover). OSS orgs on Free up to 400k credits/mo Linux/Arm/Docker. Performance from ~$15/mo. Proprietary SaaS CI — not self-host OSS core. Skills root LICENSE 404; plugin.json MIT + circleci-cli MIT. Distinct from Buildkite BB (agent pipelines) and Flux BE (GitOps). HOLD chunk + smarter-testing. Frontmatter name circleci-testsuite. |
XUXata Using APIHTTP API for orgs, projects, branches, auth | Xata | Apache-2.0 | Loud: $0 forever path is Open Source self-host (branching/scale-to-zero) — verified xata.io/pricing. Xata Cloud is 14-day free trial then PAYG from ~$0.012/hr + $0.28/GB/mo storage — not a forever free Cloud hatch. Skills Apache-2.0 LICENSE 200. Distinct from Neon/Supabase/Postgres gems and Redis BH. Frontmatter name using-xata-api. |
XUXata Using CLIxata CLI, pgroll, scratch branches, metrics | Xata | Apache-2.0 | Loud: $0 forever path is Open Source self-host (branching/scale-to-zero) — verified xata.io/pricing. Xata Cloud is 14-day free trial then PAYG from ~$0.012/hr + $0.28/GB/mo storage — not a forever free Cloud hatch. Skills Apache-2.0 LICENSE 200. Distinct from Neon/Supabase/Postgres gems and Redis BH. Frontmatter name using-xata-cli. |
XMXata Managing PostgreSQLPG ops and performance in a Xata branch | Xata | Apache-2.0 | Loud: $0 forever path is Open Source self-host (branching/scale-to-zero) — verified xata.io/pricing. Xata Cloud is 14-day free trial then PAYG from ~$0.012/hr + $0.28/GB/mo storage — not a forever free Cloud hatch. Skills Apache-2.0 LICENSE 200. Distinct from Neon/Supabase/Postgres gems and Redis BH. Frontmatter name managing-postgresql. |