@vjlanguage/vj-doc-skills
v0.1.1
Published
CLI tool to install mcp-vj-docs usage skills into AI editor config directories (Copilot, Claude, Cursor, etc.)
Maintainers
Readme
@vjlanguage/vj-doc-skills
CLI tool to install mcp-vj-docs usage skills and instructions into AI editor config directories.
Supports: GitHub Copilot, Claude, Cursor — both workspace and personal scopes.
Installation
npm install -g @vjlanguage/vj-doc-skills
# or
npx @vjlanguage/vj-doc-skills installUsage
Install skills to your project
# Install to all workspace AI editor configs (Copilot, Claude, Cursor)
vjdoc-skills install
# Install to personal HOME directories only (~/.copilot, ~/.claude)
vjdoc-skills install --personal
# Install to all targets including personal/HOME directories
vjdoc-skills install --all
# Install to specific targets only
vjdoc-skills install -t copilot-skill claude
# Install in a specific project directory
vjdoc-skills install -d /path/to/projectCheck install status
vjdoc-skills listRemove installed skills
vjdoc-skills uninstall
vjdoc-skills uninstall --personal
vjdoc-skills uninstall -t cursorShow MCP server config examples
vjdoc-skills infoSupported Targets
| Target Name | Editor | Scope | Location |
|---|---|---|---|
| copilot-skill | GitHub Copilot | workspace | .github/skills/vjdoc/SKILL.md |
| copilot-instructions | GitHub Copilot | workspace | .github/instructions/vjdoc.instructions.md |
| claude | Claude Code | workspace | .claude/vjdoc-instructions.md |
| cursor | Cursor | workspace | .cursor/rules/vjdoc.mdc |
| copilot-personal | GitHub Copilot | personal | ~/.copilot/skills/vjdoc/SKILL.md |
| claude-personal | Claude Code | personal | ~/.claude/skills/vjdoc/SKILL.md |
What Gets Installed
Each skill file teaches AI assistants how to use the 5 mcp-vj-docs MCP tools:
vjdoc_crawl— Crawl & index a websitevjdoc_search— Search indexed documents (TF-IDF, LLM-optimized)vjdoc_add_corpus_file— Add custom text/md/pdf to search corpusvjdoc_get_docs_meta— Get metadata about indexed documentsvjdoc_get_document— Retrieve full document by URL or title
License
MIT
