Published Skills 32
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 localhost environments
Running multiple instances of the same project on localhost causes port conflicts, data corruption, and browser state mixing. This skill generates environment configurations that isolate each instance with unique ports, Docker resources, and browser domains.
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-repos
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 with AXe
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.