khill1269

56 mods across 2 repositories, 0 stars between them.

schema

25

khill1269/servalsheets

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.

0 8d ago A 42 tokens original MIT

ship

26

khill1269/servalsheets

Skill Claude CodeCodex

Run the full pre-commit verification pipeline and prepare a commit. Checks types, tests, drift, placeholders, and silent fallbacks before committing.

0 8d ago A 31 tokens original MIT

khill1269/servalsheets

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.

0 8d ago A 4,253 tokens original MIT

guides

28

khill1269/servalsheets

Skill Claude CodeCodex

This guide helps Claude (and other AI assistants) use ServalSheets MCP server effectively.

0 8d ago A 18 tokens original MIT

servalsheets

29

khill1269/servalsheets

MCP server Claude CodeCodexCursor

MCP server "servalsheets" as configured in khill1269/servalsheets. Runs locally from the servalsheets npm package.

0 8d ago A tokens not measured original MIT

README

30

khill1269/servalsheets-v2

Agent Claude Code

Agents are invoked via Claude Code's Task tool with the appropriate agent file.

0 2mo ago A 0 tokens copy · 95% MIT

khill1269/servalsheets-v2

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).

0 2mo ago A 59 tokens copy · 86% MIT

debug-tracer

33

khill1269/servalsheets-v2

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.

0 2mo ago A 66 tokens copy · 88% MIT

dev-team-lead

34

khill1269/servalsheets-v2

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?'…

0 2mo ago A 75 tokens original MIT

khill1269/servalsheets-v2

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…

0 2mo ago A 454 tokens copy · 97% MIT

google-api-expert

36

khill1269/servalsheets-v2

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.

0 2mo ago A 56 tokens copy · 94% MIT

mcp-protocol-expert

40

khill1269/servalsheets-v2

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.

0 2mo ago A 59 tokens copy · 94% MIT

khill1269/servalsheets-v2

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…

0 2mo ago A 479 tokens original MIT

khill1269/servalsheets-v2

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.

0 2mo ago A 56 tokens copy · 100% MIT

security-auditor

43

khill1269/servalsheets-v2

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.

0 2mo ago A 56 tokens original MIT

khill1269/servalsheets-v2

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…

0 2mo ago A 321 tokens original MIT

khill1269/servalsheets-v2

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…

0 2mo ago A 71 tokens copy · 86% MIT

khill1269/servalsheets-v2

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…

0 2mo ago A 68 tokens original MIT

khill1269/servalsheets-v2

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…

0 2mo ago A 69 tokens original MIT

testing-specialist

48

khill1269/servalsheets-v2

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.

0 2mo ago A 59 tokens original MIT