setup-exercode-course-repository
Installation
SKILL.md
Set up an Exercode course repository
Prepare the repository tooling required to author and evaluate Exercode course content. Do not create or modify learning content.
Tracked tooling setup
The repository tracks its tooling instead of ignoring it.
package.jsoncontainsprivate: true,type: "module", and the repository name.@exercode/problem-utilsis an exact production dependency at its latest published version.bun.lockis tracked.- Bun and Node.js are managed by mise with exact versions. Preserve an existing
mise.toml,.mise.toml, or.tool-versions; when none exists, create.tool-versions. .gitignoreincludesnode_modules/,.DS_Store, and.tmp/. It does not ignorepackage.jsonorbun.lock.- Preserve compatible existing runtime versions, tools, dependencies, and scripts. Do not replace an existing mise or package setup wholesale.