skills/ml-research-bootstrap/SKILL.md
Bootstrap project-local ml-research-skills. Use from global installs when creating a new ML research project, enabling this collection in an existing ML research repo, or deciding whether to install the full bundle locally. Route to project-init for new projects; do not handle paper or experiment work directly.
npx skillsauth add a-green-hand-jack/ml-research-skills ml-research-bootstrapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Thin global entry point for enabling the full ml-research-skills collection only where it belongs.
Do not solve ML research tasks directly. Decide whether the current workspace should receive the full project-local skill bundle, then route to the right setup action.
Use a two-layer install model:
Global agent runtime:
ml-research-bootstrap only
Initialized ML research project:
full ml-research-skills bundle installed locally
Generic non-ML project:
no ml-research-skills bundle
This keeps ordinary software projects free of ML-research routing while preserving the full system inside real research projects.
git rev-parse --show-toplevel
git rev-parse --git-common-dir
project-init.cd <ML_PROJECT_ROOT>
npx skills add a-green-hand-jack/ml-research-skills
For a new ML research project, use project-init to create the control root, memory, component repos, and project-local agent guidance before enabling the full bundle.
After the full bundle is local to the project, ML research workflow selection starts at ml-research-router only inside that project.
Recommended default:
npx skills add a-green-hand-jack/ml-research-skills -g -a codex claude-code -s ml-research-bootstrap -y
If the agent must create new project roots from a global runtime and the skills CLI cannot resolve paired skills automatically, also install project-init globally:
npx skills add a-green-hand-jack/ml-research-skills -g -a codex claude-code -s project-init -y
Reserve full global installs for maintaining this skill repository or debugging installed-runtime behavior.
ml-research-router.development
Route project operations tasks — git, memory, bootstrap, remote, workspace, code review, timeline, ops — to the correct skill. Use when the task involves commits, pushes, worktrees, project memory, enabling project-local skills, SSH/server coordination, sidecar runners, or audits. Do not solve the ops task directly.
testing
Route ML/AI paper writing tasks to the correct skill — contract planning, prose drafting, section writing, consistency editing, review simulation, rebuttal, submission, or citation work. Use when the task involves writing, revising, reviewing, or submitting a paper instead of guessing between paper-writing-assistant, paper-writing-contract-planner, paper-reviewer-simulator, auto-paper-improvement-loop, or citation skills. Do not draft prose directly.
data-ai
Project-local router for ML research skill selection. Use inside an initialized ML research project, or while maintaining this skill repo, when the user describes an ML research/paper/experiment/discovery/ops/release workflow and may not know the skill; route to a domain router or high-signal leaf. Do not use for generic non-ML projects.
development
Route ML experiment planning, execution, debugging, result interpretation, and evidence packaging tasks to the correct skill. Use this when the task involves experiments, compute, results, or evidence — instead of guessing between run-experiment, run-status-monitor, experiment-debugger, result-diagnosis, research-results-auditor, statistical-analysis-planner, or paper packaging skills. Do not solve the task directly.