Skip to content

Commit c2a8331

Browse files
are-cesclaude
andcommitted
LCORE-2077: Clarify Agent Skills is an upcoming feature
Add upcoming notices to README and skills guide since the feature is not yet implemented. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 45d5717 commit c2a8331

2 files changed

Lines changed: 8 additions & 15 deletions

File tree

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -727,24 +727,14 @@ customization:
727727
728728
By default, clients may specify `model` and `provider` in `/v1/query` and `/v1/streaming_query`. Override is permitted only to callers granted the `MODEL_OVERRIDE` action via the authorization rules. Requests that include `model` or `provider` without this permission are rejected with HTTP 403.
729729
730-
## Agent Skills
731-
732-
Agent Skills allow product teams to extend Lightspeed Core with specialized instructions and domain knowledge that the LLM can load on demand. Skills follow the [Agent Skills open standard](https://agentskills.io) and are packaged as portable directories containing a `SKILL.md` file.
733-
734-
Skills are configured by specifying paths to skill directories in `lightspeed-stack.yaml`:
735-
736-
```yaml
737-
skills:
738-
paths:
739-
- "/var/skills/" # Directory containing skill subdirectories
740-
```
741-
742-
Each skill directory must contain a `SKILL.md` file with YAML frontmatter (`name` and `description`) followed by Markdown instructions. The LLM discovers available skills via tool calls and loads instructions on demand.
730+
## Agent Skills (Upcoming)
743731
744732
> [!NOTE]
745-
> Skills are configured by product teams at deployment time. End users do not have the ability to add skills.
733+
> Agent Skills is an upcoming feature. The documentation below describes the planned design.
734+
735+
Agent Skills will allow product teams to extend Lightspeed Core with specialized instructions and domain knowledge that the LLM can load on demand. Skills follow the [Agent Skills open standard](https://agentskills.io) and are packaged as portable directories containing a `SKILL.md` file.
746736
747-
For the full configuration guide, skill authoring instructions, and examples, see the [Agent Skills Guide](docs/skills_guide.md).
737+
For the planned configuration guide, skill authoring instructions, and examples, see the [Agent Skills Guide](docs/skills_guide.md).
748738
749739
## Safety Shields
750740

docs/skills_guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Agent Skills Guide
22

3+
> [!NOTE]
4+
> Agent Skills is an upcoming feature. This guide describes the planned design and will be updated when the feature is available.
5+
36
This guide covers how to configure Agent Skills in Lightspeed Core Stack and how to author your own skills.
47

58
---

0 commit comments

Comments
 (0)