Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
best-practices-python
Repo-specific Python best practices for agentic coding: Loguru + Typer + uv + pyproject.toml, httpx over requests, functions-first, module docstrings, max 800 LOC per file, and non-mocked sanity tests.
majiayu000/claude-skill-registry 163
-
information-hiding
Checks for information leakage across module boundaries. Use when the user asks to check information hiding, when modules seem to change together, when implementation details leak across boundaries, or when structure follows execution order rather than knowledge ownership. Detects temporal decomposition and false encapsulation.
majiayu000/claude-skill-registry 163
-
convex-migrations
Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns
majiayu000/claude-skill-registry 163
-
working-with-sqlite
Preferences and tricks for working with SQLite databases
majiayu000/claude-skill-registry 163
-
python-unit-testing
A skill for creating comprehensive Python unit tests using pytest. It provides guidance and templates for test structure, fixtures, mocking, parameterization, and coverage. Use this when you need to write unit tests for Python code, set up a testing environment with pytest, or apply testing best practices.
majiayu000/claude-skill-registry 163
-
calculator
Use when quantitative feasibility checks are needed, order-of-magnitude estimates must be established, or detailed models are required to validate design assumptions and identify rate-limiting steps
majiayu000/claude-skill-registry 163
-
azure-cosmos-db
Build globally distributed applications with Azure Cosmos DB. Configure multi-region writes, consistency levels, partitioning, and change feed. Use for NoSQL databases, real-time analytics, and globally distributed data on Azure.
majiayu000/claude-skill-registry 163
-
nnsight-remote-interpretability
Provides guidance for interpreting and manipulating neural network internals using nnsight with optional NDIF remote execution. Use when needing to run interpretability experiments on massive models (70B+) without local GPU resources, or when working with any PyTorch architecture.
majiayu000/claude-skill-registry 163
-
gdex-copy-trading
Copy trade setup — discover top wallets, create/manage copy trades, view transaction history, and browse supported DEXes. Solana only for write operations.
majiayu000/claude-skill-registry 163
-
cyntec
Cyntec power inductor MPN encoding patterns, value decoding, and handler guidance. Use when working with Cyntec inductors or CyntecHandler.
majiayu000/claude-skill-registry 163
-
ui-ux-pro-max
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
majiayu000/claude-skill-registry 163
-
product-verification
Test, validate, and verify that code changes produce correct product behavior. Use when the user says 'verify this works', 'test the feature', 'check the output', 'does this actually work', 'validate the behavior', 'smoke test', 'QA this', 'acceptance test', or 'make sure it works end to end'. Also triggers on 'product verification', 'behavior validation', 'functional check', 'integration verification', 'sanity check', or after completing a feature implementation.
majiayu000/claude-skill-registry 163
-
generate-image
Generate or edit images using AI models (FLUX, Nano Banana 2). Use for general-purpose image generation including photos, illustrations, artwork, visual assets, concept art, and any image that is not a technical diagram or schematic. For flowcharts, circuits, pathways, and technical diagrams, use the scientific-schematics skill instead.
majiayu000/claude-skill-registry 163
-
astro-patterns
Follow Astro 5 patterns for pages, components, API routes, layouts, and client-side scripts in this hybrid SSR project. Use when the user mentions "add a page", "create a component", "add an API route", "modify the layout", "SSR", "prerender", "static", "dynamic page", "script tag", or "client side".
majiayu000/claude-skill-registry 163
-
portfolio-tracker
Track token holdings, balances, and portfolio value across chains.
majiayu000/claude-skill-registry 163
-
sanity-best-practices
Sanity development best practices for schema design, GROQ queries, TypeGen, Visual Editing, images, Portable Text, Studio structure, localization, migrations, and framework integrations such as Next.js, Nuxt, Astro, Remix, SvelteKit, Angular, Hydrogen, and the App SDK. Use this skill whenever working with Sanity schemas, defineType or defineField, GROQ or defineQuery, content modeling, Presentation or preview setups, Sanity-powered frontend integrations, or when reviewing and fixing a Sanity codebase.
majiayu000/claude-skill-registry 163
-
fal-generate
Generate images and videos using fal.ai AI models
majiayu000/claude-skill-registry 163
-
ship
Shipping pipeline: build, verify, and create PR. Use when:
- User says "ship it", "create PR", "open PR", "ready to merge"
- User says "/pr", "/ship", "push and PR"
- After implementation is complete and needs to be shipped
- User wants to verify and publish changes
majiayu000/claude-skill-registry 163
-
hipaa-compliance
Ensure HIPAA compliance when handling PHI (Protected Health Information). Use when writing code that accesses user health data, check-ins, journal entries, or any sensitive information. Activates for audit logging, data access, security events, and compliance questions.
majiayu000/claude-skill-registry 163
-
gsd:workflow:list-phase-assumptions
Workflow for listing phase assumptions
majiayu000/claude-skill-registry 163
-
cook
ALWAYS activate this skill before implementing EVERY feature, plan, or fix.
majiayu000/claude-skill-registry 163
-
add-react-i18n
majiayu000/claude-skill-registry 163
-
arxiv-search
Search arXiv papers via MCP server. For psychological recovery research, deprogramming, trauma undoing - inverted for AI healing.
majiayu000/claude-skill-registry 163
-
session-handoff
WHAT: Create comprehensive handoff documents that enable fresh AI agents to seamlessly continue work with zero ambiguity. Solves long-running agent context exhaustion problem.
WHEN: (1) User requests handoff/memory/context save, (2) Context window approaches capacity, (3) Major task milestone completed, (4) Work session ending, (5) Resuming work with existing handoff.
KEYWORDS: "save state", "create handoff", "context is full", "I need to pause", "resume from", "continue where we left off", "load handoff", "save progress", "session transfer", "hand off"
majiayu000/claude-skill-registry 163