engram-server-api
Use this skill when: - Adding or changing HTTP routes - Updating handler request/response schemas - Modifying status code behavior
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "engram-server-api" description: "Use this skill when: - Adding or changing HTTP routes - Updating handler request/response schemas - Modifying status code behavior" license: "Apache-2.0" --- ## When to Use Use this skill when: - Adding or changing HTTP routes - Updating handler request/response schemas - Modifying status code behavior --- ## Contract Rules 1. Every new/changed endpoint must have tests. 2. Cover both success and error paths. 3. Keep scripts and docs aligned with real handlers. 4. Do not reference non-existent endpoints in plugins/hooks. --- ## Required Validation - Handler-level tests for parsing/validation errors - E2E tests for route behavior and response body - Regression test for every bugfix related to API contracts --- ## Docs Rules If payload or route changes, update docs in the same PR.
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

