-
Notifications
You must be signed in to change notification settings - Fork 10
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 1 commit
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 |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| --- | ||
| title: "Skills" | ||
|
gkorland marked this conversation as resolved.
Outdated
|
||
| nav_order: 7 | ||
|
gkorland marked this conversation as resolved.
Outdated
|
||
| 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: | ||
|
|
||
|
Comment on lines
+8
to
+11
|
||
| - **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 | ||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
|
||
|
|
||
| Clone the repo 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). | ||
Uh oh!
There was an error while loading. Please reload this page.