Build your own pack
Curate your favorite skills into a reusable collection, then install it with one command.
plan
Low Risk 74Plan Complex Coding Work
by 0xmsc
Complex coding tasks can fail when scope, risks, and verification are unclear. This skill helps Claude, Codex, and Claude Code create concise plans before implementation.
develop
Low Risk 74Improve Code Changes with Structured Workflow
by 0xmsc
AI coding assistants can lose context or make broad edits without a clear development process. This skill guides Claude, Codex, and Claude Code through planning, code exploration, focused implementation, and verification.
commit
Low Risk 78Write Clear Conventional Commits
by 0xmsc
Commit messages are often inconsistent or too broad for useful history. This skill helps Claude, Codex, and Claude Code draft atomic Conventional Commit messages from staged work.
create-skill
Low Risk 74Create Agent Skills
by 0xmsc
Writing a useful Agent Skill requires clear metadata, concise instructions, and well-organized references. This skill gives agents a repeatable process for producing valid skill folders.
python-fastapi
Medium Risk 71Build FastAPI Services
by 0xkynz
Teams need consistent FastAPI structure for APIs, database access, migrations, and tests. This skill provides practical patterns for uv, async SQLAlchemy, Pydantic, Alembic, and production setup.
pdf-processing
Safe 80Process PDF Documents
by 0xkynz
PDF work often requires careful extraction, form handling, and page operations. This skill gives Claude, Codex, and Claude Code practical guidance for common PDF workflows.
memory-bank
Medium Risk 72Preserve Project Context Across Sessions
by 0xkynz
Long-running projects lose context when assistant sessions reset. This skill creates a structured Memory Bank so Claude, Codex, and Claude Code can resume work with project history.
data-visualization
Safe 80Create Clear Data Visualizations
by 0xkynz
Raw data can be hard to compare, explain, and share. This skill guides Claude, Codex, and Claude Code to create clear charts, reports, and visual summaries.
doc-writer
Low Risk 78Create Structured Task Documentation
by 0xhiroki
Teams often lose task context when plans and completed work use different formats. This skill helps Claude, Codex, and Claude Code create consistent numbered task documents from repository context.
testing-patterns
Low Risk 80Improve Test Design Across Languages
by 0xDarkMatter
Teams often mix slow tests, brittle mocks, and unclear coverage goals. This skill provides practical patterns for designing reliable tests, test data, mocks, and CI feedback loops.
tool-discovery
Low Risk 79Choose the Right Claude and Codex Tool
by 0xDarkMatter
Teams lose time deciding whether a task needs a skill, an agent, or manual work. This skill provides a compact routing guide for Claude, Codex, and Claude Code workflows.
task-runner
Medium Risk 72Run Project Tasks with just
by 0xDarkMatter
Projects often hide commands across package scripts, makefiles, and documentation. This skill helps Claude, Codex, and Claude Code discover and run just recipes consistently.
tailwind-patterns
Safe 77Build Tailwind CSS Patterns
by 0xDarkMatter
Frontend teams often need fast, consistent Tailwind class patterns without searching documentation. This skill provides practical utility recipes for responsive layouts, components, states, and configuration.
sql-patterns
Safe 77Optimize SQL Queries with Proven Patterns
by 0xDarkMatter
SQL users often need correct patterns for analytics, pagination, joins, and indexes. This skill provides concise examples and guidance for faster, clearer database queries.
sqlite-ops
Medium Risk 69Design Reliable SQLite Workflows
by 0xDarkMatter
SQLite projects often need safe schemas, migrations, caching, and async access patterns. This skill provides reusable Python and SQL patterns for local database operations.
rest-patterns
Low Risk 75Design REST APIs With Clear HTTP Patterns
by 0xDarkMatter
Teams often make inconsistent choices for methods, status codes, caching, and rate limits. This skill gives concise REST patterns that help Claude, Codex, and Claude Code produce consistent API designs.
python-typing-patterns
Low Risk 84Add Python Type Safety Patterns
by 0xDarkMatter
Python projects often gain type hints unevenly, which leaves APIs hard to verify. This skill gives Claude, Codex, and Claude Code practical patterns for annotations, checkers, protocols, overloads, and runtime validation.
python-observability-patterns
Low Risk 78Add Python Observability Patterns
by 0xDarkMatter
Python services need consistent logs, metrics, and traces to diagnose production issues. This skill gives Codex, Claude, and Claude Code practical patterns for structlog, Prometheus, and OpenTelemetry.
python-fastapi-patterns
Low Risk 84Build FastAPI APIs with Proven Patterns
by 0xDarkMatter
Building FastAPI services requires consistent choices for validation, dependencies, middleware, and background work. This skill provides reusable Python patterns and a scaffold helper for practical API development.
python-database-patterns
Low Risk 78Implement SQLAlchemy Database Patterns
by 0xDarkMatter
Python database code can fail through weak session handling, unsafe migrations, or poor pooling. This skill gives Claude, Codex, and Claude Code practical SQLAlchemy 2.0 patterns for reliable applications.