From 6405880dfe3a10a08f620c8cf84f67fdddd74f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20J=C3=A4gle?= Date: Thu, 26 Feb 2026 10:28:51 +0100 Subject: [PATCH] feat: expose skill --- skill/SKILL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 skill/SKILL.md diff --git a/skill/SKILL.md b/skill/SKILL.md new file mode 100644 index 0000000..91532b9 --- /dev/null +++ b/skill/SKILL.md @@ -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"] +---