Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
gif-search
Generate search queries for finding reaction GIFs and memes for YouTube video retention. Use when adding humor, pattern interrupts, or emotional beats to video content. Creates optimized search queries for Giphy and Tenor.
majiayu000/claude-skill-registry 163
-
lsp-management
LSP server recommendations, .lsp.json configuration, installation guides, and troubleshooting for Language Server Protocol in Claude Code
majiayu000/claude-skill-registry 163
-
architecture-fit-check
Framework for evaluating if change-set specs fit existing codebase architecture
majiayu000/claude-skill-registry 163
-
session-current
View active session status with progress and context information
majiayu000/claude-skill-registry 163
-
python-packaging
Automatically applies when configuring Python project packaging. Ensures proper pyproject.toml setup, project layout, build configuration, metadata, and distribution best practices.
majiayu000/claude-skill-registry 163
-
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup. Presents exactly 4 options: merge locally, create PR, keep as-is, or discard. Do NOT use when tests are failing or work is incomplete - fix issues first before finishing the branch.
majiayu000/claude-skill-registry 163
-
content-os
Content OS orchestrator - the master skill that produces ALL content types from one seed idea (forward mode) or splits long-form content into short-form pieces (backward mode). Invokes research, writing, quality review, and visual generation skills in a coordinated pipeline. Long-form content goes through full quality gates; short-form gets quick accuracy pass.
majiayu000/claude-skill-registry 163
-
using-forgetful-memory
Guidance for using Forgetful semantic memory effectively. Applies Zettelkasten atomic memory principles. Use when deciding whether to query or create memories, structuring memory content, or understanding memory importance scoring.
majiayu000/claude-skill-registry 163
-
azure-emulators-2025
Azure service emulators for local development including Azurite, Cosmos DB, and Event Hub Docker containers
majiayu000/claude-skill-registry 163
-
venv-manager
Create, manage, and validate Python virtual environments. Use for project isolation and dependency management.
majiayu000/claude-skill-registry 163
-
when-documenting-code-use-doc-generator
Automated comprehensive code documentation generation with API docs, README files, inline comments, and architecture diagrams
majiayu000/claude-skill-registry 163
-
box-least-squares
Box Least Squares (BLS) periodogram for detecting transiting exoplanets and eclipsing binaries. Use when searching for periodic box-shaped dips in light curves. Alternative to Transit Least Squares, available in astropy.timeseries. Based on Kovács et al. (2002).
majiayu000/claude-skill-registry 163
-
internal-comms
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
majiayu000/claude-skill-registry 163
-
when-managing-token-budget-use-token-budget-advisor-dnyoussef-context-cascade
majiayu000/claude-skill-registry 163
-
pubchem-database
Query PubChem via PUG-REST API/PubChemPy (110M+ compounds). Search by name/CID/SMILES, retrieve properties, similarity/substructure searches, bioactivity, for cheminformatics.
majiayu000/claude-skill-registry 163
-
using-software-engineering
Use when facing complex engineering challenges that require systematic methodology - horrible bugs, safe refactoring, code review, production incidents, technical debt decisions, or building confidence in unfamiliar codebases
majiayu000/claude-skill-registry 163
-
datamol
Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery: SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters, use rdkit directly.
majiayu000/claude-skill-registry 163
-
projects-quick
Quick overview of all projects (lightweight, Haiku-powered). Use to check project statuses, see what's active, or get a summary of all work. Triggers on "project status", "show projects", "what projects", "project overview".
majiayu000/claude-skill-registry 163
-
python-best-practices
Python 코딩 표준 및 스타일 가이드. 타입 힌트, import 정렬, 예외 처리 등.
majiayu000/claude-skill-registry 163
-
dialogue-daily-check
Log a daily check assessment for developer experience. Captures good/bad day indicators from C-6/C-7 research. Triggers on "daily check", "end of day check", "session check", "how was today".
majiayu000/claude-skill-registry 163
-
architecture-paradigm-microservices
majiayu000/claude-skill-registry 163
-
design-sync
Sync design docs with codebase state. Use when verifying documentation accuracy, after code changes, or when last-synced is stale.
majiayu000/claude-skill-registry 163
-
create-user-stories
Creates User Stories from UI screens using component-based decomposition. Analyzes screenshots or screen descriptions to identify UI components and generates User Stories with AMP acceptance criteria (Acceptance, Measure, Proof). Follows T-Minus-15 process template.
majiayu000/claude-skill-registry 163
-
service-mesh-observability
Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SLOs for service communication.
majiayu000/claude-skill-registry 163