Build your own pack
Curate your favorite skills into a reusable collection, then install it with one command.
python-cli-patterns
Medium Risk 73Build Python CLI Apps
by 0xDarkMatter
Python CLI projects often need consistent command structure, validation, configuration, and terminal output. This skill gives Claude, Codex, and Claude Code reusable patterns for Typer, Rich, config files, and tests.
python-async-patterns
Low Risk 83Build Reliable Python Async Workflows
by 0xDarkMatter
Async Python code can become fragile when tasks, timeouts, and blocking calls are handled inconsistently. This skill provides focused asyncio patterns for safer concurrency, HTTP clients, retries, debugging, and production cleanup.
project-planner
Safe 80Keep Project Plans Current
by 0xDarkMatter
Project plans often drift away from real work as commits and sessions continue. This skill detects stale docs/PLAN.md state and suggests the right save or sync action.
file-search
Medium Risk 69Search Files Faster with fd, rg, and fzf
by 0xDarkMatter
Large codebases make file discovery and text search slow. This skill guides Claude, Codex, and Claude Code to use fd, ripgrep, and fzf for precise search workflows.
doc-scanner
Medium Risk 73Scan Project Documentation
by 0xDarkMatter
Project repositories often contain scattered AI and workflow documentation. This skill finds those files, summarizes their guidance, and helps produce one clear agent guide.
claude-code-templates
Medium Risk 67Create Claude Code Templates
by 0xDarkMatter
Building Claude Code extensions from scratch can lead to inconsistent file structure and missing metadata. This skill provides starter templates for agents, skills, commands, and hooks.
code-stats
Medium Risk 69Measure Code Size and Semantic Changes
by 0xDarkMatter
Codebase size and review scope are hard to estimate by hand. This skill guides Claude, Codex, and Claude Code through tokei and difft workflows for clear metrics and semantic comparisons.
zig-docs
Medium Risk 72Fetch Zig Documentation Fast
by 0xBigBoss
Zig APIs change quickly, and model knowledge can be stale or incomplete. This skill guides Claude, Codex, and Claude Code to fetch current Zig documentation from authoritative sources.
zig-best-practices
Low Risk 78Improve Zig Code Quality
by 0xBigBoss
Zig projects often fail from unclear error contracts, unsafe allocation patterns, and weak type boundaries. This skill gives Claude, Codex, and Claude Code practical Zig patterns for safer implementation and review.
typescript-best-practices
Safe 81Improve TypeScript Safety
by 0xBigBoss
TypeScript projects often lose safety when types, validation, and configuration drift apart. This skill gives Claude, Codex, and Claude Code practical patterns for type-first implementation.
tmux-processes
Medium Risk 72Manage Long-Running tmux Processes
by 0xBigBoss
Long-running dev servers and watchers can block an AI coding session or become hard to monitor. This skill gives Claude, Codex, and Claude Code repeatable tmux patterns for starting, checking, and stopping project-scoped processes.
web-fetch
Medium Risk 72Fetch Web Pages as Clean Markdown
by 0xBigBoss
Web pages often include navigation, scripts, and layout noise that make source material hard to review. This skill fetches page content and converts the useful HTML into cleaner Markdown for Claude, Codex, and Claude Code workflows.
tamagui-best-practices
Low Risk 78Build Better Tamagui Interfaces
by 0xBigBoss
Tamagui projects often lose performance, accessibility, and consistency when patterns are improvised. This skill gives Claude, Codex, and Claude Code practical rules for config, components, tokens, and compiler-friendly UI.
react-best-practices
Safe 81Improve React Components with Proven Patterns
by 0xBigBoss
React code often gains bugs from unnecessary effects, unstable dependencies, and unclear component state. This skill gives Claude, Codex, and Claude Code focused guidance for safer component design.
python-best-practices
Low Risk 77Improve Python Code With Type-First Patterns
by 0xBigBoss
Python projects often drift into unclear models, scattered configuration, and weak error handling. This skill gives Claude, Codex, and Claude Code practical patterns for safer Python changes.
playwright-best-practices
Low Risk 77Improve Playwright Tests With Stable Patterns
by 0xBigBoss
Flaky end-to-end tests waste engineering time and make releases harder to trust. This skill guides Claude, Codex, and Claude Code toward durable Playwright patterns for locators, fixtures, assertions, auth, and mocks.
go-best-practices
Low Risk 77Improve Go Code Quality
by 0xBigBoss
Go projects often drift into weak types and inconsistent errors. This skill guides agents to use explicit types, interfaces, options, context, and tests.
canton-network-repos
Medium Risk 72Map Canton Network Repository Versions
by 0xBigBoss
Canton Network projects can be hard to align across DAML SDK, Canton runtime, and Splice releases. This skill gives repository maps, version guidance, and build context for safer compatibility work.
skill-developer
Low Risk 79Build Claude Code Skills and Hooks
by 0Chan-smc
Teams often lack a consistent process for creating Claude Code skills and activation rules. This skill provides structured guidance for skills, hooks, agents, commands, and trigger configuration.
chinese-learning-assistant
Low Risk 76Improve Practical Chinese Fluency
by 0918nobita
Intermediate learners often know grammar but still write stiff or unnatural Chinese. This skill explains real usage and rewrites text into natural Chinese with source-backed examples.