schema
25Skill Claude CodeCodex
Run schema:commit after any src/schemas/.ts change. Regenerates metadata, verifies counts, runs tests, and stages generated files. Required after every schema change to prevent metadata drift (the.
Skill Claude CodeCodex
Run schema:commit after any src/schemas/.ts change. Regenerates metadata, verifies counts, runs tests, and stages generated files. Required after every schema change to prevent metadata drift (the.
Skill Claude CodeCodex
Run the full pre-commit verification pipeline and prepare a commit. Checks types, tests, drift, placeholders, and silent fallbacks before committing.
Instructions file
Claude Code instructions for khill1269/servalsheets, covering claude code rules (servalsheets), live state & session context, project overview, core pipeline and non-negotiable workflow.
Skill Claude CodeCodex
This guide helps Claude (and other AI assistants) use ServalSheets MCP server effectively.
MCP server Claude CodeCodexCursor
MCP server "servalsheets" as configured in khill1269/servalsheets. Runs locally from the servalsheets npm package.
Agent Claude Code
Agents are invoked via Claude Code's Task tool with the appropriate agent file.
Agent Claude Code
Meta-agent for optimizing Claude Code configuration and MCP server usage.
Agent Claude Code
Multi-perspective code review. Runs type checking, linting, MCP compliance, Google API best practices, security scan, and test coverage checks in a single pass. Catches 95% of issues before CI. Use before commits for fast feedback (<2min).
Agent Claude Code
Execution path tracer for ServalSheets. Traces the 4-layer pipeline (STDIO→server.ts→tool-handlers.ts→handlers/.ts→google-api.ts) to pinpoint where failures originate. Use when tests fail unexpectedly, behavior doesn't match the schema, or to understand request flow through the system.
Agent Claude Code
Coordinates ServalSheets development by orchestrating the right specialist agents in the right order. Give it a task and it handles research → implementation → validation → review. Examples: 'implement ISSUE-047', 'fix the failing test in composite.ts', 'review everything before committing', 'what broke the tests?'…
Agent Claude Code
Use this agent when you need expert-level guidance on Google APIs (Sheets, Drive, Apps Script, BigQuery) within the ServalSheets codebase. Trigger this agent when: implementing new Google API integrations, optimizing existing API usage patterns, auditing handler code against official Google documentation, debugging…
Agent Claude Code
Google Sheets API v4 expert with real-time documentation access. Validates API usage patterns, quota optimization, best practices, and error handling. Always checks latest Google documentation for accuracy. Use when implementing new actions, debugging API issues, or optimizing quota usage.
Agent Claude Code
Google Apps Script API expert for custom function and automation patterns.
Agent Claude Code
Google BigQuery API expert for Sheets-BigQuery integration patterns.
Agent Claude Code
Google Drive API v3 expert with real-time documentation access.
Agent Claude Code
MCP protocol compliance expert for ServalSheets. Validates protocol adherence, checks transport implementations, verifies SDK compatibility, and ensures spec compliance with MCP 2025-11-25. Use when implementing new tools, modifying server handlers, or debugging protocol issues.
Agent Claude Code
Use this agent when you need expert guidance on the Model Context Protocol (MCP) specification, compliance validation, protocol implementation questions, or when reviewing code that interacts with MCP internals. Examples include:\n\n \nContext: Developer is implementing a new MCP transport layer in…
Agent Claude Code
Performance optimization specialist for ServalSheets. Profiles code, identifies bottlenecks, optimizes quota usage, implements caching strategies, and validates performance regressions. Always uses benchmarks and real metrics. Use when optimizing handlers, debugging slow operations, or reducing API costs.
Agent Claude Code
Security review specialist for ServalSheets. Audits for OWASP issues, OAuth/credential handling, SQL injection in BigQuery queries, input sanitization, API key exposure, and authorization gaps. Use before releases or when adding auth/data-handling features.
Agent Claude Code
Use this agent when you want to run a comprehensive real-API test of the ServalSheets MCP server, covering all 22 tools and 342 actions, logging issues to a markdown file, and analyzing performance, rate limiting, bottlenecks, and other quality dimensions. This agent should be invoked explicitly when the user wants a…
Agent Claude Code
TDD-based feature implementation for ServalSheets. Use for adding new actions, fixing bugs, implementing features, or modifying handlers/schemas. Always writes tests first, follows existing patterns, and validates with gates. Examples: Add bulkdelete action to sheetsdata; Fix composite streaming test failures…
Agent Claude Code
Fast codebase research for ServalSheets using read-only operations. Use for pattern discovery, finding code examples, analyzing handlers/schemas, counting occurrences, or extracting architectural patterns. Examples: Find all error handling patterns in handlers; Analyze action naming conventions across 22 tools; Find…
Agent Claude Code
Fast automated validation using ServalSheets gate pipeline (G0-G4). Use for pre-commit checks, schema change validation, regression detection, or phase completion verification. Always uses Haiku for cost efficiency. Examples: Run G0 baseline validation; Validate schema changes with G1; Full gate pipeline for phase…
Agent Claude Code
Comprehensive testing specialist for ServalSheets. Designs test strategies, writes property-based tests, implements mutation testing, and ensures 100% critical path coverage. Uses TDD/BDD patterns and fast test execution. Use when adding features, fixing bugs, or improving test coverage.