Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By cline
Run ad hoc ClickHouse analytics, diagnose AWS Bedrock auth, manage Linear issues from the terminal, and launch multi-agent code review fleets—all as skills for the Cline AI coding agent.
npx claudepluginhub cline/skills --plugin clineAct as an interactive data analyst for ClickHouse-backed analytics. Use when the user asks questions about internal data, metrics, dashboards, telemetry, active users, revenue, funnels, trends, distributions, or wants an analyst-style conversation, ad hoc SQL, charts, or a data export against ClickHouse (local or ClickHouse Cloud).
Troubleshoot local AWS Bedrock authentication and region configuration for the Cline CLI as Dr. Bedrock. Use when users report Bedrock CLI errors, AWS profile/default-chain issues, credential_process/SSO/IAM credential failures, missing region, AccessDenied, model access, or provider config problems.
Perform actions in Linear (read, create, update, search issues, projects, comments, teams, cycles, labels, etc.) by writing and running small Node scripts against the official @linear/sdk TypeScript SDK with a personal API key. Use this when the user wants to do Linear work from the terminal without the Linear MCP server, or asks to list/open/create/update/close Linear issues, leave comments, or query teams, projects, users, or workflow states.
Use when the user asks for a code review by a fleet of specialized reviewer agents, wants multiple independent reviewer perspectives, or asks to run reviewers in single-pass or iterative fix-until-clean mode. Launches focused subagents for correctness, security, architecture, conventions, simplicity, UX, reliability, telemetry, testing, compatibility, and documentation review.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
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.
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.
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.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
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 |
| data-analyst | Acting as an interactive data analyst over ClickHouse: clarify the actual question first, then connect (local or ClickHouse Cloud) and run safe, bounded SQL via the clickhousectl CLI. Includes a clickhouse sub-skill for CLI auth (browser OAuth) and querying |
skills/
cline-sdk/ -> .vendor/sdk-skill/skill/cline-sdk (git submodule, see below)
review-team/ Multi-reviewer code review fleet
linear-sdk-scripting/ Drive Linear via the @linear/sdk in Node scripts
data-analyst/ Interactive ClickHouse data analyst
skills/clickhouse/ Sub-skill: connect + query via clickhousectl
skills/reading-data-dict/ Sub-skill: resolve metric definitions
skills/steering-user-elicitation/ Sub-skill: clarify before querying
skills/analyzer/ Sub-skill: turn results into findings
skills/plotting/ Sub-skill: charts and visual artifacts
skills/artifact-management/ Sub-skill: save and describe outputs
skills/clickhouse-best-practices/ -> .vendor/clickhouse-agent-skills (official, see below)
skills/chdb-sql/ -> .vendor/clickhouse-agent-skills
skills/chdb-datastore/ -> .vendor/clickhouse-agent-skills
skills/clickhousectl-local-dev/ -> .vendor/clickhouse-agent-skills
skills/clickhousectl-cloud-deploy/ -> .vendor/clickhouse-agent-skills
skills/clickhouse-architecture-advisor/ -> .vendor/clickhouse-agent-skills
skills/clickhouse-js-node-coding/ -> .vendor/clickhouse-agent-skills
skills/clickhouse-js-node-troubleshooting/ -> .vendor/clickhouse-agent-skills
.vendor/
sdk-skill/ Submodule of https://github.com/cline/sdk-skill
clickhouse-agent-skills/ Submodule of https://github.com/ClickHouse/agent-skills (Apache-2.0)
skills/cline-sdk is a symlink into the cline/sdk-skill submodule, which is maintained in its own repo. The official ClickHouse skills under skills/data-analyst/skills/ are symlinks into the ClickHouse/agent-skills submodule (Apache-2.0). To pull the latest: