← All creators

im-ian

User

Focused agent workflows for faster, verified work across Claude Code and Codex

6 indexed · 0 Featured · 0 stars · avg score 64
Prolific

Categories

Indexed Skills (6)

Code & Development Listed

blitz

Force-parallel fork-merge orchestrator. Splits a task into parallel slices even when scopes overlap or conflicts are likely — overlap is treated as a merge problem, never a reason to serialize — then reconciles everything in a merge phase and enforces a mandatory verification gate (build, full tests, cross-slice integration checks, collision review, fresh-eyes review). Trigger on /eff:blitz or $eff:blitz, and on natural-language asks like: 'force parallel', 'parallelize anyway', 'ignore conflicts and run in parallel', 'fork first merge later', '충돌 무시하고 병렬로', '그냥 병렬로 돌려', '선작업 후 취합', '병렬로 먼저 하고 나중에 합쳐' — or whenever you are about to tell the user a task cannot be parallelized because of overlapping scope or conflict risk. Keep this distinct from eff:graph, which adaptively decides whether graph orchestration is warranted.

0 Updated 1 months ago
im-ian
AI & Automation Listed

graph

Graph Engineering orchestrator. Decomposes a task into a work graph of agent/validator/merge/human nodes (DAG) and manages its execution with context isolation, retry gates, and run logs. Trigger on /eff:graph or $eff:graph, and on natural-language asks like: 'graph engineering', 'work graph', 'orchestrate this as a graph', 'split into parallel agents', 'multi-agent orchestration', 'fan out agents with a validation gate', '그래프 엔지니어링', '그래프로 설계해줘/분해해줘', '에��전트 병렬로 나눠서', '역할 나눠서 병렬 진행', '검증 게이트 넣어서 진행' — or any task asking to coordinate multiple agent roles with validation or human-approval gates. Keep this distinct from eff:blitz, which force-parallelizes overlapping implementation work.

0 Updated 1 months ago
im-ian
AI & Automation Listed

dedupe-skills

Overlapping-skill auditor. Sweeps every installed skill surface (plugins, personal and project skills), clusters skills that do the same job, collide on triggers, contradict each other when both active, or burn always-on input tokens redundantly — then recommends which to keep and which to remove, and performs only the removals the user explicitly confirms (preferring reversible disable over uninstall). Trigger on /eff:dedupe-skills or $eff:dedupe-skills, and on natural-language asks like: 'find duplicate skills', 'which of my skills overlap', 'my skills conflict with each other', 'clean up redundant skills', '겹치는 스킬 찾아줘', '중복 스킬 정리해줘', '스킬끼리 충돌하는 것 같아', '비슷한 스킬 추려줘'. Keep this distinct from eff:update-skills (version bumps only) and eff:prune-skills (removal by low USAGE) — dedupe-skills removes by functional OVERLAP.

0 Updated 1 months ago
im-ian
AI & Automation Listed

prune-skills

Unused-skill pruner. Measures ACTUAL usage from local session transcripts — how often each installed skill was invoked and each plugin's MCP/plugin tools were called over a time window — joins that with each plugin's always-on input-token cost, surfaces the never-used and rarely-used ones as removal candidates with evidence (last used, call counts, cost per session), and performs only the removals the user explicitly confirms (preferring reversible disable over uninstall). Trigger on /eff:prune-skills or $eff:prune-skills, and on natural-language asks like: 'which skills do I never use', 'prune unused skills', 'what plugins are dead weight', 'remove skills I don't use', '안 쓰는 스킬 찾아줘', '사용 안 하는 플러그인 정리해줘', '잘 안 쓰는 스킬 지워줘', '죽은 스킬 추려줘'. Keep this distinct from eff:dedupe-skills (removal by functional OVERLAP) and eff:update-skills (version bumps) — prune-skills removes by low USAGE.

0 Updated 1 months ago
im-ian
AI & Automation Listed

toss

Background handoff orchestrator. Packages the current work-in-progress into a self-contained brief, hands it to a background subagent, and immediately frees the main agent for any other work. The background agent reports back when finished; on completion or an explicit user stop the toss session is closed with elapsed time, token usage, and a work summary. Trigger on /eff:toss or $eff:toss, and on natural-language asks like: 'toss this', 'hand this off', 'finish this in the background', 'keep this running while we do something else', '이거 백그라운드로 넘겨', '백그라운드에서 마저 해줘', '토스해줘', '이건 서브 에이전트한테 맡기고 다른 거 하자'. Keep this distinct from eff:blitz (force-parallel slices of one task) and eff:graph (multi-node work graphs): toss moves ONE stream of work off the main thread.

0 Updated 1 months ago
im-ian
AI & Automation Listed

update-skills

Installed-skill version updater. Refreshes every marketplace, compares each installed plugin's version against the latest, previews a table (plugin, key updates, before → after version, estimated input-token delta), and only updates the set the user explicitly confirms. After updating it reminds that changes apply from the NEXT session, and lists every failed update with the verbatim error and a likely cause. Trigger on /eff:update-skills or $eff:update-skills, and on natural-language asks like: 'update my skills', 'update installed plugins', 'are my skills up to date', 'bump my plugins to latest', '스킬 업데이트 해줘', '설치된 스킬 최신으로 맞춰줘', '플러그인 버전 올려줘', '스킬 최신인지 확인해줘'. Keep this distinct from eff:dedupe-skills, which finds overlapping/redundant skills and helps remove them — update-skills only moves versions forward.

0 Updated 1 months ago
im-ian

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.