@erdemtuna/markdown-commenter
v0.1.1
Published
CLI installer for Markdown Commenter Copilot skill and agent
Maintainers
Readme
Markdown Commenter CLI
CLI installer for the Markdown Commenter Copilot skill and agent.
Installation
Install to GitHub Copilot CLI:
npx @erdemtuna/markdown-commenter install copilotThis installs:
- Agent:
~/.copilot/agents/Annotate.agent.md - Skill:
~/.copilot/skills/annotate/SKILL.md
Usage
After installation, the annotation agent is available in Copilot CLI:
# Start annotation workflow
@annotate path/to/document.md
# Get help
@annotate helpCommands
install
Install skill and agent to target platform:
markdown-commenter install copilotuninstall
Remove installed skill and agent:
markdown-commenter uninstalllist
Show current installation info:
markdown-commenter listWhat Gets Installed
| File | Location |
|------|----------|
| Annotate.agent.md | ~/.copilot/agents/ |
| SKILL.md | ~/.copilot/skills/annotate/ |
VS Code Users
If you use VS Code, install the Markdown Commenter extension instead. It provides the same functionality through VS Code's Copilot Chat.
License
MIT
