Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
database-management
Implement SQLite database patterns using the database.py interface with complete SQL isolation. MANDATORY for all database projects. Use when working with databases, data persistence, or SQLite.
majiayu000/claude-skill-registry 163
-
lang-sql-dev
Foundational SQL patterns for query writing, schema design, and dialect differences. Use when writing SQL queries, designing database schemas, understanding SQL syntax across PostgreSQL/MySQL/SQLite, or preparing SQL for conversion to other query languages. This is a meta-skill for SQL derivatives.
majiayu000/claude-skill-registry 163
-
axiom-background-processing-ref
Complete background task API reference - BGTaskScheduler, BGAppRefreshTask, BGProcessingTask, BGContinuedProcessingTask (iOS 26), beginBackgroundTask, background URLSession, with all WWDC code examples
majiayu000/claude-skill-registry 163
-
screen-reader-testing
Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.
majiayu000/claude-skill-registry 163
-
page-import
Import a single webpage from any URL to structured HTML content for authoring in AEM Edge Delivery Services. Scrapes the page, analyzes structure, maps to existing blocks, and generates HTML for immediate local preview. Also triggered by terms like "migrate", "migration", or "migrating".
majiayu000/claude-skill-registry 163
-
vue-application-structure
Structure Vue 3 applications using Composition API, component organization, and TypeScript. Use when building scalable Vue applications with proper separation of concerns.
majiayu000/claude-skill-registry 163
-
executing-issues
Execute a discrete GitHub issue from a detailed plan file (gi_*.md). Use when implementing a specific, well-defined task with an existing implementation plan in doc/plans/issues/. Handles status tracking, verification, and issue lifecycle.
majiayu000/claude-skill-registry 163
-
sync-platforms
채용 플랫폼 프로필 일괄 동기화가 필요할 때
majiayu000/claude-skill-registry 163
-
reddit-api
Reddit API with PRAW (Python) and Snoowrap (Node.js)
majiayu000/claude-skill-registry 163
-
github-project-automation
majiayu000/claude-skill-registry 163
-
generic-static-design-system
Complete design system reference for static HTML/CSS/JS sites. Covers colors, typography, component patterns, animations, and accessibility. Use when implementing UI, choosing colors, or ensuring brand consistency.
majiayu000/claude-skill-registry 163
-
using-elixir-skills
This skill should be used when the user works on any .ex or .exs file, mentions Elixir/Phoenix/Ecto/OTP, the project has a mix.exs, or asks "which skill should I use", "new to Elixir", "help with Elixir". Routes to the correct thinking skill BEFORE exploring code. Triggers on "implement", "add", "fix", "refactor" in Elixir projects.
majiayu000/claude-skill-registry 163
-
detecting-dead-code
Identifies unreachable functions, unused variables, and abandoned code in binary programs. Use when optimizing binary size, analyzing code coverage, or investigating abandoned functionality.
majiayu000/claude-skill-registry 163
-
Simplification Cascades
Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z"
majiayu000/claude-skill-registry 163
-
kai-todo
Manage Kai's task queue - capture topics to work on when Claude usage is available.
Commands:
- /kai-todo add <topic> - Add a new task to the queue
- /kai-todo list - Show all queued tasks
- /kai-todo next - Start working on the next priority task
- /kai-todo done <id> - Mark a task as complete
- /kai-todo remove <id> - Remove a task from the queue
majiayu000/claude-skill-registry 163
-
proxy
代理服务器配置
majiayu000/claude-skill-registry 163
-
hooks-mastery
This skill should be used when the user asks to "create a hook", "configure hooks", "validate hook configuration", "add a PreToolUse hook", "add a PostToolUse hook", "add a SessionStart hook", mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, UserPromptSubmit, PermissionRequest, Notification, PreCompact, SessionEnd), or needs help with Claude Code hooks protocol. Provides comprehensive guidance for creating, configuring, and validating hooks following the official protocol specification.
majiayu000/claude-skill-registry 163
-
chrome-devtools
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.
majiayu000/claude-skill-registry 163
-
update-deps
Update npm packages to latest versions with validation in isolated worktree
majiayu000/claude-skill-registry 163
-
granola
Access Granola meeting transcripts and notes.
majiayu000/claude-skill-registry 163
-
migrating-airflow-2-to-3
Guide for migrating Apache Airflow 2.x projects to Airflow 3.x. Use when the user mentions Airflow 3 migration, upgrade, compatibility issues, breaking changes, or wants to modernize their Airflow codebase. If you detect Airflow 2.x code that needs migration, prompt the user and ask if they want you to help upgrade. Always load this skill as the first step for any migration-related request.
majiayu000/claude-skill-registry 163
-
d-archive
Archive completed debug work to ./.gtd/archive/
majiayu000/claude-skill-registry 163
-
User Memory
Long-term user profile memory that persists across Claude Code sessions
majiayu000/claude-skill-registry 163
-
data-sql-optimization
Production-grade SQL optimization for OLTP systems: EXPLAIN/plan analysis, balanced indexing, schema and query design, migrations, backup/recovery, HA, security, and safe performance tuning across PostgreSQL, MySQL, SQL Server, Oracle, SQLite.
majiayu000/claude-skill-registry 163