Tiger Style — Design skill for Claude Code
TigerStyle skill - Tigerbeetle style code for your coding agent.
How to install Tiger Style
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open M64GitHub/tiger-style and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Tiger Style does
TigerStyle skill - Tigerbeetle style code for your coding agent.
Alternatives in Design
- Brand Guidelines — Apply Anthropic's official brand colors and typography to artifacts 94.1k ★
- Planning With Files — Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B 17.4k ★
- Explanatory Output Style — Educational output mode with insights about implementation choices 14k ★
README
tiger-style
A [Claude Code](https://claude.ai/code) skill that brings [TigerBeetle's TigerStyle](https://github.com/tigerbeetle/tigerbeetle/blob/main/docs/TIGER_STYLE.md) coding discipline to your Zig projects. Get real-time guidance, analysis reports, and violation checks for safety-critical code - all from a `/tiger-style` slash command. Code examples and stdlib references are verified against **Zig 0.16**.
Why
TigerBeetle's engineering style guide is one of the most rigorous approaches to writing reliable systems software. But style guides only work when they're actively applied during development, not reviewed after the fact.
This skill embeds TigerStyle rules directly into your coding workflow. Claude applies them as you write, catches violations before they reach review, and produces structured reports when you need a full audit.
**Priority hierarchy**: Safety > Performance > Developer Experience
What You Get
- Writing guidance - TigerStyle rules applied as you write new Zig code
- Full analysis reports - structured breakdown of aligned patterns, violations, and gray areas
- Quick violation checks - fast pass to catch problems before commit
- Severity classification - CRITICAL / MAJOR / MINOR for prioritized fixes
- Pre-submit checklist - built-in validation covering safety, naming, formatting, and memory
Install as Plugin
/plugin marketplace add M64GitHub/tiger-style
/plugin install tiger-style@tiger-style
Restart Claude Code to take effect.
The skill is then available as `/tiger-style`.
Usage
Write new code with TigerStyle guidance
/tiger-style
Loads the full rule set into context. Claude will apply safety, performance, and DX rules as you write code in the current session.
Analyze an existing file
/tiger-style analyze path/to/file.zig
Pro
Related Skills
Swift Claude Code
A Swift reimplementation of a Claude Code-style coding agent, built stage by stage to explore what makes codin
Claude Code Debug Mode
Cursor-style Debug Mode skill for coding agents. Hypothesis-driven debugging with runtime log instrumentation
Agent Operating Protocol
Fable 5-style AGENTS.md and CLAUDE.md templates for high-agency coding assistants.
Chad
chad: a local Claude-Code-style coding agent for your laptop
Genpark Command Line Developer Terminal Agent Scaffolder Skill
Command-line terminal agent for automated scaffolding & vibe coding (Kane CLI style)
Style Tengu
I have extracted prompts from my Claude Code conversation history. These prompts represent the types of reques
Related Agents
Codebase Analyst
Use proactively to find codebase patterns, coding style and team standards. Specialized agent for deep codebas
Consistency
Checks changed code against project conventions and coding style
Kernel Coding Style Critic
Specialist critic for linux-kernel-dev answers · scores ONLY coding style — kernel coding-style.rst adherence