mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 07:42:39 +02:00
feat: initialize agent and claude skill libraries with comprehensive knowledge bases, workflow templates, and implementation artifacts.
This commit is contained in:
parent
956d8c6322
commit
b35b4337bb
2028 changed files with 565614 additions and 0 deletions
|
|
@ -0,0 +1,30 @@
|
|||
# Capabilities
|
||||
|
||||
## Built-in
|
||||
|
||||
| Code | Name | Description | Source |
|
||||
|------|------|-------------|--------|
|
||||
{capabilities-table}
|
||||
|
||||
{if-evolvable}
|
||||
## Learned
|
||||
|
||||
_Capabilities added by the owner over time. Prompts live in `capabilities/`._
|
||||
|
||||
| Code | Name | Description | Source | Added |
|
||||
|------|------|-------------|--------|-------|
|
||||
|
||||
## How to Add a Capability
|
||||
|
||||
Tell me "I want you to be able to do X" and we'll create it together.
|
||||
I'll write the prompt, save it to `capabilities/`, and register it here.
|
||||
Next session, I'll know how. Load `./references/capability-authoring.md` for the full creation framework.
|
||||
{/if-evolvable}
|
||||
|
||||
## Tools
|
||||
|
||||
Prefer crafting your own tools over depending on external ones. A script you wrote and saved is more reliable than an external API. Use the file system creatively.
|
||||
|
||||
### User-Provided Tools
|
||||
|
||||
_MCP servers, APIs, or services the owner has made available. Document them here._
|
||||
Loading…
Add table
Add a link
Reference in a new issue