{
  "markdown": "# Cline Skills\n\nA collection of [Agent Skills](https://docs.cline.bot/customization/skills) we use at [Cline](https://cline.bot) and want to share with the community.\n\n## Installing\n\nThese skills work with any agent that supports the Agent Skills standard, including Cline, Claude Code, Cursor, OpenCode, OpenAI Codex, and Pi.\n\n### npx skills\n\nInstall using the [`npx skills`](https://skills.sh) CLI:\n\n```\nnpx skills add https://github.com/cline/skills\n```\n\n### Claude Code\n\nInstall using the [plugin marketplace](https://code.claude.com/docs/en/discover-plugins#add-from-github):\n\n```\n/plugin marketplace add cline/skills\n/plugin install cline@cline\n```\n\n### Cursor\n\nInstall from the Cursor Marketplace or add manually via `Settings > Rules > Add Rule > Remote Rule (Github)` with `cline/skills`.\n\n### Clone / Copy\n\nClone this repo (with submodules) and copy the skill folders into the appropriate directory for your agent:\n\n```\ngit clone --recurse-submodules https://github.com/cline/skills\n```\n\n| Agent | Skill Directory | Docs |\n|-------|-----------------|------|\n| Cline | `~/.cline/skills/` | [docs](https://docs.cline.bot/customization/skills) |\n| Claude Code | `~/.claude/skills/` | [docs](https://code.claude.com/docs/en/skills) |\n| Cursor | `~/.cursor/skills/` | [docs](https://cursor.com/docs/context/skills) |\n| OpenCode | `~/.config/opencode/skills/` | [docs](https://opencode.ai/docs/skills/) |\n| OpenAI Codex | `~/.codex/skills/` | [docs](https://developers.openai.com/codex/skills/) |\n| Pi | `~/.pi/agent/skills/` | [docs](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent#skills) |\n\n## Skills\n\nSkills 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.\n\n| Skill | Useful for |\n|-------|------------|\n| [cline-sdk](https://github.com/cline/sdk-skill) | Building AI agents with the Cline SDK: Agent runtime, ClineCore sessions, custom tools, plugins, events, LLM providers, scheduling, multi-agent teams, and production deployment |\n| [review-team](./skills/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 |\n| [linear-sdk-scripting](./skills/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 |\n| [amazon-location-service](./skills/amazon-location-service) | Building AWS location-aware apps with maps, places, geocoding, routing, geofences, and trackers using Amazon Location Service |\n| [amplify-workflow](./skills/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 |\n| [attorney-assist](./skills/attorney-assist) | Connecting users with LegalZoom attorney consultation workflows, including plan checks, matter context gathering, topic matching, scheduling, and failure guardrails |\n| [building-pydantic-ai-agents](./skills/building-pydantic-ai-agents) | Building Pydantic AI agents with tools, capabilities, structured output, streaming, YAML-defined agents, testing, hooks, and multi-agent patterns |\n| [convex-design](./skills/convex-design) | Designing and building reactive, type-safe Convex backends with schemas, queries, mutations, actions, auth, storage, scheduling, real-time features, and agent workflows |\n| [cosmosdb-best-practices](./skills/cosmosdb-best-practices) | Designing, reviewing, and optimizing Azure Cosmos DB NoSQL data models, partition keys, queries, SDK usage, throughput, and vector search |\n| [dataproc-skills](./skills/dataproc-skills) | Managing Google Cloud Dataproc clusters and jobs through bundled Node scripts for listing, inspection, job submission, and cancellation |\n| [desktop-commander-overview](./skills/desktop-commander-overview) | Using Desktop Commander MCP capabilities for persistent shells, long-running processes, broader filesystem access, structured files, search, SSH, and process management |\n| [dsql](./skills/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 |\n| [exa-search](./skills/exa-search) | Running Exa-powered research workflows for deep dives, lead generation, literature reviews, competitive analysis, and multi-step search synthesis |\n| [firestore-data](./skills/firestore-data) | Working with Firestore collections and documents through bundled Node scripts for CRUD, data retrieval, and collection hierarchy exploration |\n| [frontend-design](./skills/frontend-design) | Creating distinctive, production-grade frontend interfaces with strong visual direction, refined typography, cohesive color, motion, and polished implementation details |\n| [gcp-to-aws](./skills/gcp-to-aws) | Planning and implementing migrations from Google Cloud to AWS, including infrastructure, databases, AI workloads, agent stacks, Terraform, and cutover strategy |\n| [knowledge-catalog-discovery](./skills/knowledge-catalog-discovery) | Discovering and exploring Knowledge Catalog data assets, entries, entry groups, entry types, and metadata through bundled scripts |\n| [math-olympiad](./skills/math-olympiad) | Solving and verifying competition math problems with adversarial proof checks, counterexample hunting, calibrated confidence, and optional LaTeX output |\n| [mintlify](./skills/mintlify) | Building Mintlify documentation sites, including `docs.json`, navigation, MDX pages, components, and API reference configuration |\n| [oracledb](./skills/oracledb) | Managing and monitoring Oracle databases with SQL execution, schema exploration, query plans, session monitoring, resource checks, and object health scripts |\n| [playground](./skills/playground) | Building self-contained interactive HTML playgrounds with controls, live previews, presets, and copyable prompts for design, data, code, document, and concept exploration |\n| [sap-fiori-add-visual-filter](./skills/sap-fiori-add-visual-filter) | Adding chart-based visual filters to SAP Fiori Elements filter bars and value help dialogs using CAP or ABAP RAP annotations |\n| [save-to-spotify](./skills/save-to-spotify) | Producing polished audio episodes with narration, cover art, timeline companions, show notes, and Save to Spotify CLI workflows |\n| [searching-sourcegraph](./skills/searching-sourcegraph) | Searching and navigating code with Sourcegraph MCP tools, including keyword search, semantic search, references, definitions, commits, diffs, and Deep Search |\n| [sentry-cli](./skills/sentry-cli) | Using the Sentry CLI for issues, events, traces, logs, releases, projects, organizations, API calls, authentication, and local Spotlight workflows |\n| [session-report](./skills/session-report) | Generating self-contained HTML usage reports from Claude Code session transcripts, including token usage, cache behavior, subagent activity, skill usage, and expensive prompts |\n| [site-specification](./skills/site-specification) | Extracting structured website specifications from theme or site descriptions, including site brief, audience, layout notes, brand tone, and typography guidance |\n| [skill-creator](./skills/skill-creator) | Creating, improving, evaluating, benchmarking, packaging, and optimizing Agent Skills with bundled schemas, graders, scripts, and review tooling |\n| [spanner-data](./skills/spanner-data) | Exploring Spanner database structure, discovering schema objects, and executing SQL through bundled Node scripts |\n| [teamcity-cli](./skills/teamcity-cli) | Driving TeamCity CI/CD from the terminal with the `teamcity` CLI for builds, logs, jobs, queues, agents, pools, projects, pipelines, and REST API calls |\n| [ui5-typescript-conversion](./skills/ui5-typescript-conversion) | Converting SAPUI5/OpenUI5 JavaScript projects to TypeScript while preserving comments, types, XMLView assumptions, tests, and UI5 project conventions |\n| [use-railway](./skills/use-railway) | Operating Railway infrastructure, including signup/login, project and service creation, deployments, variables, domains, logs, metrics, docs, and agent tooling |\n| [vibe-prospecting](./skills/vibe-prospecting) | Finding company and contact data, building lead lists, enriching prospects, researching accounts, and chaining prospecting workflows through the Vibe Prospecting CLI |\n| [endor-setup](./skills/endor-setup) | Installing and authenticating `endorctl`, handling namespace selection, and running Endor Labs security scans from non-interactive agent shells |\n| [windsor-ai-business-data](./skills/windsor-ai-business-data) | Querying Windsor.ai business data across marketing, sales, CRM, ecommerce, finance, and analytics connectors for dashboards, reports, and schema exploration |\n| [data-analyst](./skills/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 |\n\n## Repository Layout\n\n```\nskills/\n  cline-sdk/        -> .vendor/sdk-skill/skill/cline-sdk   (git submodule, see below)\n  review-team/      Multi-reviewer code review fleet\n  linear-sdk-scripting/   Drive Linear via the @linear/sdk in Node scripts\n  data-analyst/           Interactive ClickHouse data analyst\n    skills/clickhouse/              Sub-skill: connect + query via clickhousectl\n    skills/reading-data-dict/       Sub-skill: resolve metric definitions\n    skills/steering-user-elicitation/  Sub-skill: clarify before querying\n    skills/analyzer/                Sub-skill: turn results into findings\n    skills/plotting/                Sub-skill: charts and visual artifacts\n    skills/artifact-management/     Sub-skill: save and describe outputs\n    skills/clickhouse-best-practices/  -> .vendor/clickhouse-agent-skills (official, see below)\n    skills/chdb-sql/                   -> .vendor/clickhouse-agent-skills\n    skills/chdb-datastore/             -> .vendor/clickhouse-agent-skills\n    skills/clickhousectl-local-dev/    -> .vendor/clickhouse-agent-skills\n    skills/clickhousectl-cloud-deploy/ -> .vendor/clickhouse-agent-skills\n    skills/clickhouse-architecture-advisor/      -> .vendor/clickhouse-agent-skills\n    skills/clickhouse-js-node-coding/            -> .vendor/clickhouse-agent-skills\n    skills/clickhouse-js-node-troubleshooting/   -> .vendor/clickhouse-agent-skills\n.vendor/\n  sdk-skill/                 Submodule of https://github.com/cline/sdk-skill\n  clickhouse-agent-skills/   Submodule of https://github.com/ClickHouse/agent-skills (Apache-2.0)\n```\n\n`skills/cline-sdk` is a symlink into the [`cline/sdk-skill`](https://github.com/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`](https://github.com/ClickHouse/agent-skills) submodule (Apache-2.0). To pull the latest:\n\n```\ngit submodule update --remote .vendor/sdk-skill\ngit submodule update --remote .vendor/clickhouse-agent-skills\n```\n\n## Contributing\n\nOpen a PR. New skills should follow the [Agent Skills spec](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills): a `SKILL.md` at the skill directory root with a frontmatter `name` and `description`, plus any supporting reference files.\n\n## License\n\n[Apache 2.0](./LICENSE)\n",
  "bytes": 11863,
  "sha": "2b21f13d38e41fc8a10e05415a78886e7689ef88934ca13f935af5e588494c08",
  "repo_slug": "cline/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_cline_skills_frontend_design_132b4514/readme"
}