Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
effect-service
Generate new Effect-TS services with proper patterns. Use when creating new services, layers, or adding methods to existing services.
majiayu000/claude-skill-registry 163
-
issue-start
GitHub Issueの作業を開始する。ブランチを作成してチェックアウト。「/issue-start 4」のように使用
majiayu000/claude-skill-registry 163
-
session-logs
Discover and analyze Claude Code session logs from ~/.claude/projects, including finding the current session and extracting tool calls, user messages, and conversation history
majiayu000/claude-skill-registry 163
-
managing-projects
GitHub Projects v2 expertise for creating and managing project boards, fields, views, and items. Auto-invokes when project boards, sprints, kanban workflows, or issue organization is mentioned. Uses GraphQL for advanced project operations.
majiayu000/claude-skill-registry 163
-
biz-researcher
事業仮説を支える一次/二次情報を整理し、意思決定に足る「根拠」「不確実性」「次の調査」を可視化する。でたらめな引用や推測の断言を避け、出典の実在を重視する。
majiayu000/claude-skill-registry 163
-
functions
Advanced function patterns including declaration styles, closures, scope chains, hoisting, and this binding. Master function composition and advanced techniques.
majiayu000/claude-skill-registry 163
-
create-table
将已有 SQL 接入到数据栈的某一层(ODS/DIM/DWD/ADS)。当用户需要添加新表、接入数据源、配置数据层时使用。支持配置 sources、table_dependencies、创建 migration 文件。
majiayu000/claude-skill-registry 163
-
config-file-generator
Generate configuration files for tools like ESLint, Prettier, TypeScript, and Webpack. Use when setting up project tooling or standardizing configurations.
majiayu000/claude-skill-registry 163
-
tts-livekit-plugin
Build and deploy self-hosted Text-to-Speech API using MeloTTS from Hugging Face and create a LiveKit plugin for voice agents. Use this skill when building TTS systems, LiveKit voice agents, or self-hosted speech synthesis solutions.
majiayu000/claude-skill-registry 163
-
telegram-integration
Use when user explicitly requests Telegram bot development, Mini App integration, webhook/polling setup, or debugging Telegram-specific issues. Handles Telegraf-based bots, AI chatbot integration via Telegram, and deployment to Railway/Vercel. DO NOT use unless user mentions Telegram work.
majiayu000/claude-skill-registry 163
-
api-organization
Explains the standardized API organization pattern for this codebase. Use when creating new API endpoints, API clients, or modifying existing API structure. Covers the 5-file system (endpoint-types, endpoints, api-client, admin-api-client, protected-endpoints), role-based access patterns (admin vs regular users), and TypeScript type safety across the API layer. All API code lives in src/lib/api/ following this exact pattern.
majiayu000/claude-skill-registry 163
-
code-health
Analyze codebase health - large files, test coverage gaps, duplicate code, dead/legacy code, and documentation issues. Use when asked to scan, audit, or assess code quality, find refactoring targets, or identify technical debt.
majiayu000/claude-skill-registry 163
-
aptos-object-model
Expert on Aptos Object Model - ObjectCore, Object<T> wrapper, constructor references, ExtendRef/DeleteRef/TransferRef capabilities, object ownership, named vs generated objects, composability, and migration from resource-only patterns. Triggers on keywords object model, objectcore, constructorref, extendref, deleteref, transferref, named object, object ownership, composable object
majiayu000/claude-skill-registry 163
-
ert
A guide to using ERT (Emacs Lisp Regression Testing) for testing Emacs Lisp code.
majiayu000/claude-skill-registry 163
-
claude-guide
Guides Claude Code setup and configuration. Use when setting up CLAUDE.md, rules, hooks, or skills structure for projects.
majiayu000/claude-skill-registry 163
-
discover-debugging
Automatically discover debugging and profiling skills when working with debugging. Activates for debugging development tasks.
majiayu000/claude-skill-registry 163
-
git-reference-manager
Safely introduce external Git repositories as reference materials. Responsible for managing the `_reference` directory, ensuring external code is read-only and does not pollute the project's version control.
majiayu000/claude-skill-registry 163
-
reasoningbank-adaptive-learning-with-agentdb
---
majiayu000/claude-skill-registry 163
-
New Rule Completeness Validator
Validates that all necessary code changes are implemented when adding new game rules; use when adding new game rules or variants to ensure no files are missed.
majiayu000/claude-skill-registry 163
-
reflection
自我反思與學習。分析執行結果、提取教訓、改進策略。觸發:reflect, 反思, 學到, 改進, 回顧, 檢討
majiayu000/claude-skill-registry 163
-
changeset-validation
Validate changesets in openai-agents-js using LLM judgment against git diffs (including uncommitted local changes). Use when packages/ or .changeset/ are modified, or when verifying PR changeset compliance and bump level.
majiayu000/claude-skill-registry 163
-
github-harvester
Extract and process data from GitHub repositories
majiayu000/claude-skill-registry 163
-
crawl
这个技能接收用户的需求,抓取theatlantic.com的文章
majiayu000/claude-skill-registry 163
-
rust-error-handling
Rust error handling patterns and best practices. Use when designing error types, implementing error propagation, adding error context, converting between error types, or debugging error handling issues.
majiayu000/claude-skill-registry 163