-
Notifications
You must be signed in to change notification settings - Fork 9
Create skills.md for FalkorDB Agent Skill documentation #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
bb0b626
de3c44e
fc915d5
d575a5c
392f9b4
243978c
5e9b796
cdd725c
cc9e985
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -293,6 +293,7 @@ replaceRegEx | |
| rgraph | ||
| rueidis | ||
| runtime | ||
| runnable | ||
| rustis | ||
| sbin | ||
| selectGraph | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| --- | ||
| title: "FalkorDB Skills" | ||
| parent: "GenAI Tools" | ||
| nav_order: 8 | ||
| description: "Practical FalkorDB guidance packaged as an Agent Skill. Give your AI coding assistant deep knowledge of FalkorDB -- Cypher queries, user-defined functions, Docker operations, indexing, and more." | ||
| --- | ||
|
|
||
| # FalkorDB Skills | ||
|
|
||
| [FalkorDB Skills](https://github.com/FalkorDB/skills) is an [Agent Skill](https://agentskills.io) that gives your AI coding assistant accurate, up-to-date knowledge of FalkorDB. It covers **27 runnable examples** across three categories: | ||
|
|
||
| - **Cypher** (16 skills) -- node/relationship CRUD, MERGE, parameterized queries, EXPLAIN/PROFILE, range/full-text/vector indexes, constraints, and known limitations | ||
| - **UDFs** (5 skills) -- load, call, list, and delete JavaScript user-defined function libraries | ||
| - **Docker Ops** (6 skills) -- run FalkorDB with browser UI, server-only mode, authentication, module config, and Docker Compose | ||
|
|
||
| ## Usage | ||
|
gkorland marked this conversation as resolved.
|
||
|
|
||
| Clone the repository into your project and point your AI assistant at SKILL.md: | ||
|
|
||
| ```bash | ||
| git clone https://github.com/FalkorDB/skills.git falkordb-skills | ||
| ``` | ||
|
Comment on lines
+18
to
+22
|
||
|
|
||
| Or download `SKILL.md` directly and load it into any LLM context window. | ||
|
|
||
| For more details, see the [full README](https://github.com/FalkorDB/skills). | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This new page isn’t referenced from
genai-tools/index.md’s “Topics in This Section” list (which currently links to the other child pages). Consider adding an entry there so readers can discover “Skills” from the section landing page.