review-code
Safe 74Review Code with a Senior Checklist
by 0xmsc
Code reviews can miss security, testing, and maintainability issues. This skill guides Claude, Codex, and Claude Code through structured review steps.
Curate your favorite skills into a reusable collection, then install it with one command.
Review Code with a Senior Checklist
by 0xmsc
Code reviews can miss security, testing, and maintainability issues. This skill guides Claude, Codex, and Claude Code through structured review steps.
Plan Complex Coding Tasks
by 0xmsc
Complex coding requests can drift when work begins too soon. This skill helps Claude and Codex create staged plans with questions and verification.
Why this variant is first
0xmsc-plan
2026-08-26
benderfendor-plan
2026-08-26
Improve Code Changes with Development Guidance
by 0xmsc
Code edits can drift from project style or miss important edge cases. This skill guides Claude, Codex, and Claude Code through planning, implementation, and verification.
Write Conventional Git Commits
by 0xmsc
Developers often lose time turning staged changes into clear commit history. This skill guides Conventional Commits, atomic changes, and safe git review steps.
Why this variant is first
0xmsc-commit
2026-08-26
davila7-commit
2026-08-26
sickn33-commit
2026-08-26
codename-11-commit
2026-08-26
davidopdebeeck-commit
2026-08-26
getsentry-commit
2026-08-26
Build FastAPI APIs with uv and SQLAlchemy
by 0xkynz
FastAPI projects often grow inconsistent when setup, config, database access, and tests are designed separately. This skill gives Claude, Codex, and Claude Code a structured FastAPI blueprint with uv, SQLAlchemy, Pydantic, Alembic, and pytest patterns.
Process PDFs with Reliable Extraction
by 0xkynz
PDF workflows often require text, tables, forms, and page operations across inconsistent documents. This skill guides Claude, Codex, and Claude Code through practical PDF processing tasks.
Why this variant is first
0xkynz-pdf-processing
2026-08-26
89jobrien-pdf-processing
2026-08-26
Preserve Project Context Across AI Sessions
by 0xkynz
AI coding sessions lose important project context over time. This skill keeps decisions, current work, and progress in structured Markdown files.
Create Clear Data Visualizations
by 0xkynz
Data often hides trends when it stays in tables. This skill guides chart selection, styling, and export for clear visual reports.
Why this variant is first
0xkynz-data-visualization
2026-08-26
dbxstudio-data-visualization
2026-08-26
inference-sh-9-data-visualization
2026-08-26
Create Structured Task Documentation
by 0xhiroki
Teams often lose task context when plans, requirements, and validation steps are scattered. This skill creates consistent task documents from repository context and templates.
Choose the Right AI Tool for Every Task
by 0xDarkMatter
Choosing between many skills and agents can delay technical work. This skill maps each task to focused tools using concise catalogs and selection rules.
Plan Reliable Tests Across Your Codebase
by 0xDarkMatter
This skill helps teams choose test strategies, mocks, data fixtures, coverage gates, and CI patterns without mixing test scopes. It gives Claude, Codex, and Claude Code structured guidance for unit, integration, end-to-end, TDD, and pipeline testing.
Why this variant is first
0xdarkmatter-testing-patterns
2026-08-26
sickn33-testing-patterns
2026-08-26
chriswiles-testing-patterns
2026-08-26
cleanexpo-testing-patterns
2026-08-26
Run Project Tasks with Just
by 0xDarkMatter
Project commands are often hidden across scripts, docs, and package files. This skill discovers just recipes and runs common tasks from one workflow.
Search Code by AST Structure
by 0xDarkMatter
Text searches miss semantic relationships and produce noisy matches. This skill uses ast-grep patterns to locate code structures and prepare focused refactors.
Apply Practical SQL Query Patterns
by 0xDarkMatter
SQL teams often need reliable examples for common query patterns and performance decisions. This skill provides concise references for CTEs, window functions, joins, pagination, and indexes.
Build Reliable SQLite Workflows
by 0xDarkMatter
SQLite is simple, but production use needs safe connection, schema, migration, and async patterns. This skill gives Claude, Codex, and Claude Code practical templates for local persistence.
Review Code with Security Patterns
by 0xDarkMatter
Security reviews can miss common web application risks when guidance is scattered. This skill gives Claude, Codex, and Claude Code a focused OWASP-based checklist with examples and local audit scripts.
Design Reliable REST APIs
by 0xDarkMatter
REST APIs need consistent methods, status codes, caching, and rate limits. This skill gives Claude, Codex, and Claude Code quick patterns for practical API design.
Add Python Type Safety Patterns
by 0xDarkMatter
Python type annotations can be hard to apply consistently across real projects. This skill gives Claude, Codex, and Claude Code practical patterns for safer typed Python code.
Build Reliable Pytest Test Suites
by 0xDarkMatter
Python teams often need consistent pytest patterns across fixtures, mocks, async tests, and coverage. This skill gives Claude, Codex, and Claude Code practical references and templates for maintainable test suites.
Add Python Observability Patterns
by 0xDarkMatter
Python services often lack consistent logging, metrics, and tracing patterns. This skill provides practical structlog, Prometheus, and OpenTelemetry examples for production applications.