Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .opencode/skills/convert-cc-defs/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Skills provide specialized knowledge and step-by-step guidance for specific task
<LinkCard title="Agent Native Architecture" description="Build applications where agents are first-class citizens." href="/systematic/reference/skills/agent-native-architecture/" />
<LinkCard title="Brainstorming" description="Explore user intent, approaches, and design decisions before planning." href="/systematic/reference/skills/brainstorming/" />
<LinkCard title="Compound Docs" description="Compound documentation patterns and conventions." href="/systematic/reference/skills/compound-docs/" />
<LinkCard title="Create Agent Skills" description="Expert guidance for creating OpenCode skills and slash commands." href="/systematic/reference/skills/create-agent-skills/" />
<LinkCard title="Create Agent Skill" description="Expert guidance for creating OpenCode skills and slash commands." href="/systematic/reference/skills/create-agent-skill/" />
<LinkCard title="Document Review" description="Refine brainstorm or plan documents before proceeding." href="/systematic/reference/skills/document-review/" />
<LinkCard title="File Todos" description="Track and manage file-level todo items." href="/systematic/reference/skills/file-todos/" />
<LinkCard title="Frontend Design" description="Create distinctive, production-grade frontend interfaces." href="/systematic/reference/skills/frontend-design/" />
Expand Down
2 changes: 1 addition & 1 deletion registry/files/profiles/omo/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion registry/files/profiles/standalone/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading