dmmulroydmmulroyCommunityยท7 Agent Skills Included

overseer

Monorepo coding standards, JSDoc writing, and example extraction

Enforces coding standards, error handling, and testing rules across a TypeScript monorepo. Writes and fixes public API JSDoc documentation and extracts code examples into runnable scratchpad files. Uses vendored Effect and Alchemy source code as read-only reference so changes follow proven patterns instead of guesses.
npx skills add dmmulroy/overseer --all -g -y
Available:

Directs the agent to read project coding, error, and testing standards before writing code, and to treat vendored repositories as read-only reference material for idiomatic library usage.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Overseer?โ–ผ

Run `npx skills add dmmulroy/overseer --all -g -y` in your terminal to install all skills in this repository globally.

What does Overseer do?โ–ผ

It gives your coding agent project standards for code, errors, and tests, plus skills for writing Effect JSDoc and extracting examples into scratchpad files.

How to write Effect JSDoc documentation?โ–ผ

The jsdocs skill rewrites public API comments into the required documentation shape with examples, categories, and since tags, then validates them with the linter.

How to extract a code example into scratchpad?โ–ผ

The scratchpad skill finds the JSDoc example nearest your cursor and copies it into a runnable TypeScript file in the scratchpad folder.

Does Overseer work with Claude Code and Cursor?โ–ผ

Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’