Published Skills 32
zig-docs
Fetch Zig documentation via CLI
Need Zig API details or std lib function signatures. This skill provides commands to fetch Zig language and standard library documentation from authoritative GitHub sources.
zig-best-practices
Write idiomatic Zig code
Writing safe, efficient Zig code requires understanding type-first development patterns and explicit memory management. This skill provides proven patterns for tagged unions, error sets, comptime validation, and resource cleanup that produce robust, maintainable Zig applications.
web-fetch
Fetch web content as clean markdown
Converting web pages to markdown is time-consuming and error-prone. This skill uses intelligent content extraction with CSS selectors to fetch any URL and produce clean, readable markdown output for documentation, articles, and reference pages.
typescript-best-practices
Write type-safe TypeScript with proven patterns
TypeScript code often contains runtime errors that type checking misses. This skill provides battle-tested patterns for type-first development, discriminated unions for illegal states, exhaustive handling, and runtime validation with Zod to catch bugs before they ship.
tmux-processes
Manage long-running processes in tmux
Managing long-running processes across Claude Code sessions can be challenging. This skill provides patterns for starting dev servers, watchers, and other persistent processes in tmux sessions that survive conversation reloads.
tilt
Manage Tilt development environments
Tilt accelerates Kubernetes development with live reloading and unified workflows. This skill provides essential CLI commands and Tiltfile API references for efficient container-based development.
tamagui-best-practices
Build cross-platform UI with Tamagui
Building consistent web and native interfaces with Tamagui requires understanding compiler optimization, design tokens, and platform-specific patterns. This skill provides expert patterns for config v4, compound components, animations, and accessible overlays.
react-best-practices
Apply React best practices
React developers often struggle with proper hooks usage, effect dependencies, and component patterns. This skill provides battle-tested patterns for hooks, effects, refs, and component design to write cleaner, more maintainable React code.
python-best-practices
Apply Python type-first patterns
Writing Python without type definitions leads to runtime errors and hard-to-maintain code. This skill provides battle-tested patterns for type-first development using dataclasses, discriminated unions, Protocols, and other modern Python features to make illegal states unrepresentable.
playwright-best-practices
Write resilient Playwright tests
Playwright tests often become brittle and flaky over time. This skill provides battle-tested patterns for locators, assertions, fixtures, and page objects that create maintainable, self-healing tests.
linear
Manage Linear issues and projects from command line
Track and manage Linear issues without leaving your terminal. Create tasks, link issues, view details, and run GraphQL queries. Automate your project management workflow with a simple CLI interface.
go-best-practices
Apply Go best practices for type-safe code
Go projects often suffer from runtime errors that could be caught at compile time. This skill provides patterns for type-first development, interfaces, functional options, and proper error handling to prevent bugs before they happen.
gen-env
Generate isolated local development environments
Running multiple project instances on localhost causes port conflicts, shared browser state, and data contamination. This skill generates a gen-env command that creates isolated development environments with unique ports, Docker names, and browser-safe subdomains.
extract-transcripts
Convert session logs to readable transcripts
Claude Code and Codex CLI store conversation history as JSONL files that are difficult to read manually. This skill extracts those sessions into clean markdown format with metadata, timestamps, and optional tool call details.
Canton Network Open-Source Repositories
Understand Canton Network repositories
Get expert guidance on working with Canton Network, DAML, and Splice open-source repositories. Covers version compatibility, build processes, and troubleshooting for distributed ledger development.
axe-ios-simulator
Automate iOS Simulator interactions
Claude Code lacks built-in iOS Simulator control. This skill provides documentation and examples for AXe CLI, enabling automated touch gestures, text input, screenshots, video recording, and accessibility inspection.
zig-docs
Fetch Zig documentation via CLI
Need to look up Zig API details or standard library function signatures. This skill provides curl and pandoc commands to fetch Zig language and standard library documentation from authoritative GitHub sources.
zig-best-practices
Write idiomatic Zig code
Writing safe, efficient Zig code requires understanding type-first development patterns and explicit memory management. This skill provides proven patterns for tagged unions, error sets, comptime validation, and resource cleanup that produce robust, maintainable Zig applications.
web-fetch
Fetch web content as clean markdown
Converting web pages to markdown is time-consuming and error-prone. This skill uses intelligent content extraction with CSS selectors to fetch any URL and produce clean, readable markdown output for documentation, articles, and reference pages.
typescript-best-practices
Apply TypeScript Best Practices
Writing TypeScript without patterns leads to runtime bugs and difficult maintenance. This skill provides patterns for type-first development that catches errors at compile time, makes invalid states unrepresentable, and adds runtime validation.
tmux-processes
Run long-lived processes in tmux
Development processes like dev servers and watchers need to run continuously beyond conversation context. This skill provides safe patterns for managing these processes in tmux sessions.
tilt
Manage Tilt development environments
Tilt accelerates Kubernetes development with live reloading and unified workflows. This skill provides essential CLI commands and Tiltfile API references for efficient container-based development.
tamagui-best-practices
Build cross-platform UI with Tamagui
Building consistent web and native interfaces with Tamagui requires understanding compiler optimization, design tokens, and platform-specific patterns. This skill provides expert patterns for config v4, compound components, animations, and accessible overlays.
react-best-practices
Apply React best practices
React developers often struggle with proper hooks usage, effect dependencies, and component patterns. This skill provides battle-tested patterns for hooks, effects, refs, and component design to write cleaner, more maintainable React code.