opencode-skill-creation
Create OpenCode skills that validate and load correctly.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Create OpenCode skills that validate and load correctly.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Never run Docker containers as root. Enforce USER directive in Dockerfiles and user: in compose files. Database images are the only exception.
Handle packages migrating between pnpm workspaces. Clean stale root copies, update workspace configs, fix broken workspace:* references.
Recover lost source files from pi session history when files were deleted but never committed to git.
Improve the Hormuz clock model through new signal classes, schema changes, uncertainty modeling, and better rendering or branch logic
Revise fork-tax protocols so they assume concurrent agents by default in shared workspaces, forbid destructive repo-wide cleanup of unrelated dirt, and require path-scoped staging plus explicit blocker recording.
Persist the full working state into git (commit + tag + push + manifest artifacts) as a deterministic handoff snapshot. Use when the user requests Π / fork tax / full dump.
| name | opencode-skill-creation |
| description | Create OpenCode skills that validate and load correctly. |
Create new OpenCode skills that validate, load reliably, and follow repo conventions.
.opencode/..opencode/skill/ and ~/.pi/agent/skills/.AGENTS.md skill list and any local agent guidance..opencode/skill/<name>/SKILL.md~/.config/opencode/skill/<name>/SKILL.md.claude/skills/<name>/SKILL.md~/.claude/skills/<name>/SKILL.mdSKILL.md must begin with YAML frontmatter. Only these fields are recognized: name, description, license, compatibility, metadata.--.opencode/skill/skill-authoring/SKILL.md for the standard template.~/.pi/agent/skills/<name>/SKILL.md so Codex can load it.SKILL.md starts with OpenCode-compatible frontmatter.mkdir -p .opencode/skill/<name>ln -s ~/.pi/agent/skills/<name>/SKILL.md .opencode/skill/<name>/SKILL.mdAGENTS.md to reference the new skill.~/.pi/agent/skills/<name>/SKILL.md..opencode/skill/<name>/SKILL.md.AGENTS.md entries referencing the new skill..opencode/skill/skill-authoring/SKILL.mdAGENTS.md