MCP server Claude CodeCodexCursor +2
MCP server for SignNow API helper tools (stdio only). Runs locally from the sn-api-helper-mcp Python package.
MCP server Claude CodeCodexCursor +2
MCP server for SignNow API helper tools (stdio only). Runs locally from the sn-api-helper-mcp Python package.
Skill Claude CodeCodex
Use when preparing to commit changes or drafting a git commit message in this repo.
Skill Claude CodeCodex
SignNow MCP Server architecture rules, layer constraints, and design philosophy. Use when working on any source code in this project — implementing features, reviewing code, writing specs, planning, or testing. Covers the Thin Translator philosophy, stateless design, layer access matrix, dependency rules, and known…
Skill Claude CodeCodex
Coding standards and implementation patterns for SignNow MCP Server. Use when writing or modifying Python source code in this project — implementing features, fixing bugs, refactoring. Covers layer-specific coding rules, error handling patterns, typing standards, the bug fix protocol, and verification steps. Do NOT…
Skill Claude CodeCodex
Convert technical specifications into step-by-step implementation plans for SignNow MCP Server. Use when creating an execution plan, breaking down a spec into tasks, or organizing implementation work into phases. Covers phase structure, layer tags, constraint checks, and the plan output format. Do NOT use for writing…
Skill Claude CodeCodex
Write technical specifications for SignNow MCP Server features. Use when designing a new feature, writing a spec, performing architecture review, or converting a feature idea into requirements. Covers the analysis protocol (philosophy check, layer check, tool design, auth, errors, testability), spec output format, and…
Skill Claude CodeCodex
Testing strategy and conventions for SignNow MCP Server. Use when writing, reviewing, or modifying unit tests in this project. Covers per-layer testing patterns, mocking conventions (MagicMock for SignNowAPIClient, AsyncMock for Context), async test handling, parametrize usage, the analyze protocol (3 YES criteria)…
Agent
Transform vague feature ideas into detailed, testable requirements with user stories and acceptance criteria.
Agent
Implement a step from the Execution Plan strictly following architectural constraints.
Agent
Convert a Technical Specification into a step-by-step Implementation Checklist.
Agent
Generate concise, resilient tests following project conventions.
Instructions file GitHub Copilot
Instructions for signnow/sn-mcp-server, covering copilot instructions for ai coding agents, project overview, key workflows, project conventions and integration & patterns.
Instructions file CodexOpenCode
Instructions for signnow/sn-mcp-server, covering signnow mcp server, agent-first, self-check pyramid, enforced invariants and commands.
Instructions file
Instructions for signnow/sn-mcp-server: Project governance, architecture, boundaries, and gotchas live in AGENTS.md — read it first and follow it for all work in this repo. It is the source of truth; this file only points to it.
MCP server Claude CodeCodexCursor +2
A Model Context Protocol (MCP) server that provides SignNow API integration capabilities. Runs locally from the signnow-mcp-server Python package.