원클릭으로
yoink
Curate tests then decompose dependencies
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Curate tests then decompose dependencies
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Phase 3: Dependency decomposition. Only invoke when explicitly requested by the user or by the yoink orchestrator.
Phase 2: Generate and discover tests, validate against real library. Only invoke when explicitly requested by the user or by the yoink orchestrator.
Scaffold project: clone repo, install real library. Only invoke when explicitly requested by the user or by the yoink orchestrator.
| name | yoink |
| description | Curate tests then decompose dependencies |
| argument-hint | PROMPT [--url GITHUB_URL] [--package PACKAGE_NAME] [--skip-test-discoverer] |
Python only. YOINK currently only supports Python packages. If the target is clearly not a Python package, inform the user and exit immediately.
Run the full yoink decomposition pipeline by invoking skills in sequence:
Invoke /yoink:setup $ARGUMENTS to scaffold the project (clone repo, install library).
Wait for setup to complete before proceeding.
Invoke /yoink:curate-tests $ARGUMENTS to discover and generate tests, validate against the real library, rewrite imports, and sanity check.
Wait for test curation to complete before proceeding.
Invoke /yoink:decompose $ARGUMENTS to run the decomposition loop.