Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions skill/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: knowledge
description: >
Gives you access to documentation and knowledge bases, allowing you to query and retrieve information from them. Perfect for when you need to understand APIs, libraries or specific concepts.
license: MIT
metadata:
version: "${VERSION}"
repository: https://github.com/mrsimpson/agentic-knowledge-mcp
author: mrsimpson
requires-mcp-servers:
- name: agentic-knowledge
package: "@codemcp/knowledge"
description: "Exposes locally stored docs"
command: npx
args: ["-y", "@codemcp/knowledge"]
---
Loading