New: Credits are here. One balance for web and MCP. See pricing

    Guides
    cline
    vs-code
    skill.md

    Best Cline Skills in 2026 — SKILL.md Skills for Cline

    The best SKILL.md skills for Cline, the open-source AI coding assistant for VS Code.

    June 4, 20264 min read
    Share:

    Best Cline Skills in 2026 — SKILL.md Skills for Cline

    The best SKILL.md skills for Cline, the open-source AI coding assistant for VS Code.

    Quick Answer: Cline reads SKILL.md files from .cline/skills/ in your project directory. Top picks: code-reviewer (447 installs), git-commit-writer (170 installs), env-doctor (86 installs). All free and compatible.

    Cline is an open-source VS Code extension that acts as an autonomous coding agent. It supports multiple LLM providers (Claude, GPT-4, local models) and reads the SKILL.md format. Skills give Cline structured instructions for tasks where the base model needs domain-specific guidance.

    Cline's distinctive feature is its autonomous mode where it can read files, write code, and run terminal commands without manual approval for each step. Skills that enforce verification and safety checks are particularly valuable here.

    Safety and verification

    Cline's autonomous mode makes safety-focused skills especially important.

    truth-first (11 installs) forces evidence-based verification of system state before making changes. When Cline is running autonomously, this prevents it from acting on assumptions. Free.

    codex-grade-coding (37 installs) enforces strict task classification and verification protocols. Slows the agent down to reduce errors. Free.

    security-first (8 installs) prevents vulnerabilities by forcing security framing and secure-by-default patterns early in the development process. Free.

    Recommended skills

    Code review

    code-reviewer (447 installs) reviews for bugs, security issues, and style violations. Use it to review Cline's autonomous output before committing. Free.

    pr-description-writer (85 installs) generates PR descriptions from your diff. Free.

    Git and documentation

    git-commit-writer (170 installs) writes conventional commits. Free.

    readme-generator (117 installs) generates complete README files. Free.

    changelog-generator (41 installs) creates release notes from git history. Free.

    Debugging

    env-doctor (86 installs) diagnoses startup failures. Free.

    lobster-debugging (6 installs) is a 4-phase framework for finding root causes. Free.

    How to install skills in Cline

    Place skills in .cline/skills/ in your project:

    your-project/
    ├── .cline/
    │   └── skills/
    │       └── code-reviewer/
    │           └── SKILL.md
    

    Cline loads skills at session startup.

    Browse all Cline-compatible skills on Agensi.