Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
threat-mitigation-mapping
Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validating control effectiveness.
majiayu000/claude-skill-registry 163
-
Kubernetes Testing Patterns
Kubernetes deployment testing including manifest validation, Helm chart testing, pod health checks, network policy testing, and rollback verification.
majiayu000/claude-skill-registry 163
-
equipment-maintenance-log
Track lab equipment calibration dates and send maintenance reminders
majiayu000/claude-skill-registry 163
-
internal-comms
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
majiayu000/claude-skill-registry 163
-
roadmap-planning
Plan a strategic roadmap across prioritization, epic definition, stakeholder alignment, and sequencing. Use when turning strategy into a release plan that teams can execute.
majiayu000/claude-skill-registry 163
-
jira
Jira Cloud REST API via curl. Use this skill to create, update, search, and manage issues, projects, and workflows in Jira.
majiayu000/claude-skill-registry 163
-
architecture-patterns
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
majiayu000/claude-skill-registry 163
-
V3 Memory Unification
Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).
majiayu000/claude-skill-registry 163
-
jira-task
Creates Jira tasks following Prowler's standard format. Trigger: When user asks to create a Jira task, ticket, or issue.
majiayu000/claude-skill-registry 163
-
multi-location-route-optimizer-w-map
Use AgentPMT external API to run the Multi-Location Route Optimizer W Map tool with wallet signatures, credits purchase, or credits earned from jobs.
majiayu000/claude-skill-registry 163
-
x-announcement
Post release announcements to X (Twitter) with automated GitHub link reply. Auto-trigger after /release command completion or manual invocation. Generates engaging posts from CHANGELOG, posts via API, and replies with GitHub release link in threaded format.
majiayu000/claude-skill-registry 163
-
convex-functions
Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations
majiayu000/claude-skill-registry 163
-
05-01-ticket
Working with tk / ticket — lifecycle, dependencies, agent coordination, session protocol
majiayu000/claude-skill-registry 163
-
bank-calc-utils
银行经营分析专用计算工具集。当用户要求计算同比增速、环比变动率、贡献度占比、结构分布、排名百分位、不良率、拨备覆盖率、净息差等银行核心指标时使用。提供确定性数值计算,避免LLM心算幻觉。
majiayu000/claude-skill-registry 163
-
example-data-processor
Process CSV data files by cleaning, transforming, and analyzing them. Use this when users need to work with CSV files, clean data, or perform basic data analysis tasks.
majiayu000/claude-skill-registry 163
-
kb-fediverse-group-federation
Background knowledge about how group/forum federation works on the Fediverse using FEP-1b12 (FINAL status). Covers the Group actor type, the audience property for group identification, the Announce wrapping mechanism for content distribution, thread/comment structure (Page for top-level posts, Note for replies, inReplyTo chains), group moderation via attributedTo collection with Add/Remove activities, the Announce(Activity) vs Announce(Object) interop issue, the competing FEP-400e approach (Smithereen/Mastodon wall collections), and implementations across Lemmy, Friendica, Hubzilla, Lotide, PeerTube, Kbin, NodeBB, and Guppe. Load when the user asks about implementing groups or forums in ActivityPub; how Group actors work; how to use the audience property; how Announce wrapping distributes group content; how group moderation works; the difference between FEP-1b12 and FEP-400e; how Lemmy communities federate; how to build a forum with ActivityPub; or what FEP-1b12 specifies.
majiayu000/claude-skill-registry 163
-
spring-boot-actuator
Provides patterns to configure Spring Boot Actuator for production-grade monitoring, health probes, secured management endpoints, and Micrometer metrics across JVM services. Use when setting up monitoring, health checks, or metrics for Spring Boot applications.
majiayu000/claude-skill-registry 163
-
code-feeder
当用户需将代码提供给外部 AI(重构/分析/修复)时激活。自动收集代码、记录意图、生成上下文文档。支持增量合并。
majiayu000/claude-skill-registry 163
-
datadog-api-client
Query and manage Datadog resources (logs, metrics, monitors, dashboards, incidents, APM traces) using the datadog-api-client Python library. Use when the user asks about Datadog monitoring, wants to search logs, check metrics, manage monitors, investigate incidents, or interact with any Datadog API.
majiayu000/claude-skill-registry 163
-
bmad-review-edge-case-hunter
Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven. Use when you need exhaustive edge-case analysis of code, specs, or diffs.
majiayu000/claude-skill-registry 163
-
kubelet-static-pod-manifest-update
Force kubelet to pick up changes to static pod manifests in /etc/kubernetes/manifests/.
Use when: (1) edited kube-apiserver.yaml but the running process still has old flags,
(2) kubelet restart doesn't pick up manifest changes, (3) touching the manifest file
doesn't trigger pod recreation, (4) killing the API server process results in the
same old args on restart, (5) the pod's config.hash annotation doesn't match the
file's hash. Requires a full cycle: remove manifest, stop kubelet, remove containers,
re-add manifest, start kubelet.
majiayu000/claude-skill-registry 163
-
nonlinear-solvers
Select and configure nonlinear solvers for f(x)=0 or min F(x). Use for Newton methods, quasi-Newton (BFGS, L-BFGS), Broyden, Anderson acceleration, diagnosing convergence issues, choosing line search vs trust region, and analyzing Jacobian quality.
majiayu000/claude-skill-registry 163
-
brainstorming
Socratic questioning protocol + user communication. MANDATORY for complex requests, new features, or unclear requirements. Includes progress reporting and error handling.
majiayu000/claude-skill-registry 163
-
vm-ops
Safe VM operations (start, stop, destroy) via protected wrapper script
majiayu000/claude-skill-registry 163