ZipperCode avatar

ZipperCode

Community

@ZipperCode

4Followers
|
98Public Repos
|
12Published Skills

ZipperCode provides Trellis spec-driven development skills and server-side Anthropic-compatible gateway implementation guidance for Claude Code integrations.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (45%)LLM Gateway Server.. (40%)Requirements Disco.. (15%)

Agent Skills by ZipperCode

Showing 12 vetted skills indexed across 1 GitHub repositories.

ZipperCodeZipperCode
4

trellis-before-dev

Loads project-specific coding guidelines from .trellis/spec/ before implementation begins.

Community
Basic
ZipperCodeZipperCode
4

trellis-brainstorm

Guides collaborative requirements discovery and converges on an MVP scope before implementation.

Community
Advanced
ZipperCodeZipperCode
4

trellis-break-loop

Analyzes fixed bugs across five dimensions to produce prevention mechanisms and spec updates.

Community
Intermediate
ZipperCodeZipperCode
4

trellis-check

Verifies code changes against specs, lint, tests, and cross-layer consistency checklists.

Community
Intermediate
ZipperCodeZipperCode
4

trellis-meta

Guides customization of local Trellis workflow, hooks, agents, and platform files.

Community
Advanced
ZipperCodeZipperCode
4

trellis-update-spec

Captures executable contracts and coding conventions into .trellis/spec/ documentation files.

Community
Intermediate
ZipperCodeZipperCode
4

claude-code-api-compaction

Implements gateway tolerance for Claude Code context-management fields in Anthropic API requests.

Community
Intermediate
ZipperCodeZipperCode
4

claude-code-llm-gateway

Implement an Anthropic-compatible LLM gateway server for Claude Code integration.

Community
Advanced
ZipperCodeZipperCode
4

claude-code-api-request

Implements server-side HTTP endpoints for a Claude Code compatible Anthropic API gateway.

Community
Intermediate
ZipperCodeZipperCode
4

claude-code-api-tools

Implement Anthropic tool_use and tool_result compatibility for Claude Code gateway servers.

Community
Intermediate
ZipperCodeZipperCode
4

claude-code-api-conversation

Implements server-side Anthropic messages and content-block compatibility for a Claude Code gateway.

Community
Intermediate
ZipperCodeZipperCode
4

claude-code-api-streaming

Implement server-side Anthropic SSE streaming events for Claude Code gateway endpoints.

Community
Intermediate

Frequently Asked Questions About ZipperCode

FAQPage Schema
What 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.