Discover Tech Packs.

Browse community-built packs for Claude Code. Find the right setup for your stack.

0 Tech Packs

A Git repo. A YAML manifest. That's it.

A tech pack is a portable configuration package for Claude Code. It lives in a Git repository alongside a single techpack.yaml manifest that declares everything Claude needs for your stack — MCP servers, skills, hooks, commands, templates, and more.

Packs are modular by design. Install one for your framework, another for your team's conventions, and a third for your deployment pipeline. Each pack stays independent, versioned, and easy to update.

Because every pack is just a repo, sharing is built in. Publish your setup for the community or keep it private for your team — either way, one command is all it takes to install.

techpack.yaml
identifier: "my-team-pack" ← unique identifier displayName: My Team Pack description: Everything our team needs components: - id: docs-search ← MCP server mcp: command: npx args: ["-y", "@team/docs-search"] - id: code-review ← skill skill: source: skills/code-review destination: code-review templates: ← CLAUDE.md sections - sectionIdentifier: guidelines contentFile: templates/guidelines.md

Share your tech pack.

Have a GitHub repo with a valid techpack.yaml? Add it here.