Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
memory-manager
Gerencia persistencia de contexto, decisoes e learnings do projeto.
Armazena e recupera informacoes entre sessoes para manter continuidade.
Use quando: salvar decisoes, recuperar contexto, persistir learnings.
majiayu000/claude-skill-registry 163
-
codebase
Descobre melhorias e oportunidades de refatoração baseada em padrões existentes no código. Use quando quiser analisar o codebase para encontrar melhorias, inconsistências, ou áreas que precisam de atenção.
majiayu000/claude-skill-registry 163
-
behavioral
Behavioral design patterns from the Gang of Four — Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, and Visitor. Patterns that manage algorithms, relationships, and responsibilities between objects.
USE FOR: object communication, event handling, state management, algorithm encapsulation, request handling chains, undo/redo, publish-subscribe
DO NOT USE FOR: object creation (use creational), structural composition (use structural)
majiayu000/claude-skill-registry 163
-
add-env
Add an environment variable to .env.example and provide guidance for env.ts and CLAUDE.md
majiayu000/claude-skill-registry 163
-
agile-methodology
Implement Agile project management and product development using iterative approaches, Scrum, Kanban, XP, and scaled frameworks. Use for: software development projects, product management, team collaboration, sprint planning, continuous delivery, adaptive planning, cross-functional team coordination, and organizational agile transformation.
majiayu000/claude-skill-registry 163
-
unit-test-config-properties
Provides patterns for unit testing @ConfigurationProperties classes with @ConfigurationPropertiesTest. Use when validating application configuration binding and validation.
majiayu000/claude-skill-registry 163
-
wearables-setup
Samsung Galaxy Watch integration via Google Drive for Dr. Sophia AI. Covers Health Sync app setup, OAuth configuration, multi-user management, data sync verification. Use when setting up Samsung Health wearables, adding new users to wearables system, troubleshooting Samsung Health sync, or configuring Google Drive OAuth.
majiayu000/claude-skill-registry 163
-
algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
majiayu000/claude-skill-registry 163
-
empathic-templates
Smart templates that understand semantic intent, not just string substitution
majiayu000/claude-skill-registry 163
-
fluent2-design-system
Build interfaces using Microsoft's Fluent 2 design system via @fluentui/react-components (v9). Use when the user requests UI built with Fluent UI, Fluent 2, Microsoft design language, Teams-style UI, or Office-style interfaces. Covers: React component usage, theming with FluentProvider, styling with makeStyles/tokens/Griffel, design token application, layout patterns, typography, color system, accessibility, dark/light/high-contrast themes, and custom branding. Also triggers for: "make it look like Teams/Outlook/Office", "use Fluent", "Microsoft design system", "@fluentui", or any request to build UI that follows Microsoft's design language. Do NOT use for Fluent UI v8 (@fluentui/react) unless migrating to v9.
majiayu000/claude-skill-registry 163
-
self-documenting-code
Use descriptive names for functions, variables, and classes that explain their purpose Use when documenting code and APIs. Documentation category skill.
majiayu000/claude-skill-registry 163
-
centos-linux-triage
Triage and resolve CentOS issues using RHEL-compatible tooling, SELinux-aware practices, and firewalld.
majiayu000/claude-skill-registry 163
-
blogwatcher
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
majiayu000/claude-skill-registry 163
-
literature-matrix
Systematic research idea discovery through paper combination matrix. Use when finding research ideas, evaluating paper combinations, building unified theoretical frameworks, or generating code skeletons from combined methods.
majiayu000/claude-skill-registry 163
-
shared-infra-setup-env
Environment configuration, Zod validation
majiayu000/claude-skill-registry 163
-
plan-two
[Planning] Research & create an implementation plan with 2 approaches
majiayu000/claude-skill-registry 163
-
aget-save-state
Save workflow state for resume/recovery. Use at natural breakpoints before context-intensive operations, major refactors, or session interruptions.
majiayu000/claude-skill-registry 163
-
capabilities
Show what this NanoClaw instance can do — installed skills, available tools, and system info. Read-only. Use when the user asks what the bot can do, what's installed, or runs /capabilities.
majiayu000/claude-skill-registry 163
-
pr-threads-resolve
Bulk resolve unresolved PR review threads. Useful after manually addressing threads or after using /pr-threads-address.
majiayu000/claude-skill-registry 163
-
cmux
Control cmux terminal multiplexer via its Unix socket API. Use when needing to: (1) List, create, select, or close workspaces; (2) Split panes and manage surfaces; (3) Send text or key presses to terminals; (4) Create notifications; (5) Set sidebar status, progress bars, or log entries; (6) Query system state. Requires cmux CLI or Unix socket at /tmp/cmux.sock.
majiayu000/claude-skill-registry 163
-
lint-and-validate
Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers on keywords: lint, format, check, validate, types, static analysis.
majiayu000/claude-skill-registry 163
-
audit
Perform comprehensive audit of interface quality across accessibility, performance, theming, and responsive design. Generates detailed report of issues with severity ratings and recommendations.
majiayu000/claude-skill-registry 163
-
ip-lookup
Get current public IP address and geolocation information. Use when users ask about IP addresses, network location, or want to check their public IP. Supports both fetching IP info and displaying it clearly.
majiayu000/claude-skill-registry 163
-
receiving-code-review
(中文)Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
majiayu000/claude-skill-registry 163