Claude-skill-registry-data markdowntown-monorepo
Monorepo workflow for coordinating CLI + web changes, tests, and docs in markdowntown.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/markdowntown-monorepo" ~/.claude/skills/majiayu000-claude-skill-registry-data-markdowntown-monorepo && rm -rf "$T"
manifest:
data/markdowntown-monorepo/SKILL.mdsource content
markdowntown-monorepo
- Follow root
for repo-wide workflow and test expectations.AGENTS.md - For CLI changes:
andcd cli && make lint
.cd cli && make test - For web changes:
,pnpm -C apps/web lint
,pnpm -C apps/web compile
.pnpm -C apps/web test:unit - For docs-only changes:
andpnpm -C apps/web lint:md
if CLI docs change.cd cli && make lint - Keep CLI scan/audit specs canonical under
and link from web docs.cli/docs/ - Use prompt templates in
for common scan/test flows.codex/prompts/