From 4241cbdb321f5870bbdbcd60fd8146f19df1342e Mon Sep 17 00:00:00 2001
From: fro-bot <80104189+fro-bot@users.noreply.github.com>
Date: Thu, 26 Mar 2026 04:21:15 +0000
Subject: [PATCH] =?UTF-8?q?fix(docs):=20update=20create-agent-skills=20?=
=?UTF-8?q?=E2=86=92=20create-agent-skill=20references?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Fix stale skill name references across registry profiles and docs:
- registry/files/profiles/omo/AGENTS.md: skill name in table
- registry/files/profiles/standalone/AGENTS.md: skill name in table
- .opencode/skills/convert-cc-defs/SKILL.md: skill reference in usage guidance
- docs/plans/2026-02-12-reference-sidebar-badges-and-index-pages-plan.md: LinkCard href
---
.opencode/skills/convert-cc-defs/SKILL.md | 2 +-
.../2026-02-12-reference-sidebar-badges-and-index-pages-plan.md | 2 +-
registry/files/profiles/omo/AGENTS.md | 2 +-
registry/files/profiles/standalone/AGENTS.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.opencode/skills/convert-cc-defs/SKILL.md b/.opencode/skills/convert-cc-defs/SKILL.md
index b9c8681..af2d364 100644
--- a/.opencode/skills/convert-cc-defs/SKILL.md
+++ b/.opencode/skills/convert-cc-defs/SKILL.md
@@ -18,7 +18,7 @@ Import and convert agent, skill, and command definitions written in Claude Code
## When NOT to Use
-- Writing new Systematic-native skills/agents/commands (use `create-agent-skills` skill instead)
+- Writing new Systematic-native skills/agents/commands (use `create-agent-skill` skill instead)
- Editing existing bundled content that has no upstream source
- Converting definitions for a different project (use the CLI: `systematic convert`)
diff --git a/docs/plans/2026-02-12-reference-sidebar-badges-and-index-pages-plan.md b/docs/plans/2026-02-12-reference-sidebar-badges-and-index-pages-plan.md
index 373fdb4..a3bc127 100644
--- a/docs/plans/2026-02-12-reference-sidebar-badges-and-index-pages-plan.md
+++ b/docs/plans/2026-02-12-reference-sidebar-badges-and-index-pages-plan.md
@@ -144,7 +144,7 @@ Skills provide specialized knowledge and step-by-step guidance for specific task
-
+
diff --git a/registry/files/profiles/omo/AGENTS.md b/registry/files/profiles/omo/AGENTS.md
index a1db1f1..bee4923 100644
--- a/registry/files/profiles/omo/AGENTS.md
+++ b/registry/files/profiles/omo/AGENTS.md
@@ -137,7 +137,7 @@ Results documented in compound-docs
| `brainstorming` | `/systematic:brainstorming` | Explore features, requirements |
| `git-worktree` | `/systematic:git-worktree` | Isolated parallel development |
| `frontend-design` | `/systematic:frontend-design` | Production-grade UI implementation |
-| `create-agent-skills` | `/systematic:create-agent-skill` | Author new skills |
+| `create-agent-skill` | `/systematic:create-agent-skill` | Author new skills |
## Key Commands
diff --git a/registry/files/profiles/standalone/AGENTS.md b/registry/files/profiles/standalone/AGENTS.md
index 9b2e746..10a4cbc 100644
--- a/registry/files/profiles/standalone/AGENTS.md
+++ b/registry/files/profiles/standalone/AGENTS.md
@@ -88,7 +88,7 @@ Full workflow from plan to execution:
| `git-worktree` | Isolated parallel development with git |
| `frontend-design` | Production-grade UI implementation |
| `agent-native-architecture` | Design systems where agents are first-class |
-| `create-agent-skills` | Author new skills for your workflow |
+| `create-agent-skill` | Author new skills for your workflow |
## Specialized Agents