mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-09 17:31:19 +00:00
|
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
GitNexus Index / index (push) Waiting to run
GitNexus Index / post-index (push) Blocked by required conditions
* feat: Add deployment skill directory * chore: Address deployment skill review feedback * fix: Include deployment skill file metadata * test: Add deployment skills e2e smoke test |
||
|---|---|---|
| .. | ||
| README.md | ||
Deployment Skills
Place shared deployment skills in this directory. Each skill should live in its own folder with a
SKILL.md file, for example:
skill/
my-shared-skill/
SKILL.md
references/
notes.md
These skills are loaded at server startup, exposed read-only to all users with Skills enabled, and are not persisted as Skill documents in MongoDB.