KB Attach Links Skill
When to Use
Activate when the user wants to:
- •Add reference links to the knowledge base
- •Record documentation URLs for agent use
- •Organize external resources by topic
User Preferences
- •Check for
.github/copilot-preferences.ymlor.vscode/copilot-preferences.ymlfor custom KB conventions.
Steps
- •If
docs/AGENT_KB.mdexists, append links under the requested topic; else create it with "Allowed domains" and "Canonical links" sections. - •Do not fetch content. Record links + one-line notes (why relevant).
- •Print a change summary.
Guardrails
- •Do not fetch or validate the links — only record them.
- •Do not call CLIs or the network.