Agent skill
markdowntown-monorepo
Monorepo workflow for coordinating CLI + web changes, tests, and docs in markdowntown.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/markdowntown-monorepo
SKILL.md
markdowntown-monorepo
- Follow root
AGENTS.mdfor repo-wide workflow and test expectations. - For CLI changes:
cd cli && make lintandcd 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:
pnpm -C apps/web lint:mdandcd cli && make lintif CLI docs change. - Keep CLI scan/audit specs canonical under
cli/docs/and link from web docs. - Use prompt templates in
codex/prompts/for common scan/test flows.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?