Skip to main content

my-skill

One-line summary of what this skill does, including natural trigger phrases. Use when the user says "my-skill", "do X", or needs Y.

설치로 이동

소스 정보

저장소
mrzhangguoguo/oh-my-workbuddy
최근 소스 활동
2026년 7월 8일 07:14
감지된 SKILL.md 언어
영어
스타
2
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
my-skill
category
execution
status
active
description
One-line summary of what this skill does, including natural trigger phrases. Use when the user says "my-skill", "do X", or needs Y.
agent_created
true
triggers
["my-skill","do x","needs y"]
> Ported from oh-my-codex `<name>` (delete this line if not a port). > OMX runtime conventions (`$macro` invocation, `omx` CLI, `.omx/` state directory) > are replaced with WorkBuddy idioms (Skill tool, Agent tool, task list, `.workbuddy/memory`). # My Skill One-paragraph purpose: what this skill accomplishes and when it should activate. ## When to Use - Trigger condition 1 - Trigger condition 2 ## Do Not Use When - Anti-condition 1 (route to another skill instead) ## Workflow 1. Step one — concrete action with the WorkBuddy tool to use (e.g. "Read the relevant files", "spawn an Agent with subagent_type=Explore"). 2. Step two — decision point and criteria. 3. Step three — produce the handoff artifact (e.g. append to `.workbuddy/memory/YYYY-MM-DD.md`). ## Output / Handoff - Describe the deliverable: a file path, a memory note, a task-list update, etc. ## Notes - Keep WorkBuddy-native: prefer the Skill tool, Agent tool, TeamCreate, SendMessage, Task tools, `.workbuddy/` paths. - Do NOT leave Codex/tmux/`omx`-CLI instructions.
GitHub에서 보기