Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
langchain-core-workflow-a
Build LangChain chains and prompts for structured LLM workflows.
Use when creating prompt templates, building LCEL chains,
or implementing sequential processing pipelines.
Trigger with phrases like "langchain chains", "langchain prompts",
"LCEL workflow", "langchain pipeline", "prompt template".
majiayu000/claude-skill-registry 163
-
explore-approach
Prototype and explore technical approaches. Use when (1) multiple valid technical approaches exist, (2) performance characteristics unknown, (3) implementation path unclear, (4) need evidence-based technical recommendation.
majiayu000/claude-skill-registry 163
-
normalize-note
Harmonize frontmatter and wikilinks in a note. Detects prose patterns, suggests frontmatter additions, and suggests wikilinks for frontmatter values. Triggers on "normalize note", "harmonize note", "sync frontmatter".
majiayu000/claude-skill-registry 163
-
generate-component-story
Create story examples for components. Use when writing stories, creating examples, or demonstrating component usage.
majiayu000/claude-skill-registry 163
-
api-endpoint-scaffold
Scaffold new Next.js API endpoints with authentication, rate limiting, and tests. Use when creating new API routes, adding endpoints, or building API features.
majiayu000/claude-skill-registry 163
-
korean-skill-creator
한글 기반 클로드 스킬 자동 생성 도구. 사용자가 "클로드 스킬을 만들어줘" 또는 "[요구사항] 스킬 만들어줘"라고 요청할 때 사용. Progressive disclosure 원칙을 따르는 한글 문서 구조(SKILL.md + references/)를 자동으로 생성하고, 실전 예시를 포함한 일관성 있는 스킬 템플릿을 제공.
majiayu000/claude-skill-registry 163
-
adding-persistent-event
Adds a new type of event that gets persisted to the event log. Use this when adding new kinds of write operations to the system or when adding new events to existing code.
majiayu000/claude-skill-registry 163
-
module-lifecycle
Manage complete module lifecycle - install, uninstall, reset, destroy
majiayu000/claude-skill-registry 163
-
greycat-c
GreyCat C API and GCL Standard Library reference. Use for: (1) Native C development with gc_machine_t context, tensors, objects, memory management, HTTP, crypto, I/O; (2) GCL Standard Library modules - std::core (Date/Time/Tuple/geospatial types), std::runtime (Scheduler/Task/Logger/User/Security/System/OpenAPI/MCP), std::io (CSV/JSON/XML/HTTP/Email/FileWalker), std::util (Queue/Stack/SlidingWindow/Gaussian/Histogram/Quantizers/Random/Plot). Keywords: GreyCat, GCL, native functions, tensors, task automation, scheduler.
majiayu000/claude-skill-registry 163
-
frappe-performance-optimizer
Generate optimized queries, caching, and indexes for Frappe performance. Use when optimizing slow queries, implementing caching, or improving performance.
majiayu000/claude-skill-registry 163
-
breenix-interrupt-syscall-development
Enforce pristine interrupt/syscall paths with no logging, diagnostics, or heavy operations. Use when developing interrupt handlers, syscall entry/exit, context switches, or timer code.
majiayu000/claude-skill-registry 163
-
instagram-carousel
DEPRECATED - Use the instagram-carousel agent instead. Triggers on "create a carousel", "turn this into slides".
majiayu000/claude-skill-registry 163
-
spatial-swiftui-developer
Design and implement visionOS SwiftUI scenes that integrate RealityKit content. Use when building spatial UI with RealityView, Model3D, attachments, volumetric windows, ImmersiveSpace, or spatial gestures, or when choosing SwiftUI vs RealityKit APIs for 3D presentation.
majiayu000/claude-skill-registry 163
-
filament-resource
Generate FilamentPHP v4 resources with form, table, relation managers, and actions
majiayu000/claude-skill-registry 163
-
automl-optimizer
Automated machine learning with hyperparameter optimization using Optuna, Hyperopt, or AutoML libraries. Activates for "automl", "hyperparameter tuning", "optimize hyperparameters", "auto tune model", "neural architecture search", "automated ml". Systematically explores model and hyperparameter spaces, tracks all experiments, and finds optimal configurations with minimal manual intervention.
majiayu000/claude-skill-registry 163
-
jwc-convex-backend-changes
Convex 기반 백엔드(@jwc/backend)에서 schema/쿼리/뮤테이션/액션을 안전하게 변경하고 codegen/dev로 검증합니다. Node 전용 액션("use node")과 비밀값 로그 금지 규칙을 포함합니다.
majiayu000/claude-skill-registry 163
-
ghe-transition
CHANGE phases in the GitHub Elements workflow. Closes current thread and opens next phase thread. This is a PHASE CHANGE operation, not just saving progress.
USE THIS SKILL WHEN:
- User says "transition to TEST" or "move to REVIEW"
- User says "I'm done with DEV, start TEST" or "DEV complete"
- User says "advance to next phase" or "close this phase"
- User says "demote to DEV" (from TEST or REVIEW)
- User says "tests pass, ready for review"
- User says "merge this" (after REVIEW PASS)
- User explicitly wants to END current phase and BEGIN next
DO NOT USE THIS SKILL WHEN:
- User just wants to SEE status (use ghe-status)
- User wants to START work on new issue (use ghe-claim)
- User wants to SAVE progress but CONTINUE working (use ghe-checkpoint)
- User wants reports (use ghe-report)
- User is not ready to END current phase
IMPORTANT: This CLOSES current thread and OPENS next thread. Use ghe-checkpoint if you just want to save progress without changing phases.
EXAMPLES:
<example>
Context: DEV work complete, ready for testing
user: "I'm done with DEV, transition to TEST"
assistant: "I'll use ghe-transition to close DEV and open TEST thread"
</example>
<example>
Context: All tests pass, ready for review
user: "Tests pass, move to REVIEW"
assistant: "I'll use ghe-transition to close TEST and open REVIEW thread"
</example>
<example>
Context: Structural issues found in TEST
user: "This needs structural changes, demote to DEV"
assistant: "I'll use ghe-transition to demote from TEST back to DEV"
</example>
<example>
Context: REVIEW passed, ready to merge
user: "REVIEW passed, merge it"
assistant: "I'll use ghe-transition to complete the workflow and merge"
</example>
majiayu000/claude-skill-registry 163
-
julia-hydrotools
计算短波辐射、长波辐射、潜在蒸散发、日出日落时间、湿度的基本变量处理。
majiayu000/claude-skill-registry 163
-
headless-cli
无头模式 AI CLI 调用技能:支持 Gemini/Claude/Codex CLI 的无交互批量调用,包含 YOLO 模式和安全模式。用于批量翻译、代码审查、多模型编排等场景。
majiayu000/claude-skill-registry 163
-
claude-cookbooks
Look up examples and patterns from the official Anthropic Claude Cookbooks repository. Use when you need reference implementations, code examples, or best practices for Claude integrations, tool use, agents, prompting techniques, or API usage.
majiayu000/claude-skill-registry 163
-
レビュー解決の証跡を CAS に保存してリンク
修正パッチとテストログを CAS に格納し、タスクへ role 付きでリンクする。 再現性と追跡可能性を担保するための Skill。
majiayu000/claude-skill-registry 163
-
creating-webhook-handlers
Create webhook endpoints with signature verification, retry logic, and payload validation.
Use when receiving and processing webhook events.
Trigger with phrases like "create webhook", "handle webhook events", or "setup webhook handler".
majiayu000/claude-skill-registry 163
-
pacer-learning-system
A learning methodology skill based on Dr. Justin Sung's PACER system for effective information retention and application. Use when helping users (1) learn new material efficiently, (2) take notes or summarize content, (3) create study plans, (4) review or memorize information, (5) understand how to retain knowledge better, or (6) process educational content like books, lectures, courses, or articles.
majiayu000/claude-skill-registry 163
-
cfn-agent-tooling
Agent development tools - generation and validation. Use when creating new agent templates from scaffolding, or validating and linting existing agent profiles for correctness and completeness.
majiayu000/claude-skill-registry 163