원클릭으로
updating-algorithm-data
Use when editing data/algorithms/*.yaml, data/categories.yaml, or algorithm templates in this repository
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when editing data/algorithms/*.yaml, data/categories.yaml, or algorithm templates in this repository
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Guides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex task.
Quick verification workflow — run lint and typecheck on the codebase
SOC 직업 분류 기준
| name | updating-algorithm-data |
| description | Use when editing data/algorithms/*.yaml, data/categories.yaml, or algorithm templates in this repository |
Use local CLI commands for repository data changes. Do not use MCP for this work: the source of truth is in-repo YAML plus generated outputs.
/opsx:propose first.data/ or templates/. Do not hand-edit README.md or mkdocs/docs/.README.zh-CN.md as hand-maintained. Never include it in generated-output diff checks.python -m awesome_bioinfo validate
python -m awesome_bioinfo generate && python -m awesome_bioinfo mkdocs
git diff --exit-code -- README.md mkdocs/docs/
data/categories.yaml changed, confirm all affected algorithm entries still validate under the updated taxonomy./review only when the change also touches Python code or living specs./opsx:proposeREADME.zh-CN.md as generatedREADME.md or mkdocs/docs/ by hand