integrations

Cline Integration

Connect Docmancer to Cline in VS Code so it starts from the same local memory as every other coding agent on your machine.

Install

docmancer agent install cline

This installs the skill to:

PathPurpose
~/.cline/skills/docmancer/SKILL.mdPrimary Cline skill path

Enable Skills in Cline

Cline requires you to enable skill discovery manually:

  1. Open VS Code
  2. Go to Cline Settings > Features
  3. Enable Skills
  4. Restart VS Code

Cline discovers skills from ~/.cline/skills/ globally and .cline/skills/ in the current workspace.

Project-local installation

Install the skill in the current project instead of globally:

docmancer agent install cline --project

This creates the skill at .cline/skills/docmancer/SKILL.md in your project directory. Cline discovers workspace-level skills automatically when the Skills feature is enabled.

Verify

docmancer status

Look for the cline entry under agent delivery.

Verify with one prompt

Ask Cline: Before changing deployment code, recall what we decided about production hosting.

The expected behaviour is a project-scoped memory query before edits and a short grounded response. If the decision changes, record the replacement as durable project memory after the task.

Add docs and query

Make sure you have documentation indexed:

docmancer docs add https://docs.pytest.org

Then open Cline in VS Code and ask about the docs. The installed skill teaches Cline to call docmancer docs query and retrieve relevant sections from your local index.