develop
Safe 75Improve 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.
Curate your favorite skills into a reusable collection, then install it with one command.
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-23
davila7-commit
2026-08-23
sickn33-commit
2026-08-23
codename-11-commit
2026-08-23
davidopdebeeck-commit
2026-08-23
getsentry-commit
2026-08-23
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.
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-23
sickn33-testing-patterns
2026-08-23
chriswiles-testing-patterns
2026-08-23
cleanexpo-testing-patterns
2026-08-23
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.
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.
Build FastAPI APIs with Reusable Patterns
by 0xDarkMatter
FastAPI projects need consistent choices for validation, dependencies, middleware, and background work. This skill gives Claude, Codex, and Claude Code reusable patterns for practical Python API development.
Build Reliable Python Database Layers
by 0xDarkMatter
Python database code can fail through poor session, transaction, or migration patterns. This skill provides practical SQLAlchemy 2.0 patterns for robust applications.
Build Python CLI Applications
by 0xDarkMatter
Teams need consistent Python command-line interfaces for options, output, configuration, and tests. This skill provides Typer and Rich patterns for practical, production-ready CLI design.
Build Reliable Async Python
by 0xDarkMatter
Async Python code often fails due to blocking calls, unbounded tasks, and weak cleanup. This skill provides reusable asyncio patterns, examples, and references for robust concurrent services.
Build MCP Server Patterns
by 0xDarkMatter
MCP integrations need correct tool, resource, auth, state, and test patterns. This skill provides focused examples for Claude Code, Codex, and Claude workflows.
Replace Text Safely Across Codebases
by 0xDarkMatter
Large codebases make repeated text changes slow and error-prone. This skill guides sd-based replacements with previews, regex patterns, and batch workflows.
Find Files and Search Code Faster
by 0xDarkMatter
Large codebases make file and text search slow. This skill provides fd, ripgrep, and fzf workflows for precise discovery and navigation.
Analyze Code Size and Semantic Diffs
by 0xDarkMatter
Teams need quick visibility into codebase size, language mix, and meaningful changes. This skill guides Claude, Codex, and Claude Code to run tokei and difftastic safely.
Create Claude Code Templates
by 0xDarkMatter
Creating Claude Code extensions from scratch can lead to missing metadata and unclear structure. This skill provides starter templates for agents, skills, commands, and hooks.
Debug Claude Code Extension Issues
by 0xDarkMatter
Claude Code extensions can fail because of file layout, frontmatter, permissions, hooks, agents, or MCP configuration. This skill gives practical diagnostic flows and command references for isolating the cause.
Apply Zig Best Practices
by 0xBigBoss
Zig projects need consistent patterns for errors, allocators, generics, C interop, and debugging. This skill guides Claude, Codex, and Claude Code with concise Zig idioms and tool references.
Apply TypeScript Best Practices
by 0xBigBoss
TypeScript projects often drift into weak types, duplicated schemas, and fragile state models. This skill guides Claude, Codex, and Claude Code toward safer TypeScript patterns.