.cursor/skills/register-doc-sources/SKILL.md
Registers remote documentation URLs in project-level .cursor/config.json and processes them for active use. Use when the user provides doc sources, asks to add/index docs, or requests @doc handles with suggested titles.
npx skillsauth add doesitscript/dotfile-vnext register-doc-sourcesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Add user-provided remote docs into project-level Cursor docs config in a repeatable way, with clean names and immediate processing.
<project-root>/.cursor/config.json.docs arrayname: doc handleurl: source URL.cursor/config.json.@doc <name>.Use lowercase kebab-case and keep names short but specific.
Priority order:
Recommended transformations:
-.the, and, guide only if name stays clear.inventory, precedence, roles, yaml, builtin.Examples:
https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html
-> ansible-inventory-guidehttps://docs.ansible.com/ansible/latest/reference_appendices/general_precedence.html
-> ansible-general-precedence@doc <name> -> <url>testing
Creates a zip archive from the project root while excluding .git and downloaded dependency/source folders. Use when the user asks to zip a project without git metadata or dependencies, including short trigger prompts like zipprojectroot, @zipprojectroot, archiveproject, or run zipprojectroot.
documentation
Reads .envrc, creates or updates .envrc.sample with sanitized placeholder values safe for committing, and ensures .envrc is in .gitignore. Use when adding secrets to .envrc, setting up a new project environment, creating a sample env file, protecting secrets from git, or when asked to sanitize, clean, or document environment variables.
testing
Stage only related work, exclude unrelated dirty files, and create one or more grouped multiline git commits with clear titles and bodies. Use when the user asks to add and commit current work cleanly, especially in a dirty worktree.
data-ai
Create, refine, close, and reference GitHub issues for concrete brainstorming, resumable work, next-state improvements, and feature follow-ups.