Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
$pwd:
code-yeongyu
GitHub creator profile

code-yeongyu

Repository-level view of 45 collected skills across 15 GitHub repositories, including approximate occupation coverage.

skills collected
45
repositories
15
occupation fields
2
updated
2026-05-23
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
oh-my-openagent
13 skills · 2026-05-23
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوبمتخصصو إدارة المشاريعمحللو أمن المعلوماتمصممو واجهات الويب والرقمية
6 occupation categories · 100% classified
29%share
#02
sisyphus-private
11 skills · 2025-11-25
مديرو الشبكات وأنظمة الحاسوبمحللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمطوّرو الويبمتخصصو إدارة المشاريع
5 occupation categories · 100% classified
24%share
#03
pi-cua-integration
5 skills · 2026-05-13
مديرو الشبكات وأنظمة الحاسوبمطوّرو البرمجيات
2 occupation categories · 100% classified
11%share
#04
senpi
3 skills · 2026-05-15
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 occupation categories · 100% classified
6.7%share
#05
my-claude-code-harness
2 skills · 2025-11-24
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمبرمجو الحاسوب
3 occupation categories · 100% classified
4.4%share
#06
cc-plus
2 skills · 2025-11-01
مطوّرو البرمجيات
1 occupation categories · 100% classified
4.4%share
#07
pi-goal
1 skills · 2026-05-18
متخصصو إدارة المشاريع
1 occupation categories · 100% classified
2.2%share
#08
akiflow-cli
1 skills · 2026-02-03
مطوّرو البرمجيات
1 occupation categories · 100% classified
2.2%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
oh-my-openagent
13 skills59.1k4.8kupdated 2026-05-23
29% of creator
opencode-session-debugging
مطوّرو البرمجيات

Debug broken OpenCode sessions by locating sessions from an id, title, or directory, recursively inspecting child sessions, correlating transcripts, logs, background tasks, and current OpenCode source, then driving a TDD fix in an isolated PR worktree when code changes are needed. Use whenever the user mentions OpenCode session corruption, background task completion, child sessions, session ids, or a broken session transcript.

2026-05-23
work-with-pr
مطوّرو البرمجيات

Full PR lifecycle: always create a new git worktree, implement there, make atomic commits, open a PR to dev, and keep iterating until CI, review-work, Cubic, and GPT-5.2 xhigh PR review all pass. Never merge early. After a merge commit, delete the worktree. Use whenever implementation work needs PR delivery: create a PR, implement and PR, work-with-pr, land this, or implement end to end.

2026-05-23
security-research
محللو أمن المعلومات

Team Mode security research skill. Orchestrates 3 vulnerability hunters and 2 PoC engineers to audit a codebase in parallel, prove exploitability, classify root causes, and calibrate severity by actual exploitability. Use for security review, vulnerability research, exploitability audit, pre-release security check, threat model validation, and `/security-research`. Triggers: 'security-research', 'security research', 'security review', 'vulnerability audit', 'exploitability audit', '보안 리뷰', '취약점 감사'.

2026-05-23
publish
مديرو الشبكات وأنظمة الحاسوب

Publish oh-my-opencode to npm via GitHub Actions workflow. Argument: <patch|minor|major>. Triggers: publish, release, deploy, npm publish.

2026-05-13
get-unpublished-changes
مطوّرو البرمجيات

Compare HEAD with the latest published npm version and list all unpublished changes. Triggers: unpublished changes, changelog, what changed, whats new.

2026-05-13
omomomo
مطوّرو البرمجيات

Easter egg command - about oh-my-opencode. Triggers: omomomo, about, easter egg.

2026-05-13
remove-deadcode
مطوّرو البرمجيات

Remove unused code from this project with ultrawork mode, LSP-verified safety, atomic commits. Triggers: remove dead code, dead code, cleanup, remove unused.

2026-05-13
git-master
مديرو الشبكات وأنظمة الحاسوبمطوّرو البرمجيات

MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with task(category='quick', load_skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.

2026-04-04
Showing top 8 of 13 collected skills in this repository.
#002
sisyphus-private
11 skills50updated 2025-11-25
24% of creator
sisyphus-plan-writer
متخصصو إدارة المشاريع

Create YAML format work plans saved as .sisyphus/tasks/{name}.yaml with strict schema validation. Analyze user requirements, gather project context, and generate structured plans with verification specs. ALWAYS includes mandatory plan-reviewer verification. Use when users request YAML-based work planning or Sisyphus-compatible task breakdown.

2025-11-25
pr-creator
مطوّرو البرمجيات

GitHub Pull Request creation specialist. Analyzes user requirements to create PRs with structured titles and bodies matching the user's query language. Handles git change analysis, PR draft creation, user confirmation, and final PR creation via gh CLI.

2025-11-20
sisyphus-trigger
مديرو الشبكات وأنظمة الحاسوب

Activate when user expresses intent to start Sisyphus work (e.g., "okay then work like that", "let's execute this", "start working on this"). Extract ai-todolist.md content from GitHub comments/files, create branch, commit, and trigger GitHub Actions workflow. If no ai-todolist format found, load plan-writer skill instead.

2025-11-09
interactive-debugging
مطوّرو البرمجيات

Patterns for controlling interactive debuggers (pdb, ipdb, gdb, lldb, node debug) via terminalcp

2025-11-02
process-monitoring
مديرو الشبكات وأنظمة الحاسوب

Patterns for managing and monitoring long-running processes (builds, tests, servers, etc.) via terminalcp

2025-11-02
repl-interaction
مديرو الشبكات وأنظمة الحاسوب

Patterns for controlling REPL sessions (Python, IPython, Node.js, Ruby, etc.) via terminalcp

2025-11-02
tui-applications
مديرو الشبكات وأنظمة الحاسوب

Patterns for controlling TUI applications (vim, htop, tig, lazygit, etc.) via terminalcp

2025-11-02
browser-automation
محللو ضمان جودة البرمجيات والمختبرون

Common Playwright automation patterns for web testing and scraping via MCP

2025-10-20
Showing top 8 of 11 collected skills in this repository.
#003
pi-cua-integration
5 skills22updated 2026-05-13
11% of creator
cua-localhost
مديرو الشبكات وأنظمة الحاسوب

Drive the user's host machine directly through Cua, with no sandbox. Maps to Cua's Localhost API. Higher risk - the agent can click, type, and run shell commands on the real desktop. Use only when the user explicitly opts in and read the safety section first. Triggers - "control my computer", "click here", "use my real Chrome", "no sandbox", "내 컴퓨터 자동화".

2026-05-13
cua-control
مطوّرو البرمجيات

Mouse, keyboard, and scroll primitives for cua_click / cua_type / cua_key / cua_scroll. Reference for action shapes, modifier keys, key chord syntax, and screenshot-driven targeting workflows.

2026-05-13
cua-overview
مديرو الشبكات وأنظمة الحاسوب

pi-cua-integration is a Pi/Senpi extension that bridges Cua (trycua/cua) for computer-use sandboxes and host control. MUST USE when the user asks to drive a desktop UI, take screenshots, run a "computer use" task, control a sandbox, or invoke any cua_* tool. Triggers - "cua", "computer use", "sandbox", "screenshot the desktop", "click the screen", "take over the browser", "샌드박스 켜줘", "스크린샷 찍어", "내 컴퓨터에서 자동화".

2026-05-13
cua-cloud-sandbox
مديرو الشبكات وأنظمة الحاسوب

Use Cua's cloud sandboxes via cua.ai. Requires CUA_API_KEY. Cloud sandboxes are isolated VMs run by trycua with billing per usage. Use when the user wants no local Docker/QEMU, wants Windows/macOS guests without Apple Silicon, or explicitly asks for cloud.

2026-05-13
cua-local-sandbox
مديرو الشبكات وأنظمة الحاسوب

Run Cua sandboxes locally - no API key required. Covers Docker (XFCE/Kasm) for Linux containers, QEMU for full VMs, Lume for macOS guests on Apple Silicon, and Tart for Apple VZ VMs. Use when the user wants a local sandbox, wants to keep things off the cloud, or asks "spin up an Ubuntu desktop", "open a sandbox VM", "let me try this safely first".

2026-05-13
#004
senpi
3 skills19812updated 2026-05-15
6.7% of creator
#005
my-claude-code-harness
2 skills135updated 2025-11-24
4.4% of creator
#006
cc-plus
2 skills42updated 2025-11-01
4.4% of creator
#010
macos-cua
1 skills51updated 2026-05-15
2.2% of creator
#012
ast-grep-skill
1 skills31updated 2026-05-01
2.2% of creator
Showing 12 of 15 repositories