@nomark-ai/skills
v0.1.0
Published
Portable Claude Code skills from the Nomark harness — design, cloud, data, security, and quality packs with no governance coupling.
Maintainers
Readme
@nomark-ai/skills
Portable Claude Code skills extracted from the Nomark harness — the design,
cloud, CI/CD, data-engineering, LLM/RAG, security, quality, and business
packs that work in any repository. Everything wired to nomark governance
machinery (/allocate, /autopilot, trust ledger, instinct learning) is
excluded; those skills only make sense inside a nomark-governed repo and ship
with @nomark-ai/method instead.
Install
claude plugin marketplace add @nomark-ai/skills # or the npm-installed path
claude plugin install nomark-skills@nomark-skills-marketplace --scope userUser scope makes the skills available in every repo on the machine and in Claude Code cloud sessions.
What ships
Built by scripts/build-skills.cjs from the canonical harness at
packages/method/nomark_v2/code/claude-harness/skills/. The set is derived,
not hand-maintained: a skill ships unless its SKILL.md references repo-local
machinery (scripts/*.cjs, .nomark/, governance docs) or it sits on the
explicit denylist of harness-internal skills. Two governance boilerplate
blocks (the CHARTER header and the F-065 allocation paragraph) are stripped
from shipped copies because they instruct sessions to run scripts that only
exist in nomark repos.
npm run build # regenerate plugin/skills/ from the live harness
npm test # verify the committed payload matches a fresh buildThe built payload under plugin/skills/ is committed so reviewers can see
exactly what npm publishes.
