By cline
Integrates a collection of specialized skills for Claude Code, including AI coding agent development with the Cline SDK, a multi-agent code review fleet, database operations, cloud infrastructure management, data analysis, frontend design, and automation across AWS, GCP, Azure, and other platforms.
Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text search, nearby search, or autocomplete suggestions; retrieve detailed place information including hours, contacts, and addresses; monitor geographical boundaries with geofences; or track device locations. Covers authentication, SDK integration, and all Amazon Location Service capabilities.
Build and deploy full-stack web and mobile apps with AWS Amplify Gen2 (TypeScript code-first). Covers auth (Cognito), data (AppSync/DynamoDB including schema modeling, enum types, relationships, authorization rules), storage (S3), functions, APIs, and AI (Amplify AI Kit with Bedrock). Supports React, Next.js, Vue, Angular, React Native, Flutter, Swift, and Android. Always use this skill for Amplify Gen2 topics — even for questions you think you know — it contains validated, version-specific patterns that prevent common mistakes. TRIGGER when: user mentions Amplify Gen2; project has amplify/ directory or amplify_outputs; code imports @aws-amplify packages; user asks about defineBackend, defineAuth, defineData, defineStorage, or npx ampx. SKIP: Amplify Gen1 (amplify CLI v6), standalone SAM/CDK without Amplify (use aws-serverless), direct Bedrock without Amplify AI Kit (use bedrock).
Connects the user with a LegalZoom attorney for legal consultation. Use when a user asks about attorneys, lawyers, or legal help, or when contract review reveals high risks or low-confidence findings.
Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydantic_ai, or asks to build an AI agent, add tools/capabilities, defer capability loading, stream output, define agents from YAML, or test agent behavior.
Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries/mutations/actions, indexes, auth, file storage, scheduling, real-time multiplayer, mobile backends, and LLM/agent workflows on Convex's one-platform stack.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub cline/skills --plugin clineBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of Agent Skills we use at Cline and want to share with the community.
These skills work with any agent that supports the Agent Skills standard, including Cline, Claude Code, Cursor, OpenCode, OpenAI Codex, and Pi.
Install using the npx skills CLI:
npx skills add https://github.com/cline/skills
Install using the plugin marketplace:
/plugin marketplace add cline/skills
/plugin install cline@cline
Install from the Cursor Marketplace or add manually via Settings > Rules > Add Rule > Remote Rule (Github) with cline/skills.
Clone this repo (with submodules) and copy the skill folders into the appropriate directory for your agent:
git clone --recurse-submodules https://github.com/cline/skills
| Agent | Skill Directory | Docs |
|---|---|---|
| Cline | ~/.cline/skills/ | docs |
| Claude Code | ~/.claude/skills/ | docs |
| Cursor | ~/.cursor/skills/ | docs |
| OpenCode | ~/.config/opencode/skills/ | docs |
| OpenAI Codex | ~/.codex/skills/ | docs |
| Pi | ~/.pi/agent/skills/ | docs |
Skills are contextual and auto-loaded based on your conversation. When a request matches a skill's triggers, the agent loads and applies the relevant skill to provide accurate, up-to-date guidance.
| Skill | Useful for |
|---|---|
| cline-sdk | Building AI agents with the Cline SDK: Agent runtime, ClineCore sessions, custom tools, plugins, events, LLM providers, scheduling, multi-agent teams, and production deployment |
| review-team | Running a fleet of specialized reviewer subagents (correctness, security, architecture, conventions, simplicity, UX, reliability, telemetry, testing, compatibility, docs) against the same change, single-pass or iterate-until-clean |
| linear-sdk-scripting | Doing Linear work from the terminal without the Linear MCP: list, open, create, update, close, and comment on issues, and query teams, projects, cycles, users, and workflow states by writing small Node scripts against the official @linear/sdk with a personal API key |
| amazon-location-service | Building AWS location-aware apps with maps, places, geocoding, routing, geofences, and trackers using Amazon Location Service |
| amplify-workflow | Building and deploying full-stack web and mobile apps with AWS Amplify Gen2, including auth, data, storage, functions, APIs, and AI Kit patterns |
| attorney-assist | Connecting users with LegalZoom attorney consultation workflows, including plan checks, matter context gathering, topic matching, scheduling, and failure guardrails |
| building-pydantic-ai-agents | Building Pydantic AI agents with tools, capabilities, structured output, streaming, YAML-defined agents, testing, hooks, and multi-agent patterns |
| convex-design | Designing and building reactive, type-safe Convex backends with schemas, queries, mutations, actions, auth, storage, scheduling, real-time features, and agent workflows |
| cosmosdb-best-practices | Designing, reviewing, and optimizing Azure Cosmos DB NoSQL data models, partition keys, queries, SDK usage, throughput, and vector search |
| dataproc-skills | Managing Google Cloud Dataproc clusters and jobs through bundled Node scripts for listing, inspection, job submission, and cancellation |
| desktop-commander-overview | Using Desktop Commander MCP capabilities for persistent shells, long-running processes, broader filesystem access, structured files, search, SSH, and process management |
| dsql | Building with Amazon Aurora DSQL, including schemas, SQL execution, migrations, query plans, IAM auth, ORM migration, bulk loading, MCP tools, and distributed SQL patterns |
| exa-search | Running Exa-powered research workflows for deep dives, lead generation, literature reviews, competitive analysis, and multi-step search synthesis |
| firestore-data | Working with Firestore collections and documents through bundled Node scripts for CRUD, data retrieval, and collection hierarchy exploration |
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.