Productivity

microsoft/azure-postgres

github.com

azure-postgres — an installable skill for AI agents.

$ npx skills add microsoft/azure-skills
Ver habilidad

charon-fan/self-improving-agent

github.com

A universal self-improving agent that learns from ALL skill experiences. Uses multi-memory architecture (semantic + episodic + working) to continuously evolve the codebase. Auto-triggers on skill completion/error with hooks-based self-correction.

$ npx skills add charon-fan/agent-playbook
Ver habilidad

replicas-group/replicas-agent

github.com

Guide for background coding agents running inside Replicas cloud workspaces

$ npx skills add replicas-group/skill
Ver habilidad

vercel/ai-sdk

github.com

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".

$ npx skills add vercel/ai
Ver habilidad

firebase/developing-genkit-python

379github.com

Develop AI-powered applications using Genkit in Python. Use when the user asks about Genkit, AI agents, flows, or tools in Python, or when encountering Genkit errors, import issues, or API problems.

$ npx skills add firebase/agent-skills
Ver habilidad

expo/expo-cicd-workflows

2.2kgithub.com

Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.

$ npx skills add expo/skills
Ver habilidad

firecrawl/firecrawl-build-onboarding

46github.com

Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.

$ npx skills add firecrawl/skills
Ver habilidad

firebase/xcode-project-setup

379github.com

Safely modifies Xcode projects (.pbxproj) to add Swift Packages and link files. Use this skill whenever an iOS project needs dependencies installed (e.g. Firebase, Alamofire).

$ npx skills add firebase/agent-skills
Ver habilidad

firebase/firebase-crashlytics

379github.com

Comprehensive guide for Firebase Crashlytics, including provisioning and SDK usage. Use this skill when the user needs help setting up Crashlytics, adding crash reporting, or using the Crashlytics SDK in their application.

$ npx skills add firebase/agent-skills
Ver habilidad

firebase/firebase-ai-logic

379github.com

Official skill for integrating Firebase AI Logic (Gemini API) into web applications. Covers setup, multimodal inference, structured output, and security.

$ npx skills add firebase/agent-skills
Ver habilidad

vercel/turborepo

github.com

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

$ npx skills add vercel/turborepo
Ver habilidad

firebase/firebase-firestore-enterprise-native-mode

379github.com

Comprehensive guide for Firestore enterprise native including provisioning, data model, security rules, and SDK usage. Use this skill when the user needs help setting up Firestore Enterprise with the Native mode, writing security rules, or using the Firestore SDK in their application.

$ npx skills add firebase/agent-skills
Ver habilidad

hugmouse/value

github.com

skill does absolutely nothing, as well as the agent that uses it.

$ npx skills add hugmouse/skills
Ver habilidad

firebase/firebase-firestore-standard

379github.com

Comprehensive guide for Firestore Standard Edition, including provisioning, security rules, and SDK usage. Use this skill when the user needs help setting up Firestore, writing security rules, or using the Firestore SDK in their application.

$ npx skills add firebase/agent-skills
Ver habilidad

get-convex/convex

37github.com

Routes general Convex requests to the right project skill. Use when the user asks which Convex skill to use or gives an underspecified Convex app task.

$ npx skills add get-convex/agent-skills
Ver habilidad

firebase/firebase-ai-logic-basics

379github.com

Official skill for integrating Firebase AI Logic (Gemini API) into web applications. Covers setup, multimodal inference, structured output, and security.

$ npx skills add firebase/agent-skills
Ver habilidad

firebase/firebase-security-rules-auditor

379github.com

A skill to evaluate how secure Firestore security rules are. Use this when Firestore security rules are updated to ensure that the generated rules are extremely secure and robust.

$ npx skills add firebase/agent-skills
Ver habilidad

genkit-ai/developing-genkit-js

github.com

Develop AI-powered applications using Genkit in Node.js/TypeScript. Use when the user asks about Genkit, AI agents, flows, or tools in JavaScript/TypeScript, or when encountering Genkit errors, validation issues, type errors, or API problems.

$ npx skills add genkit-ai/skills
Ver habilidad

neondatabase/neon-postgres

github.com

Guides and best practices for working with Neon Serverless Postgres. Covers setup, connection methods, branching, autoscaling, scale-to-zero, read replicas, connection pooling, Neon Auth, and the Neon CLI, MCP server, REST API, TypeScript SDK, and Python SDK. Use when users ask about "Neon setup", "connect to Neon", "Neon project", "DATABASE_URL", "serverless Postgres", "Neon CLI", "neonctl", "Neon MCP", "Neon Auth", "@neondatabase/serverless", "@neondatabase/neon-js", "scale to zero", "Neon autoscaling", "Neon read replica", or "Neon connection pooling".

$ npx skills add neondatabase/agent-skills
Ver habilidad

google-labs-code/stitch-loop

6.2kgithub.com

Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern

$ npx skills add google-labs-code/stitch-skills
Ver habilidad

wshobson/typescript-advanced-types

38.0kgithub.com

Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.

$ npx skills add wshobson/agents
Ver habilidad

vercel-labs/vercel-cli-with-tokens

29.1kgithub.com

Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login — e.g. "deploy to vercel", "set up vercel", "add environment variables to vercel".

$ npx skills add vercel-labs/agent-skills
Ver habilidad

firebase/developing-genkit-go

379github.com

Develop AI-powered applications using Genkit in Go. Use when the user asks to build AI features, agents, flows, or tools in Go using Genkit, or when working with Genkit Go code involving generation, prompts, streaming, tool calling, or model providers.

$ npx skills add firebase/agent-skills
Ver habilidad

get-convex/convex-create-component

37github.com

Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.

$ npx skills add get-convex/agent-skills
Ver habilidad