deephaven

36 mods across 1 repository, 5 stars between them.

deephaven/deephaven-mcp

Skill Claude CodeCodex

Structural standards for agent skill files — invoke when adding, editing, or reviewing a skill's structure. Covers the published-guidance baseline, composition, frontmatter, the ref- naming rule, degrees of freedom, body shape, multi-file layout, and lifecycle; pair with ref-skill-effectiveness for content quality.

5 4d ago A 73 tokens original Apache-2.0

deephaven/deephaven-mcp

Skill Claude CodeCodex

Content-quality standards for agent-facing prose — invoke when authoring or reviewing anything an AI agent reads at decision or execution time: skill descriptions and bodies, AGENTS.md rules, MCP tool docstrings, error-code help text. Covers triggerability, actionability, outcome orientation, examples, clarity…

5 4d ago A 73 tokens original Apache-2.0

review-changes

27

deephaven/deephaven-mcp

Skill Claude CodeCodex

Perform a deep review of a changeset — invoke when reviewing a set of code changes spanning more than one file, before committing; use review-python-file for a single file in depth. Routes each file to its type-specific review skill, then adds the cross-cutting checks (unrequested surface, design consistency, DRY…

5 4d ago A 77 tokens original Apache-2.0

review-python-file

28

deephaven/deephaven-mcp

Skill Claude CodeCodex

Perform a comprehensive review of a single Python file — invoke when reviewing one file in depth; use review-changes for a multi-file changeset. Covers design, correctness, DRY, security, type safety, pydocs, imports, logging, and test coverage.

5 4d ago A 57 tokens original Apache-2.0

run-precommit

29

deephaven/deephaven-mcp

Skill Claude CodeCodex

Run precommit.sh before committing — invoke after any code or documentation edit, and before staging. It modifies files in place, so re-check the diff afterward. Applies isort, black, ruff, mypy, codespell, and markdownlint in sequence, stopping at the first failure.

5 4d ago A 62 tokens original Apache-2.0

skill-add

30

deephaven/deephaven-mcp

Skill Claude CodeCodex

Add a new agent skill end-to-end — invoke when creating a new file under .agents/skills/. Runs the composition gate, chooses the name and ref- prefix, drafts a triggering description and a body that satisfies the effectiveness and structural standards, cross-links parents, registers the catalog README row, and runs…

5 4d ago A 71 tokens original Apache-2.0

skill-review

31

deephaven/deephaven-mcp

Skill Claude CodeCodex

Review an existing agent skill (.agents/skills//SKILL.md) or the project AGENTS.md — invoke when editing or auditing a skill or AGENTS.md; also dispatched by review-changes on changes to those paths. Runs the composition, effectiveness, structural, and cross-reference audits plus README sync and AGENTS.md overlap…

5 4d ago A 84 tokens original Apache-2.0

tests-improve

32

deephaven/deephaven-mcp

Skill Claude CodeCodex

Comprehensively improve unit tests — invoke when a source file's coverage is below the 100%-per-file target, or its test file is missing or disorganized. Ensures test files exist, adds missing tests, removes unneeded ones, and restructures to reach full per-source-file coverage.

5 4d ago A 63 tokens original Apache-2.0

tests-run-file

33

deephaven/deephaven-mcp

Skill Claude CodeCodex

Run a single test file's tests with coverage — required for assessing per-file coverage of a single source file.

5 4d ago A 25 tokens original Apache-2.0

tests-run

34

deephaven/deephaven-mcp

Skill Claude CodeCodex

Run the full unit test suite with coverage — invoke to verify a change across the whole project; use tests-run-file when assessing one source file's per-file coverage. Reports test failures and uncovered lines.

5 4d ago A 42 tokens original Apache-2.0

deephaven/deephaven-mcp

Instructions file CodexOpenCode

Instructions for deephaven/deephaven-mcp, covering deephaven mcp — agent guidelines, testing, timeouts, version control and scope discipline.

5 4d ago A 3,251 tokens original Apache-2.0