Install
docmancer agent install cline
This installs the skill to:
| Path | Purpose |
|---|---|
~/.cline/skills/docmancer/SKILL.md | Primary Cline skill path |
Enable Skills in Cline
Cline requires you to enable skill discovery manually:
- Open VS Code
- Go to Cline Settings > Features
- Enable Skills
- 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.