The official skills marketplace for Agents Inc. 150+ skills covering everything from React and Prisma to Redis, ElevenLabs, and infrastructure tooling. Pick the skills that match your stack and install them via Claude Code. Need more control?
FAQ
agents-inc-skills is a Claude Code plugin with 200 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes ai-infrastructure-huggingface-inference, ai-infrastructure-litellm, ai-infrastructure-modal. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add agents-inc/skills --agent claude-code
Repo: agents-inc/skills
The official skills marketplace for Agents Inc.
150+ skills covering everything from React and Prisma to Redis, ElevenLabs, and infrastructure tooling. Pick the skills that match your stack and install them via Claude Code. Need more control? The @agents-inc/cli lets you choose between plugin or eject mode, scoped to a single project or your entire machine.
Via Claude Code:
/plugin marketplace add agents-inc/skills
/plugin install <skill-name>@agents-inc
Via the Agents Inc CLI:
npx @agents-inc/cli init
Select your domains, skills and subagents, and configure everything in TypeScript. See the Agents Inc CLI.
Frameworks
React Vue Composition API Angular Standalone SolidJS Svelte
Meta Frameworks
Next.js Nuxt Remix Astro SvelteKit Qwik Docusaurus VitePress
State Management
Zustand Pinia NgRx SignalStore Jotai MobX Redux Toolkit
Data Fetching
SWR tRPC GraphQL + Apollo GraphQL + urql
Server State
React Query
Routing
React Router TanStack Router
Forms & Validation
React Hook Form TanStack Form Vee Validate Zod
UI Libraries
shadcn/ui Radix UI TanStack Table MUI Chakra UI Ant Design Mantine Headless UI Vuetify
Styling
Tailwind SCSS Modules CVA
Testing
Vitest Playwright Cypress React Testing Library Vue Test Utils
Mocks
MSW
Animation
Framer Motion CSS Animations View Transitions
Tooling
Storybook Vite
i18n
next-intl react-intl vue-i18n
Realtime
WebSockets Socket.IO SSE
PWA
Offline First Service Workers
Error Handling
Error Boundaries Result Types
Files
File Upload Patterns Image Handling
Performance & Accessibility
Web Performance Accessibility
Utilities
date-fns Native JS RxJS VueUse
Frameworks
Hono Express Fastify NestJS Elysia
Databases & ORMs
Drizzle Prisma TypeORM Sequelize Knex Mongoose MongoDB PostgreSQL MySQL Redis CockroachDB EdgeDB SurrealDB Upstash Vercel KV Vercel Postgres
BaaS
Supabase Firebase Appwrite Neon PlanetScale Turso
Auth
Better Auth + Drizzle + Hono Clerk NextAuth
CMS
Payload Sanity Strapi
Commerce
Stripe
Email
Resend + React Email Resend Setup
Search
Elasticsearch Meilisearch
Vector DBs
Pinecone Qdrant Chroma Weaviate
Analytics
PostHog Analytics PostHog Setup
Feature Flags
PostHog Flags
Observability
Axiom + Pino + Sentry Axiom + Pino + Sentry Setup
Performance
API Performance
Providers
Anthropic SDK OpenAI SDK Google Gemini SDK Mistral SDK Cohere SDK ElevenLabs OpenAI Whisper Claude Vision
Orchestration
Vercel AI SDK LangChain LlamaIndex
Infrastructure
HuggingFace Inference LiteLLM Modal Ollama Replicate Together AI
Observability
Langfuse Promptfoo
Patterns
Tool Use Patterns
CI/CD
GitHub Actions Docker
Platform
Cloudflare Workers
Config
Env Config
Monorepos
Turborepo Nx pnpm Workspaces
Security
Auth Security
Tooling
Biome ESLint + Prettier Git Hooks TypeScript Config
Frameworks
Electron Tauri
Design
Expressive TypeScript
Reviewing
Code Reviewing CLI Reviewing
Methodology
Research Methodology
Each skill covers patterns, conventions, anti-patterns, edge cases, and real code examples for a single technology. Not surface-level docs, but the kind of knowledge you'd normally have to explain to Claude repeatedly.
src/skills/<domain>-<subcategory>-<name>/
โโโ SKILL.md # Main skill content
โโโ metadata.yaml # Category, slug, author, display name, and usage guidance
โโโ reference.md # API reference
โโโ examples/
โโโ core.md # Core usage examples
โโโ {topic}.md # Topic-specific examples
Use the skill-summoner agent to create or improve a skill โ it researches current best practices, matches this repo's conventions, and writes a fully-structured skill package to src/skills/. Drop the file into your .claude/agents/ directory and invoke it; no @agents-inc/cli install required.
In the metadata.yaml it generates, set author to your own handle (e.g. "@your-github-username"), not a placeholder or someone else's.
.claude-plugin/
marketplace.json
.github/
workflows/
ci.yml
.gitignore
.husky/
pre-commit
.prettierignore
bun.lock
dist/
plugins/
ai-infrastructure-huggingface-inference/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-infrastructure-huggingface-inference/
examples/
core.md
tasks.md
reference.md
SKILL.md
ai-infrastructure-litellm/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-infrastructure-litellm/
examples/
core.md
keys-and-spend.md
routing.md
reference.md
SKILL.md
ai-infrastructure-modal/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-infrastructure-modal/
examples/
core.md
reference.md
SKILL.md
ai-infrastructure-ollama/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-infrastructure-ollama/
examples/
core.md
embeddings-vision.md
model-management.md
structured-output.md
tools.md
reference.md
SKILL.md
ai-infrastructure-replicate/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-infrastructure-replicate/
examples/
core.md
deployments-training.md
streaming-webhooks.md
reference.md
SKILL.md
ai-infrastructure-together-ai/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-infrastructure-together-ai/
examples/
chat.md
core.md
images.md
streaming.md
structured-output.md
tools.md
reference.md
SKILL.md
ai-observability-langfuse/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-observability-langfuse/
examples/
core.md
openai-integration.md
prompt-management.md
scores-datasets.md
tracing.md
reference.md
SKILL.md
ai-observability-promptfoo/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-observability-promptfoo/
examples/
core.md
custom-providers.md
model-graded.md
red-teaming.md
reference.md
SKILL.md
ai-orchestration-langchain/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-orchestration-langchain/
examples/
agents.md
core.md
rag.md
streaming.md
structured-output-tools.md
reference.md
SKILL.md
ai-orchestration-llamaindex/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-orchestration-llamaindex/
examples/
agents.md
chat-streaming.md
core.md
ingestion.md
reference.md
SKILL.md
ai-orchestration-vercel-ai-sdk/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-orchestration-vercel-ai-sdk/
examples/
chat.md
core.md
rag.md
structured-output.md
tools.md
reference.md
SKILL.md
ai-patterns-tool-use-patterns/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-patterns-tool-use-patterns/
examples/
advanced.md
core.md
reference.md
SKILL.md
ai-provider-anthropic-sdk/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-provider-anthropic-sdk/
examples/
core.md
extended-thinking.md
streaming.md
tool-use.md
vision-documents.md
reference.md
SKILL.md
ai-provider-claude-vision/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-provider-claude-vision/
examples/
core.md
extraction.md
reference.md
SKILL.md
ai-provider-cohere-sdk/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-provider-cohere-sdk/
examples/
core.md
embeddings-rerank.md
tools-rag.md
reference.md
SKILL.md
ai-provider-elevenlabs/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-provider-elevenlabs/
examples/
core.md
voices.md
websocket.md
reference.md
SKILL.md
ai-provider-google-gemini-sdk/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-provider-google-gemini-sdk/
examples/
advanced.md
chat.md
core.md
multimodal.md
streaming.md
structured-output.md
tools.md
reference.md
SKILL.md
ai-provider-mistral-sdk/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-provider-mistral-sdk/
examples/
chat.md
codestral.md
core.md
embeddings-vision.md
function-calling.md
structured-output.md
reference.md
SKILL.md
ai-provider-openai-sdk/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-provider-openai-sdk/
examples/
chat.md
core.md
embeddings-vision-audio.md
openai-sdk.md
streaming.md
structured-output.md
tools.md
reference.md
SKILL.md
ai-provider-openai-whisper/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
ai-provider-openai-whisper/
examples/
core.md
SKILL.md
api-analytics-posthog-analytics/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
api-analytics-posthog-analytics/
examples/
client-tracking.md
core.md
funnel-analysis.md
group-analytics.md
privacy-gdpr.md
server-tracking.md
type-safety.md
reference.md
SKILL.md
api-analytics-setup-posthog/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
api-analytics-setup-posthog/
examples/
core.md
deployment.md
server.md
reference.md
SKILL.md
api-auth-better-auth-drizzle-hono/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
api-auth-better-auth-drizzle-hono/
examples/
core.md
oauth.md
organizations.md
sessions.md
two-factor.md
v1.4-features.md
reference.md
SKILL.md
api-auth-clerk/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
api-auth-clerk/
examples/
components.md
core.md
hooks.md
organizations.md
server.md
reference.md
SKILL.md
api-auth-nextauth/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
api-auth-nextauth/
examples/
core.md
database.md
middleware.md
patterns.md
session.md
reference.md
SKILL.md
api-baas-appwrite/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
api-baas-appwrite/
examples/
auth.md
core.md
functions.md
realtime.md
storage.md
reference.md
SKILL.md
api-baas-firebase/
.claude-plugin/
.content-hash
plugin.json
README.md
skills/
api-baas-firebase/
examples/
auth.md
core.md
firebase.md
firestore.md
functions.md
security-rules.md
setup.md
storage.md
reference.md
SKILL.md
api-baas-neon/
... 1600 moreShowing a partial view of a very large repo.
ยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic