Productivity

get-convex/convex

github.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
스킬 보기

firebase/firebase-ai-logic-basics

358github.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
스킬 보기

firebase/firebase-security-rules-auditor

358github.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
스킬 보기

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
스킬 보기

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
스킬 보기

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
스킬 보기

wshobson/typescript-advanced-types

37.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
스킬 보기

vercel-labs/vercel-cli-with-tokens

28.3kgithub.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
스킬 보기

firebase/developing-genkit-go

358github.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
스킬 보기

get-convex/convex-create-component

github.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
스킬 보기

get-convex/convex-migration-helper

github.com

Plans Convex schema and data migrations with widen-migrate-narrow and @convex-dev/migrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts.

$ npx skills add get-convex/agent-skills
스킬 보기

get-convex/convex-setup-auth

github.com

Sets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app.

$ npx skills add get-convex/agent-skills
스킬 보기

get-convex/convex-quickstart

github.com

Creates or adds Convex to an app. Use for new Convex projects, npm create convex@latest, frontend setup, env vars, or the first npx convex dev run.

$ npx skills add get-convex/agent-skills
스킬 보기

firebase/developing-genkit-dart

358github.com

Generates code and provides documentation for the Genkit Dart SDK. Use when the user asks to build AI agents in Dart, use Genkit flows, or integrate LLMs into Dart/Flutter applications.

$ npx skills add firebase/agent-skills
스킬 보기

firebase/developing-genkit-js

358github.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 firebase/agent-skills
스킬 보기

vercel-labs/deploy-to-vercel

28.3kgithub.com

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

$ npx skills add vercel-labs/agent-skills
스킬 보기

firebase/firebase-app-hosting-basics

358github.com

Deploy and manage web apps with Firebase App Hosting. Use this skill when deploying Next.js/Angular apps with backends.

$ npx skills add firebase/agent-skills
스킬 보기

firebase/firebase-hosting-basics

358github.com

Skill for working with Firebase Hosting (Classic). Use this when you want to deploy static web apps, Single Page Apps (SPAs), or simple microservices. Do NOT use for Firebase App Hosting.

$ npx skills add firebase/agent-skills
스킬 보기

firebase/firebase-auth-basics

358github.com

Guide for setting up and using Firebase Authentication. Use this skill when the user's app requires user sign-in, user management, or secure data access using auth rules.

$ npx skills add firebase/agent-skills
스킬 보기

firebase/firebase-basics

358github.com

Provides foundational setup, authentication, and project management workflows for Firebase using the Firebase CLI. Use when checking Firebase CLI version (must use 'npx -y firebase-tools@latest --version'), initializing a Firebase environment, authenticating, setting active projects, or setting up `google-services.json` or `GoogleService-Info.plist` files.

$ npx skills add firebase/agent-skills
스킬 보기

larksuite/lark-vc-agent

github.com

飞书视频会议:让机器人代当前用户加入/离开正在进行的会议,并读取会议期间的实时事件(参会人加入与离开、发言、聊天、屏幕共享等)。1. 用户提供 9 位会议号、要求代为入会或离会时使用 +meeting-join / +meeting-leave——会真实产生入会/离会记录。2. 会议进行中用户想知道“谁加入了”“谁离开了”“谁在发言”“有人共享屏幕吗”等会中动态时,机器人入会后用 +meeting-events 读取事件时间线。3. 典型场景:参会机器人、会中助手、代为旁听、代为参会。前提:机器人只能读到它自己参会过且仍在进行中的会议的事件;查询已结束会议的参会名单、纪要或逐字稿请使用 lark-vc 技能。

$ npx skills add larksuite/cli
스킬 보기

juliusbrussee/cavecrew

github.com

Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn `cavecrew-investigator` (locate code), `cavecrew-builder` (1-2 file edit), or `cavecrew-reviewer` (diff review) instead of doing the work inline or using vanilla `Explore`. Subagent output is caveman-compressed so the tool-result injected back into main context is ~60% smaller — main context lasts longer across long sessions. Trigger: "delegate to subagent", "use cavecrew", "spawn investigator/builder/reviewer", "save context", "compressed agent output".

$ npx skills add juliusbrussee/caveman
스킬 보기

obra/dispatching-parallel-agents

234.3kgithub.com

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

$ npx skills add obra/superpowers
스킬 보기

microsoft/entra-agent-id

github.com

Provision Microsoft Entra Agent Identity Blueprints, BlueprintPrincipals, and per-instance Agent Identities via Microsoft Graph, and configure OAuth 2.0 token exchange (fmi_path, OBO, cross-tenant) including the Microsoft Entra SDK for AgentID sidecar. USE FOR: Agent Identity Blueprint, BlueprintPrincipal, agent OAuth, fmi_path token exchange, agent OBO, Workload Identity Federation for agents, polyglot agent auth, Microsoft.Identity.Web.AgentIdentities. DO NOT USE FOR: standard Entra app registration (use entra-app-registration), Azure RBAC (use azure-rbac), Microsoft Foundry agent authoring (use microsoft-foundry).

$ npx skills add microsoft/azure-skills
스킬 보기