Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
atlas-iterative
Iterative 3-phase workflow with peer review cycle for changes needing validation (15-30 min)
majiayu000/claude-skill-registry 163
-
chain-of-thought
Inject structured reasoning blocks into prompts to encourage step-by-step thinking. Use when tasks require complex problem-solving, multi-step reasoning, planning, analysis, or when you need the model to show its work and reflect on decisions before providing answers.
majiayu000/claude-skill-registry 163
-
atlassian-jira
Execute Jira operations including issue retrieval, creation, updates, search, and project management. Use when the user needs to interact with Jira issues, projects, boards, or perform any Jira-related tasks.
majiayu000/claude-skill-registry 163
-
gemini-cli-execution
Expert guide for executing the Google Gemini CLI in non-interactive and headless modes. Covers command syntax, piping input, output handling, and automation patterns. Use when running gemini commands, piping context to Gemini, scripting Gemini workflows, or using interactive shell mode. Delegates to gemini-cli-docs for official command references.
majiayu000/claude-skill-registry 163
-
clean-branches
Clean up git branches by analyzing merged/unmerged status, archiving completed work,
and organizing active branches. This skill should be used when the user wants to clean
up branches, organize their git repository, or review branch status.
Triggered by "/clean-branches", "/branches", "clean branches", "check branches", "check branch", or "branches".
majiayu000/claude-skill-registry 163
-
drone-cv-expert
Expert in drone systems, computer vision, and autonomous navigation. Specializes in flight control, SLAM, object detection, sensor fusion, and path planning. Activate on "drone", "UAV", "SLAM", "visual odometry", "PID control", "MAVLink", "Pixhawk", "path planning", "A*", "RRT", "EKF", "sensor fusion", "optical flow", "ByteTrack". NOT for domain-specific inspection tasks like fire detection, roof damage assessment, or thermal analysis (use drone-inspection-specialist), GPU shader optimization (use metal-shader-expert), or general image classification without drone context (use clip-aware-embeddings).
majiayu000/claude-skill-registry 163
-
pr-review
Manage GitHub PR review comments - fetch, resolve, dismiss, and interact with PR review threads. Handles comment detection, fetching, resolution, and dismissal with reasons. Use when: (1) Working on a PR with review comments, (2) Need to fetch and review PR feedback, (3) Want to resolve comments after making fixes, (4) Need to dismiss comments that are not applicable, (5) Managing PR comment files, (6) When GitHub PR comments need to be processed, (7) When working with pull requests that have received feedback, (8) For PR workflow automation and comment organization, or (9) For GitHub API integration and PR management. Triggers: PR comments, review comments, fetch PR feedback, resolve comment, dismiss comment, PR review, pull request comments, handle review feedback, get PR comments, manage PR comments.
majiayu000/claude-skill-registry 163
-
holistic-linting
This skill should be used when the model needs to ensure code quality through comprehensive linting and formatting. It provides automatic linting workflows for orchestrators (format → lint → resolve via concurrent agents) and sub-agents (lint touched files before task completion). Prevents claiming "production ready" code without verification. Includes linting rules knowledge base for ruff, mypy, and bandit, plus the linting-root-cause-resolver agent for systematic issue resolution.
majiayu000/claude-skill-registry 163
-
gt
This skill should be used when working with Graphite (gt) for stacked pull requests. Use when users mention gt commands, stack management, PR workflows, or when dealing with dependent branches. Essential for understanding stack navigation, branch relationships, and Graphite's mental model.
majiayu000/claude-skill-registry 163
-
isms-specialist
Expert for Information Security Management Systems (ISMS) according to ISO 27001:2022, with deep knowledge of BaFin requirements, EU-DORA, NIS2, and German regulatory landscape. Specializes in data reuse patterns, workflow optimization, and compliance automation. Automatically activated for ISO 27001, BaFin, DORA, NIS2, compliance frameworks, and ISMS topics.
majiayu000/claude-skill-registry 163
-
governance-checklist-generator
Governance Checklist Generator - Auto-activating skill for Enterprise Workflows.
Triggers on: governance checklist generator, governance checklist generator
Part of the Enterprise Workflows skill category.
majiayu000/claude-skill-registry 163
-
git-hex-pr-workflow
Complete pull request workflow combining git-hex (local craft) with remote collaboration (GitHub plugin or CLI). This skill should be used when the user wants to prepare, submit, and iterate on a PR with clean commit history. Trigger phrases include: "prepare a PR", "open a pull request", "address review feedback", "update my PR", "clean up commits for PR".
majiayu000/claude-skill-registry 163
-
parsing-basin-models
Parses HEC-HMS basin model files (.basin) to extract and modify subbasins, junctions,
reaches, loss parameters, transform parameters, baseflow, and routing. Use when reading
basin files, modifying hydrologic parameters, analyzing basin structure, or updating
curve numbers, lag times, and routing coefficients. Handles clone workflows for QAQC.
Trigger keywords: basin file, subbasin, junction, reach, loss method, curve number,
transform, lag time, baseflow, routing, Muskingum, parse basin, get parameters.
majiayu000/claude-skill-registry 163
-
flow-completer
Mark tasks and phases complete after verification. Use when finishing tasks, closing phases, or marking work done. Ensures all work verified before completion.
majiayu000/claude-skill-registry 163
-
nist-compliance
NIST 800-53r5 control implementation, tagging, evidence collection, and compliance automation for security frameworks
majiayu000/claude-skill-registry 163
-
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
majiayu000/claude-skill-registry 163
-
moai-cc-memory
Managing Claude Code Session Memory & Context. Understand session context limits, use just-in-time retrieval, cache insights, manage memory files. Use when optimizing context usage, handling large projects, or implementing efficient workflows.
majiayu000/claude-skill-registry 163
-
parallel-orchestrator
Orchestrate parallel agent workflows using HtmlGraph's ParallelWorkflow. Activate when planning multi-agent work, using Task tool for sub-agents, or coordinating concurrent feature implementation.
majiayu000/claude-skill-registry 163
-
github
Manage GitHub issues using gh CLI - create, list, view, update, close, and assign issues. Use when working with GitHub issues, bug tracking, or project management tasks.
majiayu000/claude-skill-registry 163
-
vertical-playbooks
Industry-specific automation playbooks. Use when targeting a specific vertical for workflow recommendations, pain point mapping, and bundled offerings. Covers e-commerce, professional services, logistics, legal/finance, global trade (export, import, re-export), manufacturing, distribution, and construction.
majiayu000/claude-skill-registry 163
-
flow-convert-workflow-definition
Convert Flow SDK workflow class to Output SDK workflow() function. Use when migrating workflow.ts files from class-based to functional definitions.
majiayu000/claude-skill-registry 163
-
detecting-format-string
Detects format string vulnerabilities by identifying unsafe printf family function calls with user-controlled format strings. Use when analyzing logging, error handling, or investigating memory disclosure via format strings.
majiayu000/claude-skill-registry 163
-
orchestration:executing-workflows
Use when user provides workflow syntax with arrows (-> || ~>), says "run workflow", "execute workflow", "run this", mentions step1 -> step2 patterns. Executes orchestration workflows with real-time visualization, steering, and error recovery.
majiayu000/claude-skill-registry 163
-
detecting-incorrect-free
Detects incorrect use of free() including freeing non-heap memory, invalid pointers, and mismatched allocators. Use when analyzing memory deallocation, heap management, or investigating free() usage errors.
majiayu000/claude-skill-registry 163