Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
get-pattern
Retrieve APPLICATION patterns (architecture, procedures, conventions) from AgentDB skills table. Use BEFORE implementing to ensure consistency.
majiayu000/claude-skill-registry 163
-
Code Quality Metrics
This skill should be used when the user asks about "code complexity", "cyclomatic complexity", "cognitive complexity", "code metrics", "maintainability index", "code coverage", or when measuring code quality quantitatively. Provides metrics thresholds and measurement techniques.
majiayu000/claude-skill-registry 163
-
capital-proportional-limits
Use percentage-based capital limits, not hard-coded dollar amounts. Trigger when: (1) trades blocked on small accounts, (2) min_cash_buffer is absolute dollars, (3) capital allocation doesn't scale with account size, (4) fixed dollar thresholds in risk code.
majiayu000/claude-skill-registry 163
-
Sharing Skills
Contribute skills back to upstream via branch and PR
majiayu000/claude-skill-registry 163
-
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
majiayu000/claude-skill-registry 163
-
logging
Centralized logging with ELK Stack, Loki, Fluentd, and log analysis for distributed systems
majiayu000/claude-skill-registry 163
-
vault-orphans
Find orphan notes (notes with no backlinks). Triggers on "orphans", "orphan notes", "disconnected notes", "isolated notes", "notes with no links".
majiayu000/claude-skill-registry 163
-
rate-limiting-implementation
Implement rate limiting, throttling, API quotas, and backpressure mechanisms to protect services from abuse and ensure fair resource usage. Use when building APIs, preventing DOS attacks, or managing system load.
majiayu000/claude-skill-registry 163
-
run-clippy
Run clippy linting, enforce comment punctuation rules, format code with cargo fmt, and verify module organization patterns. Use after code changes and before creating commits.
majiayu000/claude-skill-registry 163
-
moai-cc-permission-mode
Claude Code permission configuration and policy management strategies for enterprise security. Covers permission modes, tool access control, whitelist/blacklist patterns, and enterprise deployment best practices.
majiayu000/claude-skill-registry 163
-
sentry-cli
Sentry CLI tool for error tracking and monitoring workflows. Use when working with Sentry for (1) Creating and managing releases, (2) Uploading debug symbols (dSYMs) for iOS/mobile crash reporting, (3) Uploading source maps for JavaScript/web applications, (4) Associating commits with releases for issue tracking, (5) Managing deploys across environments, (6) Validating debug information files, or any other Sentry-related development and deployment tasks. Assumes sentry-cli is installed via brew and user is authenticated.
majiayu000/claude-skill-registry 163
-
igniter
Rules for working with Igniter
majiayu000/claude-skill-registry 163
-
create-agent-skills
Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure, progressive disclosure, workflows, validation patterns, and XML formatting.
majiayu000/claude-skill-registry 163
-
culture-engagement
Master team culture, psychological safety, engagement, communication, and inclusion for engineering teams
majiayu000/claude-skill-registry 163
-
pattern-synthesis
Extract common patterns from multiple instance outputs, find what persists
majiayu000/claude-skill-registry 163
-
td-arima-forecast
ARIMA-based time series forecasting for trend and seasonal predictions
majiayu000/claude-skill-registry 163
-
ir-velociraptor
Endpoint visibility, digital forensics, and incident response using Velociraptor Query Language (VQL) for evidence collection and threat hunting at scale. Use when: (1) Conducting forensic investigations across multiple endpoints, (2) Hunting for indicators of compromise or suspicious activities, (3) Collecting endpoint telemetry and artifacts for incident analysis, (4) Performing live response and evidence preservation, (5) Monitoring endpoints for security events, (6) Creating custom forensic artifacts for specific threat scenarios.
majiayu000/claude-skill-registry 163
-
plan-parallel-dev
Skill for creating parallel development plans with multiple developers. Leverages git worktree for branch strategy, task dependency analysis, critical path calculation, developer role assignment, and timeline creation. Use for requests like "create a parallel development plan", "I want to develop with multiple people simultaneously", "divide work with worktree", or "maximize development parallelization". Also supports on-demand parallel tasks for quick fixes with requests like "fix XX in parallel", "do YY with worktree", or "add parallel task".
majiayu000/claude-skill-registry 163
-
pal-debug
Systematic debugging and root cause analysis using PAL MCP. Use for complex bugs, mysterious errors, race conditions, memory leaks, and integration problems. Triggers on debugging requests, error investigation, or when stuck on difficult issues.
majiayu000/claude-skill-registry 163
-
camsnap
Capture frames or clips from RTSP/ONVIF cameras.
majiayu000/claude-skill-registry 163
-
lead-dev
Lead Développeur - Coordination technique opérationnelle, code review, mentoring et livraison. Pair de web-dev-process au niveau OPÉRATIONS.
majiayu000/claude-skill-registry 163
-
providing-performance-optimization-advice
This skill enables Claude to provide comprehensive, prioritized performance optimization recommendations for software projects. It is triggered when the user requests performance improvements, optimization suggestions, or asks for a performance review. The skill analyzes frontend, backend, and infrastructure aspects of the project to identify bottlenecks and anti-patterns. It then provides actionable advice, estimates potential performance gains, and suggests a phased implementation roadmap. Use this skill when the user mentions "optimize performance", "performance recommendations", "performance review", "improve speed", or asks about "bottlenecks".
majiayu000/claude-skill-registry 163
-
emacs-lisp
Expert guidance for writing professional Emacs Lisp code following the
community-driven Emacs Lisp Style Guide by Bozhidar Batsov. Covers layout,
naming conventions, syntax preferences, macros, documentation, and best practices.
Use this skill when writing Emacs configuration, creating Emacs packages,
writing interactive commands, developing major/minor modes, or refactoring
Emacs Lisp code.
Emphasizes: lexical binding, proper naming, documentation standards, autoloading,
and community conventions.
majiayu000/claude-skill-registry 163
-
zellij-control
使用 Zellij 终端复用器控制交互式 CLI 程序。当需要运行需要键盘交互的 TUI 应用(htop、btop、lazygit、fzf)、REPL(python、bun repl)或分页器(less、bat)时使用此技能。不适用于非交互式命令(直接用 Bash)或文件编辑(直接用 Edit 工具)。
majiayu000/claude-skill-registry 163