소스 정보
- 저장소
- onmax/skills
- 최근 소스 활동
- 2026년 8월 5일 18:11
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/onmax/skills --skill delegate명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Files one concise GitHub pull request from a completed change. Use when the user explicitly asks to file, open, create, or update a PR from the current branch.
Advances Quiver Airtable tasks from intake or selection to a review-ready pull request. Use when Maxi asks to report new Airtable work or select, claim, investigate, implement, or finish a task.
Converges Linux agent machines into shared coding nodes and balances bounded agent work across them. Use when bootstrapping or reconciling a VPS, direct SSH, T3 Connect, Codex and GitHub auth profiles, shared workspaces, scheduled jobs, machine cleanup, or distributing coding agents between nodes.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | delegate |
| description | Delegate one conversation-grounded pull request to a separate Codex task. |
| argument-hint | <PR title> [host] |
| disable-model-invocation | true |
Turn the current conversation's next coherent pull request into a separate task. The current task owns only the delegation packet, dispatch, and supervision; the created task owns research, implementation, publication, and cleanup.
/delegate <PR title>
/delegate <PR title> <host>
Without a host, use the matching local project. With a private SSH alias, use the matching connected project on that host. Treat the title as a proposed PR title that the direction check may tighten.
Resolve the destination. Infer one target repository from the conversation, then list Codex projects and select the exact repository on the requested host. If the repository or host is ambiguous, ask one blocking question. If a named host is unavailable, stop and recommend fleet for reconciliation instead of dispatching elsewhere. This step is complete when one project and host are fixed.
Build the packet. Distill the conversation into the template below. Preserve established evidence and decisions instead of reproducing the transcript. Mark missing or stale evidence explicitly. This step is complete when a fresh agent can act without access to the source conversation.
Create the task. Create a separate Codex task in the destination project's local checkout and pass the packet as its initial prompt. The child must create its own temporary Git worktree, so do not ask Codex to create a managed worktree for the task. Surface the created task immediately. This step is complete when Codex returns the new task identifier and host.
Supervise without duplicating. Follow the created task with the thread coordination tools. Forward new source context when it changes the work, leave approvals and genuine user choices to the user, and keep implementation out of the source task. This step is complete when the child returns the PR URL and confirms local cleanup, or reports a concrete blocker.
You own one pull request in a separate task.
Proposed PR title: <title>
Target repository: <repository and project root>
Origin: <source task id or title when available>
Goal:
<the outcome and why it belongs in this repository>
Established context:
- <evidence already gathered, with file, commit, PR, URL, or session pointers>
- <decisions already made and rejected alternatives>
- <downstream symptom or motivating use case>
First-PR boundary:
- In scope: < >
Out of scope:
Acceptance:
Constraints:
PR creation is authorized. GitHub comments, issue comments, merges, and deployments require separate authorization.
Execution contract:
Reuse the established context. Run evidence-research only for a load-bearing gap, stale claim, or contradiction; record what new evidence changes.
Before mutation, use validate-direction and one independent sub-agent to challenge repository ownership, overlap with existing PRs or worktrees, and the smallest coherent first-PR boundary. Resolve every material objection.
Preserve the ambient checkout. Refresh the intended base, reconcile existing PR ownership, and create a dedicated temporary worktree from the current upstream base.
Implement only the validated boundary and run the repository's relevant tests, checks, and live proof. Use an independent pass before publication when it can change the diff.
Use engineering-writing's pull-request branch for the pull request body. Commit, push, and create one pull request using the repository's conventions.
After the pushed commit and PR URL are confirmed, return to the ambient checkout and use to remove the temporary worktree, disposable artifacts, and local branch when safe. Preserve the remote PR branch and report the PR URL, validation, and cleanup result.