# Core

> Internal to the capstone suite - carries the shared rules (references/) and scripts every capstone subcommand reads; it exists so npx-skills installs ship them alongside the command skills. Not meant to be invoked directly; when invoked anyway, run references/../scripts/help.sh and output its stdout verbatim.

- Skill: `gentbajko/core` (Agent Skill, multi-file: 35 files)
- Install (CLI): `npx skillmds@latest add gentbajko/core`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gentbajko/core/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: GentBajko (https://skillmd.com/u/gentbajko)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gentbajko/core

---


# Capstone: core (internal)

This folder is the capstone suite's shared brain: `references/`
(core rules, protocols, craft files) and `scripts/` (help, config
initializer, lint, and `map-check.sh`, the script half of `map check`
that the CI gate runs). Every other capstone skill resolves it as
`../core/` from its own base directory, so install the whole suite;
a lone capstone skill without `core` cannot run.

Invoked directly, print the usage: run `scripts/help.sh` via bash
from this skill's base directory and output its stdout verbatim;
nothing else.

