-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
Description
What would you like to see?
**Problem **
- Custom skill development currently happens outside AnythingLLM, requiring:
- Editing plugin.json using Notepad / VS Code
- Editing Node.js skill logic files in external editors
This breaks workflow, slows iteration.
Request
Add a Custom Skills UI in AnythingLLM with:
- In-app file editor for skill files
- Schema & runtime validation
Why
Keeps the entire skill workflow inside AnythingLLM and significantly improves developer experience.