mxa-core
Carries the two pinned facts every new project starts from, the dependency versions and the Claude Code permission policy, and the smoke test that proves the pinned stack still builds. It is consulted, not run.
- Pins the dependency versions a new project starts from, in one file that is the only thing to bump.
- Carries the permission policy for Claude Code, copied as it is rather than rewritten per project.
- Proves, with its smoke test, that the pinned stack still installs, type-checks and builds after a version bump.
- Ships no project source; mxa-scaffold reads it to generate one.
What is inside
The smoke test writes a reference app from the pinned versions and proves it installs, type-checks and builds. The two JSON files are consulted, never run.
- Uses
- pnpm
- Consulted
- settings.jsonversions.json
- Evals
- 3
Works with
The outside tools and connectors this skill drives.
- Pinned versions, shared settings and a smoke test
A project that already has its own tool for this keeps it. The skill works with what is there rather than assuming what we would have chosen.