Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

arcanum

arcanum에는 darthjee에서 수집한 skills 14개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
14
Stars
2
업데이트
2026-07-10
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

auto-monitor-pr
기타 컴퓨터 관련 직업

Monitors a given PR for merge/close/approval/new owner comments, blocking until one of those occurs, then reports the outcome. Tracks each owner comment's open/addressed lifecycle with :eyes:/:+1: reactions on the comment itself, but leaves deciding how to address a comment to the caller. Usage: /auto-monitor-pr <pr_number>

2026-07-10
auto-fix-all
소프트웨어 개발자

Autonomously runs the full pipeline (new issue → plan → fix → monitor) for a queue of issue IDs, one at a time, forever — waiting for new IDs to be pushed onto the queue whenever it runs dry — with no user interaction except when a PR is closed without merging. Usage: /auto-fix-all <id1> <id2> ...

2026-07-09
auto-fix-issue
소프트웨어 개발자

Autonomously implements a planned issue with no user interaction. Discovers the specialist agents involved in the plan, dispatches them in parallel, reviews and re-dispatches until correct, then opens or marks ready a pull request. Usage: /auto-fix-issue <id> or /auto-fix-issue #<id>

2026-07-09
discuss-issue
소프트웨어 개발자

Discusses and refines an existing GitHub issue through an iterative dialogue, optionally spawning specialist agents to deepen understanding, then saves a structured markdown issue file and, on confirmation, kicks off planning on a committed branch. Usage: /discuss-issue #19

2026-07-09
auto-monitor-issue-pr
기타 컴퓨터 관련 직업

Resolves the PR for an issue's currently checked-out branch, then monitors it for merge/close/approval/new owner comments, blocking until one of those occurs. Used by auto-fix-all. Usage: /auto-monitor-issue-pr <id>

2026-06-27
init-claude
소프트웨어 개발자

Configures CLAUDE.md and .github/copilot-instructions.md for a project, creating or updating them to point to a shared AGENTS.md file. Handles multiple scenarios depending on which files already exist. Usage: /init-claude

2026-06-26
plan-issue
소프트웨어 개발자

Creates a implementation plan for a given issue. Reads the issue file, analyzes the codebase, asks clarifying questions, and writes a structured plan in the plans folder. Usage: /plan-issue 99 or /plan-issue #99

2026-06-26
auto-new-issue
기타 컴퓨터 관련 직업

Autonomously creates a new issue file in the project's issues folder, without asking the user anything. Parses an optional ID and title, infers a structured description (pre-populating from GitHub when a numeric ID is given), saves the file, commits it, and syncs it to GitHub. Usage: /auto-new-issue #19 - Title or /auto-new-issue Title

2026-06-25
auto-plan-issue
기타 컴퓨터 관련 직업

Autonomously creates an implementation plan for an existing issue, without asking the user anything. Explores the codebase freely, splits the plan across specialist agents when the target project defines any in .claude/agents/, and commits the result. Usage: /auto-plan-issue <id> or /auto-plan-issue #<id>

2026-06-25
monitor-issues
소프트웨어 개발자

Polls GitHub once per cycle for issues created by the current user, writes parsed metadata and tags to a shared JSON state file, and loops — either inline or with a fresh context via ScheduleWakeup when clear_context is enabled. Usage: /monitor-issues (or /loop /monitor-issues for context-clearing mode)

2026-06-25
auto-rewrite-issue
기타 컴퓨터 관련 직업

Autonomously drains the monitor-issues rewrite queue, rewriting each queued GitHub issue's body (no user interaction) and removing its pencil2 tag once pushed. Usage: /auto-rewrite-issue

2026-06-25
toggle-monitor-clear-context
소프트웨어 개발자

Toggles the clear_context setting for the monitor-issues skill. When enabled and invoked via /loop, the monitor clears its conversation context between polling cycles using ScheduleWakeup. Usage: /toggle-monitor-clear-context

2026-06-23
toggle-clear-context
소프트웨어 개발자

Toggles the clear_context setting for auto-fix-all. When enabled and invoked via /loop, auto-fix-all clears its conversation context between issues using ScheduleWakeup. Usage: /toggle-clear-context

2026-06-23
push-issue-to-queue
소프트웨어 개발자

Pushes one or more issue IDs onto the end of the auto-fix-all queue, to be processed later. Usage: /push-issue-to-queue <id1> <id2> ...

2026-06-22