Vibeleaderboard
Index / tool
Visit github.com
Category
AI Agents
Rank
No. 1612Tools index

Previous survey · No. 1617 ·

Pricing
Open Source
Type
TOOL
Builder
cline
GitHub
10 stars
Date

About

Official @cline/sdk skill for building agents with the Cline SDK.

What it does

It gives coding assistants a routed reference for choosing and using two Cline agent runtimes. Decision trees direct the assistant toward focused guidance for tools, events, providers, plugins, scheduling, multi-agent work, deployment, and troubleshooting.

Why it's ranked here

The skill is useful because it captures distinctions that commonly break integrations: runtime selection, incompatible event shapes, separate plugin models, tool policy timing, and different result formats. Its value comes from precise operational guidance, not executable features.

What's good

The documentation pairs quick decisions with deeper API, pattern, and troubleshooting material. It clearly separates lightweight in-memory agents from persistent sessions, explains approval behavior, identifies cleanup requirements, and warns that custom tool timeout and retry metadata are not automatically enforced.

Tradeoffs

This is reference material, not the SDK runtime, so users must install the SDK separately. The full runtime requires Node.js 22 or later. Browser use needs a lower-level package, and developers must navigate two event systems, two plugin shapes, and distinct result formats.

How to use it well

Use it when an AI coding assistant is implementing or debugging a Cline-based TypeScript agent, especially around tools, streaming, persistence, plugins, or production controls. Start with the runtime decision tree, then load only relevant references. It does not replace the SDK package, provider credentials, application tests, or full hosted documentation.

Technical notes+

skill/cline-sdk/SKILL.md supplies the manifest, critical rules, package map, and routing trees. skill/cline-sdk/references/agent/REFERENCE.md describes the in-memory Agent loop, while skill/cline-sdk/references/clinecore/api.md covers persistent sessions and resource disposal. skill/cline-sdk/references/events/REFERENCE.md distinguishes AgentRuntimeEvent, AgentEvent, and CoreSessionEvent. skill/cline-sdk/references/tools/REFERENCE.md documents custom and built-in tools, policies, completion lifecycle, abort handling, output caps, and MCP integration. skill/cline-sdk/references/plugins/REFERENCE.md separates direct Agent runtime plugins from ClineCore AgentPlugin extensions.

Observed

License
Apache License 2.0
Artifact type
Markdown reference skill with TypeScript API examples
Skill install surface
Install through npx skills, or clone and symlink into an assistant skill directory
SDK install surface
npm package @cline/sdk
Runtime interfaces
Lightweight in-memory Agent library and persistent ClineCore session library
Runtime requirement
ClineCore and @cline/core require Node.js 22 or later
Browser support
Browser-compatible Agent usage is available through @cline/agents
Assistant support
Cline CLI, Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Goose, OpenCode, and Windsurf

Read from README.md, LICENSE, skill/cline-sdk/SKILL.md, skill/cline-sdk/references/agent/api.md, skill/cline-sdk/references/agent/gotchas.md, skill/cline-sdk/references/clinecore/api.md, skill/cline-sdk/references/agent/patterns.md, skill/cline-sdk/references/agent/REFERENCE.md, skill/cline-sdk/references/tools/REFERENCE.md, skill/cline-sdk/references/events/REFERENCE.md, skill/cline-sdk/references/clinecore/gotchas.md, skill/cline-sdk/references/plugins/REFERENCE.md.

What it can do

  • Initialize Cline SDK project

    Project configuration parametersConfigured Cline SDK project structure

  • Create agent scaffolding

    Agent specifications and requirementsBasic agent code template and structure

  • Generate SDK integration code

    API endpoints and service definitionsIntegration code connecting to Cline SDK services

  • Build agent workflows

    Workflow definitions and logic flowsExecutable agent workflow implementations

  • Configure agent capabilities

    Capability requirements and parametersAgent configuration with enabled capabilities

  • Generate agent deployment scripts

    Deployment environment specificationsDeployment scripts and configuration files

Tags

clinesdkagentskill

Comments (0)

No comments yet

Editorially curated, with community endorsements as a secondary signal. Corrections welcome.