Skip to main content
Run any Skill in Manus
with one click
hletrd
GitHub creator profile

hletrd

Repository-level view of 20 collected skills across 2 GitHub repositories.

skills collected
20
repositories
2
updated
2026-07-26
repository explorer

Repositories and representative skills

queue-loop
software-developers

Run forever as a resident worker in ONE Codex turn: every 5 minutes poll a watched directory for new task files and execute each one to completion, then keep watching โ€” the turn never ends. Use when the user says "queue-loop", "๋ฌดํ•œ ๋ฃจํ”„๋กœ ๋Œ๋ ค", "ํ ๊ฐ์‹œํ•ด์„œ ๊ณ„์† ์‹คํ–‰", "resident worker", "watch a directory and run new tasks forever", or wants a single invocation that keeps picking up dropped commands indefinitely. Because the work stays inside one already-running turn, it keeps issuing model requests across usage-limit windows (the workspace spend cap gates only NEW top-level turns, not an in-flight one). Do NOT use for a single one-shot task, or when the user wants the turn to finish and report back.

2026-07-26
writing-fixer
technical-writers

Use when the user wants Korean prose cleaned of AI tone, stiff old-fashioned (ํ• ์•„๋ฒ„์ง€/ํ›ˆ์žฅ/๊ณต๋ฌธ์„œ) tone, translationese, and excessive quotation marks - or asks to "๊ธ€ ๋‹ค๋“ฌ์–ด", "์ž์—ฐ์Šค๋Ÿฝ๊ฒŒ", "AI ๋งํˆฌ ์ œ๊ฑฐ", "ํ• ์•„๋ฒ„์ง€ ๋งํˆฌ ๋นผ", "deslop ํ•œ๊ตญ์–ด", or "writing-fixer". Removes as many AI and unnatural expressions as possible in one thorough pass while preserving meaning, code, math, and markup. Korean prose only.

2026-07-26
queue-submit
computer-occupations-all-other

Inject a task into the queue-loop worker's queue so a running Codex resident worker picks it up on its next poll (~5 min). Use when the user says "queue-submit", "ํ์— ์ž‘์—… ๋„ฃ์–ด", "task ์ฃผ์ž…ํ•ด", "์ด๊ฑฐ ์›Œ์ปคํ•œํ…Œ ๋„˜๊ฒจ", "submit a task to the codex worker", "enqueue this for queue-loop", or wants to hand a job off to the always-on worker instead of doing it inline. It only writes a *.task file into the watched queue directory (default ~/codex-queue) โ€” it does NOT run the task in this session. Do not use when the user wants the work done right now in the current session.

2026-07-25
korean-naturalizer
technical-writers

ํ•œ๊ตญ์–ด ํ…์ŠคํŠธ์—์„œ AI๊ฐ€ ์“ด ํ”์ , ๋ฒˆ์—ญ์ฒด, ๋ถ€์ž์—ฐ์Šค๋Ÿฌ์šด ํ‘œํ˜„์„ ์ œ๊ฑฐํ•˜๊ณ  ์ž์—ฐ์Šค๋Ÿฌ์šด ํ•œ๊ตญ์–ด๋กœ ๋‹ค์‹œ ์จ ์ฃผ๋Š” ์Šคํ‚ฌ. ๋งํˆฌ ํ†ต์ผ, ๋ฌธ์žฅ๋ถ€ํ˜ธ ๊ต์ •, ํ”ผ๋™ ํ‘œํ˜„ ์ •๋ฆฌ, ์˜์–ด ์ง์—ญ์ฒด ์ œ๊ฑฐ๋ฅผ ์ˆ˜ํ–‰ํ•œ๋‹ค.

2026-07-16
review-plan-fix
software-developers

Iteratively review the current repository, plan fixes from the reviews, and implement the plans. Runs three prompts in strict order (deep review โ†’ plan from reviews โ†’ implement with ralph) and repeats the full three-prompt cycle up to N times (default 100). Context is cleaned between iterations by spawning each full cycle in a fresh subagent.

2026-07-16
agent-browser-config
web-developers

Browser configuration: viewport sizing, device emulation, geolocation, offline mode, color scheme, and HTTP settings.

2026-03-10
agent-browser-debug
software-developers

Browser debugging: execute JavaScript, view console output and page errors, record traces, and run performance profiling.

2026-03-10
agent-browser-interact
software-developers

Browser interaction commands: clicking, typing, filling forms, selecting options, scrolling, dragging, file uploads, and raw mouse/keyboard input.

2026-03-10
Showing top 8 of 19 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded