Skip to content

Commit 6405880

Browse files
committed
feat: expose skill
1 parent 69de244 commit 6405880

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

skill/SKILL.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: knowledge
3+
description: >
4+
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.
5+
license: MIT
6+
metadata:
7+
version: "${VERSION}"
8+
repository: https://github.com/mrsimpson/agentic-knowledge-mcp
9+
author: mrsimpson
10+
requires-mcp-servers:
11+
- name: agentic-knowledge
12+
package: "@codemcp/knowledge"
13+
description: "Exposes locally stored docs"
14+
command: npx
15+
args: ["-y", "@codemcp/knowledge"]
16+
---

0 commit comments

Comments
 (0)