rename docs/guide.md to docs/standard.md, update all references

This commit is contained in:
lyn
2026-04-17 14:18:23 +00:00
parent bec308fd06
commit db3539917c
5 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ ClawSkills management and collaboration suite — scripts and workflows for usin
> **All skill-related documentation must be written in English.**
> When creating, improving, or correcting skills, always use English for all documentation, descriptions, and guides.
For additional guidance, see `{baseDir}/docs/guide.md`.
For additional guidance, see `{baseDir}/docs/standard.md`.
## Skill Structure

View File

@@ -6,7 +6,7 @@ Used when you notice patterns or workflows that could improve efficiency but hav
Not every repetitive task needs to become a skill. Ask first: is this pattern general enough to warrant abstraction?
> See `{baseDir}/docs/guide.md` for skill structure and writing requirements.
> See `{baseDir}/docs/standard.md` for skill structure and writing requirements.
## Process

View File

@@ -6,7 +6,7 @@ Used when a skill or its scripts fail to produce expected results, or throw erro
**Do not resort to workarounds lightly.** Identify the root cause first, then fix properly.
> See `{baseDir}/docs/guide.md` for skill structure and writing requirements.
> See `{baseDir}/docs/standard.md` for skill structure and writing requirements.
## Process

View File

@@ -17,7 +17,7 @@ Improvement is better than workaround. Fix problems when you find them, so other
- Improving or correcting existing skills
- Any other documentation within skills
> See `{baseDir}/docs/guide.md` for skill structure and writing requirements.
> See `{baseDir}/docs/standard.md` for skill structure and writing requirements.
## Process