You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_doc/skills_guide.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ skills:
76
76
> [!TIP]
77
77
> Option A is recommended for most deployments. Use Option B when you need to selectively include specific skills from a larger collection.
78
78
79
-
See [examples/lightspeed-stack-skills.yaml](../examples/lightspeed-stack-skills.yaml) for a complete configuration example.
79
+
See [examples/lightspeed-stack-skills.yaml](https://github.com/lightspeed-core/lightspeed-stack/blob/main/examples/lightspeed-stack-skills.yaml) for a complete configuration example.
80
80
81
81
# Skill Directory Structure
82
82
@@ -281,6 +281,6 @@ The system prompt contains behavioral instructions telling the LLM how to use th
281
281
282
282
- [Agent Skills Specification](https://agentskills.io/specification) — the open standard for skill format
- [Feature Design Document](design/agent-skills/agent-skills.md) — internal design spec for the Lightspeed Core implementation
285
-
- [Example Skills](../examples/skills/) — working example skills
286
-
- [Example Configuration](../examples/lightspeed-stack-skills.yaml) — example `lightspeed-stack.yaml` with skills configured
284
+
- [Feature Design Document](../design/agent-skills/agent-skills.md) — internal design spec for the Lightspeed Core implementation
285
+
- [Example Skills](https://github.com/lightspeed-core/lightspeed-stack/tree/main/examples/skills) — working example skills
286
+
- [Example Configuration](https://github.com/lightspeed-core/lightspeed-stack/blob/main/examples/lightspeed-stack-skills.yaml) — example `lightspeed-stack.yaml` with skills configured
0 commit comments