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

gprecious

Repository-level view of 37 collected skills across 4 GitHub repositories.

skills collected
37
repositories
4
updated
2026-07-02
repository explorer

Repositories and representative skills

goalcraft
project-management-specialists

Convert raw feature requirements, bug reports, or rough task descriptions into a goal-optimized prompt for the agentic coding tool that will run it โ€” Claude Code or OpenAI Codex. ๊ฑฐ์นœ ์š”๊ตฌ์‚ฌํ•ญยท๋ฒ„๊ทธ ๋ฆฌํฌํŠธยท๋Œ€์ถฉ ์ ์€ ์ž‘์—… ์„ค๋ช…์„, ๊ทธ ์ž‘์—…์„ ์‹ค์ œ๋กœ ์‹คํ–‰ํ•  ์ฝ”๋”ฉ ์—์ด์ „ํŠธ(Claude Code ๋˜๋Š” Codex)์— ๋งž์ถ˜ goal ์ตœ์ ํ™” ํ”„๋กฌํ”„ํŠธ๋กœ ๋ณ€ํ™˜ํ•œ๋‹ค. Use when the user wants a requirement shaped into a prompt/spec/goal for an agent โ€” "์ด๊ฑฐ ํ”„๋กฌํ”„ํŠธ๋กœ ๋งŒ๋“ค์–ด์ค˜ / ๋ณ€ํ™˜ํ•ด์ค˜", "์ฝ”๋ฑ์Šค(codex)/ํด๋กœ๋“œ์ฝ”๋“œ์šฉ์œผ๋กœ", "๋ชฉํ‘œยท๋ฒ”์œ„ยท์™„๋ฃŒ์กฐ๊ฑด ๊ฐ–์ถ˜ ํ”„๋กฌํ”„ํŠธ๋กœ" โ€” or mentions the goal feature or /goal command. By default targets the agent running the skill (Claude Code โ†’ Claude-optimized, Codex โ†’ Codex-optimized); honors an explicit named target. Proactively fire on vague requirements headed to a coding agent ("๋Œ€์‹œ๋ณด๋“œ ๋น ๋ฅด๊ฒŒ ํ•ด์ค˜", "add auth", "๋กœ๊ทธ์ธ ๋ฒ„๊ทธ ๊ณ ์ณ์ค˜"). Not for implementing/debugging it yourself, codex code review, explaining /goal, translating, editing AGENTS.md, multi-agent orchestration (cmux/herdr), or writing a plan.

2026-07-02
loop-engineering
software-developers

Use when the user wants to turn a repetitive, reviewable task into a controlled agent loop โ€” phrases like "์ด๊ฑฐ ์ž๋™ํ™”/๋ฐ˜๋ณตํ•˜๊ณ  ์‹ถ์–ด", "๋ฃจํ”„๋กœ ๋Œ๋ฆฌ๊ณ  ์‹ถ์–ด", "์ •๊ธฐ์ ์œผ๋กœ ์ ๊ฒ€ํ•˜๊ฒŒ ํ•ด์ค˜", "loop engineering", "agent loop ์„ค๊ณ„", or wants to audit existing loops ("๋ฃจํ”„ ์ ๊ฒ€", "loop audit"). Designs a loop with triggerยทstateยทverificationยทhuman-gateยทstop + 7 guardrails + 6 metrics, maps it onto an existing engine (herdr/loop/Cron/Workflow/Codex Automations), and writes a spec to docs/loops/. Does NOT execute loops itself and is NOT for one-off prompts (use goalcraft) or multi-agent run orchestration (use herdr/cmux).

2026-07-02
loopcraft
software-developers

Convert a recurring or repetitive task description into a Claude Code /loop prompt โ€” the loop sibling of goalcraft. ๋ฐ˜๋ณตยท์ฃผ๊ธฐ์  ์ž‘์—… ์„ค๋ช…์„ Claude Code /loop ์šฉ ํ”„๋กฌํ”„ํŠธ๋กœ ๋ณ€ํ™˜ํ•œ๋‹ค(goalcraft์˜ loop ํ˜•์ œ). Use when the user wants a task shaped into a /loop prompt โ€” "๋ฃจํ”„ ํ”„๋กฌํ”„ํŠธ๋กœ ๋งŒ๋“ค์–ด์ค˜", "/loop ์šฉ์œผ๋กœ", "์ฃผ๊ธฐ์ ์œผ๋กœ ๋ฐ˜๋ณตํ•˜๊ฒŒ", "๋งค N๋ถ„๋งˆ๋‹ค ~", "~๊นŒ์ง€ ๋ฐ˜๋ณตํ•ด์„œ", "์ด๊ฑฐ loop์œผ๋กœ ๋Œ๋ ค์ค˜" โ€” or mentions the /loop command, recurring/scheduled in-session execution, or babysitting/polling a long-running thing. Picks the mode (fixed interval โ†’ cron, self-paced โ†’ model self-paces, or loop.md default) and bakes in an objective stop condition, an iteration ceiling, and a verification check. Proactively fire on recurring-execution requests ("๋ฐฐํฌ ๋๋‚  ๋•Œ๊นŒ์ง€ ํ™•์ธ", "CI ํ†ต๊ณผํ•  ๋•Œ๊นŒ์ง€ ๋ฐ˜๋ณต", "keep checking the deploy"). Not for single-shot tasks or /goal until-condition prompts (โ†’ goalcraft, which owns /goal), running the loop yourself, deciding whether something should be a loop or auditing loop governance (โ†’ loop-engineering), translating, or explaining /loop.

2026-07-02
design-craft
web-and-digital-interface-designers

Use when creating, revising, or critiquing frontend UI (web or mobile) where visual quality, product fit, design-system fidelity, or avoiding generic "AI-slop" output matters โ€” e.g. "make this look good", "why does this look AI-generated", building a landing page / app screen / dashboard, or a design pass on existing UI. Turns vague design intent into a decision-first workflow: classify the surface, decide direction before code, escape default looks, build to measurable craft standards, and verify the rendered result. Portable across Claude Code and Codex.

2026-07-02
session-journal
software-developers

Use when the user asks to inspect, summarize, explain, configure, connect, curate, or troubleshoot the session-journal Obsidian logging workflow for Claude Code or Codex โ€” including pointing it at an existing/Obsidian-Sync vault, keeping AI-generated notes distinct from hand-authored ones, multi-machine setup, distilling durable knowledge, or verifying the vault config.

2026-06-21
session-journal-wiki-drafts
software-developers

Use when the user asks to save durable lessons from session-journal into the LLM-Wiki, collect mistakes or insights from agent work, create reviewable wiki draft candidates, or report those draft candidates to Slack.

2026-06-21
e2e-harness
software-quality-assurance-analysts-and-testers

Use when the user wants to add or generate an E2E / verification test harness for a project โ€” especially "์—์ด์ „ํŠธ๊ฐ€ ์ž‘์„ฑยท๊ฒ€์ฆยท์ž๊ฐ€์ˆ˜์ •ํ•˜๋Š”" Playwright E2E for web apps (Next.js/Vite/Remix/SvelteKit), or a verification-harness methodology for non-web (CLI/API). Detects the stack, picks a recipe, co-authors critical flows with the user, scaffolds config+seed+specs+heal docs, wires an AGENTS.md pointer so future agents auto-run the harness after changes, and runs it. Works in Claude Code and Codex.

2026-06-20
herdr-orchestrator
software-developers

Use when the user explicitly asks for herdr-based multi-agent orchestration, multiple visible Claude/Codex worker panes, or cross-CLI comparison inside herdr, especially when workers need distinct CLI/account/browser state.

2026-06-16
Showing top 8 of 31 collected skills in this repository.
Showing 4 of 4 repositories
All repositories loaded