Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
lint-check
Run code quality linters when reviewing code. Checks style, complexity, and best practices. Supports Python (ruff), JavaScript (eslint), Go (golangci-lint), Ruby (rubocop), Java (Checkstyle/PMD). Use when reviewing any code changes for quality issues.
majiayu000/claude-skill-registry 163
-
allra-error-handling
Allra 백엔드 에러 핸들링 및 예외 처리 표준. Use when handling errors, creating custom exceptions, or implementing error responses.
majiayu000/claude-skill-registry 163
-
researching-web
Web research via Perplexity AI. Use for technical comparisons (X vs Y), best practices, industry standards, documentation. Triggers on "research", "compare", "vs", "best practice", "which is better", "pros and cons".
majiayu000/claude-skill-registry 163
-
baoyu-slide-deck
Generates professional slide deck images from content. Creates outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", "slide deck", or "PPT".
majiayu000/claude-skill-registry 163
-
skill-making
Creates and refines Claude agent skills following best practices. Use when creating new skills, improving existing ones, or learning about skill structure and conventions.
majiayu000/claude-skill-registry 163
-
discover-engineering
Automatically discover software engineering practice skills when working with engineering practices. Activates for engineering development tasks.
majiayu000/claude-skill-registry 163
-
statsmodels
Statistical models library for Python. Use when you need specific model classes (OLS, GLM, mixed models, ARIMA) with detailed diagnostics, residuals, and inference. Best for econometrics, time series, rigorous inference with coefficient tables. For guided statistical test selection with APA reporting use statistical-analysis.
majiayu000/claude-skill-registry 163
-
council-decision
Get multi-model AI consensus on complex questions using Claude, Codex, and Gemini
majiayu000/claude-skill-registry 163
-
dart-pub
To run Dart or Flutter pub commands like `pub get` or `pub add`, execute a pub command for the given roots.
majiayu000/claude-skill-registry 163
-
investigate-and-plan
majiayu000/claude-skill-registry 163
-
tzurot-security
Security best practices for Tzurot v3 - Secret management, AI-specific security (prompt injection, PII scrubbing), Economic DoS prevention, Discord permission verification, microservices security, and supply chain integrity. Use when handling secrets, user input, or security-critical code.
majiayu000/claude-skill-registry 163
-
spring-boot-saga-pattern
Implement distributed transactions using the Saga Pattern in Spring Boot microservices. Use when building microservices requiring transaction management across multiple services, handling compensating transactions, ensuring eventual consistency, or implementing choreography or orchestration-based sagas with Spring Boot, Kafka, or Axon Framework.
majiayu000/claude-skill-registry 163
-
python-mcp-development
Python SDKとFastMCPフレームワークを使用したMCPサーバー構築ガイド。PythonベースのMCPサーバーの作成、ツール・リソース・プロンプト実装、Pydanticモデル活用、STDIOおよびHTTPトランスポート設定を行う際に使用。
majiayu000/claude-skill-registry 163
-
proof-points
Extract proof points from portfolio case studies and generate punchy scripts with storyboards. Use when user wants to create impactful narratives about their work, develop case study content, write portfolio scripts, identify what makes their project valuable, or pair achievements with visuals. Triggers on requests like "help me explain this project," "what did I improve here," "create a script for this case study," or "extract the value from this work."
majiayu000/claude-skill-registry 163
-
improvement-roadmap
Structures actionable improvement recommendations to transform code from current state to 10/10 quality. Use when creating improvement plans, prioritizing technical debt, building remediation roadmaps, or after code quality assessments.
majiayu000/claude-skill-registry 163
-
deno-core
Essential Deno TypeScript practices for ALL Deno development: configuration, imports, testing, permissions, and anti-patterns. Read this skill for any Deno project setup, dependency management, or core development work.
majiayu000/claude-skill-registry 163
-
rust-ownership-system
Use when Rust's ownership system including ownership rules, borrowing, lifetimes, and memory safety. Use when working with Rust memory management.
majiayu000/claude-skill-registry 163
-
blogwatcher
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
majiayu000/claude-skill-registry 163
-
Taking and Analyzing Screenshots
Use this to capture screen context.
majiayu000/claude-skill-registry 163
-
clojure-write
Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.
majiayu000/claude-skill-registry 163
-
components
majiayu000/claude-skill-registry 163
-
python-project-skel
Generate production-ready Python project skeletons with Astral UV package manager, Hatchling build backend with dynamic versioning, and modern tooling (ruff, mypy, pytest, bandit). Use when creating new Python projects, initializing Python packages, setting up src-layout projects, scaffolding Python libraries, or starting a new Python application. Supports Python 3.14+ by default with configurable version. Output to current directory, specified path, or tarball.
majiayu000/claude-skill-registry 163
-
ansible-coder
This skill guides writing Ansible playbooks for server configuration. Use when hardening servers, installing packages, or automating post-provisioning tasks that cloud-init cannot handle.
majiayu000/claude-skill-registry 163
-
developing-llamaindex-systems
Production-grade agentic system development with LlamaIndex in Python. Covers semantic ingestion (SemanticSplitterNodeParser, CodeSplitter, IngestionPipeline), retrieval strategies (BM25Retriever, hybrid search, alpha weighting), PropertyGraphIndex with graph stores (Neo4j), context RAG (RouterQueryEngine, SubQuestionQueryEngine, LLMRerank), agentic orchestration (ReAct, Workflows, FunctionTool), and observability (Arize Phoenix). Use when asked to "build a LlamaIndex agent", "set up semantic chunking", "index source code", "implement hybrid search", "create a knowledge graph with LlamaIndex", "implement query routing", "debug RAG pipeline", "add Phoenix observability", or "create an event-driven workflow". Triggers on "PropertyGraphIndex", "SemanticSplitterNodeParser", "CodeSplitter", "BM25Retriever", "hybrid search", "ReAct agent", "Workflow pattern", "LLMRerank", "Text-to-Cypher".
majiayu000/claude-skill-registry 163