skill
Manage local WorkBuddy skills - list, add, remove, search, edit, info, sync, setup. Use for skill authoring and inventory.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage local WorkBuddy skills - list, add, remove, search, edit, info, sync, setup. Use for skill authoring and inventory.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run a regression-tests-first, smell-by-smell deslop/refactor workflow that preserves behavior and raises signal quality. Use when the user asks to "cleanup", "refactor", "deslop", or when follow-up code has duplicates, dead code, weak boundaries, or fallback-like slop.
Run read-only deep repository analysis and return a ranked synthesis with explicit confidence, concrete file references, and clear evidence-vs-inference boundaries. Use when a user says "analyze", "investigate", "why does", "what's causing", or needs grounded cross-file explanation before any changes are proposed.
Deprecated compatibility shim for Claude advisor requests. Use `ask` with the claude backend instead.
Deprecated compatibility shim for Gemini advisor requests. Use `ask` with the gemini backend instead.
Ask a locally installed external advisor CLI (Claude or Gemini) for focused questions, reviews, brainstorming, or second opinions, and capture a reusable artifact. Use when the user wants a Claude/Gemini second opinion, "ask claude", or "ask gemini".
Strict autonomous delivery loop that runs deep-interview, ralplan, ultragoal, code-review, and ultraqa in order with automatic re-planning when gates are not clean. Use on "autopilot", "autonomous", "build me", "create me", "make me", "full auto", "handle it all", or "I want a/an…".
| name | skill |
| category | utility |
| status | active |
| description | Manage local WorkBuddy skills - list, add, remove, search, edit, info, sync, setup. Use for skill authoring and inventory. |
| agent_created | true |
| triggers | ["skill list","create a skill","add skill","remove skill","search skills","skill management"] |
Ported from oh-my-codex
skill. OMX runtime conventions ($macroinvocation,omxCLI,.omx/state directory) are replaced with WorkBuddy idioms (Skill tool, Agent tool, task list,.workbuddy/memory).
Meta-skill for managing WorkBuddy skills via CLI-like subcommands. WorkBuddy skills are just directories containing a SKILL.md with YAML frontmatter.
Two scopes:
~/.workbuddy/skills/<name>/SKILL.md (available across all projects).workbuddy/skills/<name>/SKILL.md (committed with the repo, team-shared)Show all local skills organized by scope.
~/.workbuddy/skills/ and .workbuddy/skills/ with Glob (**/SKILL.md).name, description, triggers).Interactive wizard for creating a new skill.
description.triggers (comma-separated keywords).user or project.---
name: <name>
description: <one sentence: what it does + when to use + trigger keywords>
agent_created: true
triggers: ["<trigger1>", "<trigger2>"]
---
# <Name> Skill
## Purpose
[Describe what this skill does]
## When to Activate
[Describe triggers and conditions]
## Workflow
1. [Step 1]
2. [Step 2]
## Examples
[Usage examples]
/skill edit <name> to customize content."Remove a skill by name.
<name>/SKILL.md.Edit an existing skill interactively.
description | triggers | content | rename | cancel.Search skills by name, description, triggers, or full content (case-insensitive).
Grep with the query across both skill directories.Show detailed info about one skill: scope, description, triggers, file path, and full content (read the file).
Compare user and project scopes and report sync opportunities (user-only, project-only, common). For any desired copy, ask for confirmation before moving files between scopes. Never overwrite without confirmation.
Guided wizard.
Bash mkdir -p if missing)./skill list scan and show the inventory./skill add/skill listQuick scan of both skill directories (subset of /skill setup without the wizard).
When creating a skill, you may reuse these proven shapes (express frontmatter in WorkBuddy format — name, description, agent_created: true, triggers):
Good skills are: Non-Googleable (codebase-specific), Context-Specific (real files/errors), Actionable with Precision (exact what + where), and Hard-Won (required real debugging effort).
Every command must handle: missing directory, permission errors, malformed YAML, duplicate names, invalid names (spaces/special chars). Report clearly:
✗ Error: <clear message>
→ Suggestion: <helpful next step>
add/edit.