Skip to main content

Developer Hub

Agent Skills

A focused guide for the agent skills stage of extension development. coc.nvim extensions expose an activate(context) entry point to the Node.js extension host.

Agent skills for extension maintenance

coc-skills contains agent playbooks for creating, testing, auditing, synchronizing, and releasing coc.nvim extension repositories. These skills guide coding agents; they are not loaded by coc.nvim.

Terminal
1# Inspect the available skills
2npx skills@latest add neoclide/coc-skills --list
3 
4# Install the coordinator skill for Codex
5npx skills@latest add neoclide/coc-skills --skill coc-workflow --agent codex --global --yes