Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
coreml-optimizer
Optimize CoreML models for iOS and macOS deployment. Covers quantization, palettization, pruning, Neural Engine targeting, compute unit selection, and performance profiling. Use when converting ML models to CoreML, optimizing model size/latency, debugging Neural Engine issues, or benchmarking on-device inference.
majiayu000/claude-skill-registry 163
-
cobrapy
Constraint-based metabolic modeling (COBRA). FBA, FVA, gene knockouts, flux sampling, SBML models, for systems biology and metabolic engineering analysis.
majiayu000/claude-skill-registry 163
-
rest-api-patterns
REST API implementation patterns. Use when building HTTP APIs.
majiayu000/claude-skill-registry 163
-
statistical-analysis
Guided statistical analysis with test selection and reporting. Use when you need help choosing appropriate tests for your data, assumption checking, power analysis, and APA-formatted results. Best for academic research reporting, test selection guidance. For implementing specific models programmatically use statsmodels.
majiayu000/claude-skill-registry 163
-
Implementation Planning Skill
実装タスクを計画的に進めるためのスキルです。複雑な実装や複数ステップを要するタスクの場合、まず計画を立ててから実装を進めます。
majiayu000/claude-skill-registry 163
-
customer-expansion
Create expansion roadmaps, QBR templates, and upsell playbooks to grow existing customer revenue through strategic account development.
majiayu000/claude-skill-registry 163
-
plugin-creator
Comprehensive plugin development skill for Claude Code. Analyzes business requirements and creates complete plugins including MCP servers, skills, slash commands, or combinations thereof. Supports TypeScript, Python, and any other language. Provides architecture guidance, templates, and end-to-end implementation.
majiayu000/claude-skill-registry 163
-
neuropixels-analysis
Neuropixels neural recording analysis. Load SpikeGLX/OpenEphys data, preprocess, motion correction, Kilosort4 spike sorting, quality metrics, Allen/IBL curation, AI-assisted visual analysis, for Neuropixels 1.0/2.0 extracellular electrophysiology. Use when working with neural recordings, spike sorting, extracellular electrophysiology, or when the user mentions Neuropixels, SpikeGLX, Open Ephys, Kilosort, quality metrics, or unit curation.
majiayu000/claude-skill-registry 163
-
managing-session-continuity
Managing session continuity across Claude conversations by saving structured context (tasks, files, errors, git state) to JSON and loading in new sessions. Use when user asks how session continuity works, explaining session protocol functionality, understanding session state management, describing what gets saved in sessions, ending a session with unfinished work, starting a session with existing session-protocol.json, or when user mentions 'save progress', 'save session', 'save my work', 'continue later', 'session context', 'pick up where left off', 'load session', 'restore session', or explicitly invokes /save-session-protocol or /load-session-protocol commands.
majiayu000/claude-skill-registry 163
-
frontend-design
This skill should be used when creating distinctive, production-grade frontend interfaces with high design quality. It applies when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
majiayu000/claude-skill-registry 163
-
gh-auth
Automatically authenticate GitHub CLI using .gh-token.txt when seeing errors about "gh auth login", "GH_TOKEN environment variable", or "not logged into any GitHub hosts"
majiayu000/claude-skill-registry 163
-
digitalocean-droplet-deployment
Generic DigitalOcean droplet deployment using doctl CLI for any application type (APIs, web servers, background workers). Includes validation, deployment scripts, systemd service management, secret handling, health checks, and deployment tracking. Use when deploying Python/Node.js/any apps to droplets, managing systemd services, handling secrets securely, or when user mentions droplet deployment, doctl, systemd, or server deployment.
majiayu000/claude-skill-registry 163
-
sentry-known-pitfalls
Execute common Sentry pitfalls and how to avoid them.
Use when troubleshooting Sentry issues, reviewing configurations,
or preventing common mistakes.
Trigger with phrases like "sentry mistakes", "sentry pitfalls",
"sentry common issues", "sentry anti-patterns".
majiayu000/claude-skill-registry 163
-
workout-explainer
Translates planned workouts into clear execution cues, purpose, mistakes to avoid, and substitutions.
majiayu000/claude-skill-registry 163
-
rust-module-organization-public-api-design
majiayu000/claude-skill-registry 163
-
piper
Convert text to speech using Piper, a fast, local, neural text-to-speech system with natural sounding voices. This skill is triggered when the user says things like "convert text to speech", "text to audio", "read this aloud", "create audio from text", "generate speech from text", "make an audio file from this text", or "use piper TTS".
majiayu000/claude-skill-registry 163
-
frontend--accessibility
Apply the Agent OS standard for frontend accessibility.
majiayu000/claude-skill-registry 163
-
rails-generators
Create expert-level Ruby on Rails generators for models, services, controllers, and full-stack features. Use when building custom generators, scaffolds, or code generation tools for Rails applications, or when the user mentions Rails generators, Thor DSL, or automated code generation.
majiayu000/claude-skill-registry 163
-
learning-kirkpatrick-evaluation
kirkpatrick-evaluation for measuring learning effectiveness and business impact.
majiayu000/claude-skill-registry 163
-
agent-browser-prd-playbooks
Generates agent-browser command playbooks for each Daedalus PRD user story (enrich, extract, observe, scout, agent, billing) to guide UI walkthroughs and evidence capture.
majiayu000/claude-skill-registry 163
-
pop-knowledge-lookup
Queries cached external documentation and blog content for authoritative, up-to-date information. Sources include Claude Code docs, engineering blog, and configured knowledge bases with 24-hour TTL caching. Use when you need current information about Claude Code features, hooks, or best practices. Do NOT use for general coding questions - rely on training knowledge or web search instead.
majiayu000/claude-skill-registry 163
-
mongodb-app-development
Master MongoDB integration in applications with Node.js, Python, and Java drivers. Learn connections, transactions, error handling, and best practices. Use when building applications with MongoDB.
majiayu000/claude-skill-registry 163
-
customer-analysis
JTBD(Jobs To Be Done) 프레임워크를 사용하여 타겟 고객 유형을 정의합니다. 고객 세그먼트와 핵심 job을 이해할 때 사용하세요.
majiayu000/claude-skill-registry 163
-
config-management
Validate config at startup, secrets in memory only. Never read config during requests, never store secrets in env vars. Use node-env-resolver for multi-source config.
majiayu000/claude-skill-registry 163