ZipperCode
Community@ZipperCode
ZipperCode provides Trellis spec-driven development skills and server-side Anthropic-compatible gateway implementation guidance for Claude Code integrations.
Agent Skills by ZipperCode
Showing 12 vetted skills indexed across 1 GitHub repositories.
trellis-before-dev
Loads project-specific coding guidelines from .trellis/spec/ before implementation begins.
trellis-brainstorm
Guides collaborative requirements discovery and converges on an MVP scope before implementation.
trellis-break-loop
Analyzes fixed bugs across five dimensions to produce prevention mechanisms and spec updates.
trellis-check
Verifies code changes against specs, lint, tests, and cross-layer consistency checklists.
trellis-meta
Guides customization of local Trellis workflow, hooks, agents, and platform files.
trellis-update-spec
Captures executable contracts and coding conventions into .trellis/spec/ documentation files.
claude-code-api-compaction
Implements gateway tolerance for Claude Code context-management fields in Anthropic API requests.
claude-code-llm-gateway
Implement an Anthropic-compatible LLM gateway server for Claude Code integration.
claude-code-api-request
Implements server-side HTTP endpoints for a Claude Code compatible Anthropic API gateway.
claude-code-api-tools
Implement Anthropic tool_use and tool_result compatibility for Claude Code gateway servers.
claude-code-api-conversation
Implements server-side Anthropic messages and content-block compatibility for a Claude Code gateway.
claude-code-api-streaming
Implement server-side Anthropic SSE streaming events for Claude Code gateway endpoints.
Frequently Asked Questions About ZipperCode
FAQPage SchemaWhat tasks can I accomplish using ZipperCode's Trellis skills?▼
You can discover project coding guidelines before implementation, brainstorm requirements into a PRD with MVP scoping, run quality verification covering lint, type-check, tests and spec compliance, perform deep root cause bug analysis, and capture conventions into .trellis/spec/ documents for future sessions.
Who should use ZipperCode's Claude Code gateway skills?▼
Backend engineers building an Anthropic-compatible server gateway for Claude Code. The skills cover /v1/messages, /v1/messages/count_tokens, /v1/files, /v1/models, SSE streaming events, tool_use/tool_result handling, beta headers, cache controls, and tolerant validation of message content blocks.
How do the Trellis skills fit into a development session?▼
Use trellis-brainstorm when requirements are unclear, trellis-before-dev before writing code to load specs, trellis-check before committing to verify quality, trellis-break-loop after fixing bugs, and trellis-update-spec to preserve learned conventions. trellis-meta covers customizing the .trellis architecture itself.
What gateway compatibility details do the Claude Code skills address?▼
They address HTTP request handling and routing, tool schema and tool_choice compatibility including MCP-style names, message and content-block validation with image/document/thinking blocks, SSE event sequences like message_start and content_block_delta, stream:false fallback, timeouts, and context-management compaction fields.
What prerequisites are needed to use these skills?▼
The Trellis skills require a project initialized with trellis init containing a .trellis directory with spec/, hooks, and settings. The gateway skills require a server-side project implementing an Anthropic-compatible endpoint surface for Claude Code, including streaming and token-counting routes.