Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
memory-usage
Always-on MemoryManager + LearningPolicy workflow. Use when storing/retrieving memories, emitting retrieval signals, running consolidation/pruning, or when a session should default to the Atlas memory system (MemoryManager, MemoryConsolidator, LearningPolicy). Triggers: memory add/retrieve, consolidation, pruning, semantic search, or 'use the memory system by default.'
majiayu000/claude-skill-registry 163
-
midi-generation
Generate MIDI files with GM instruments and music theory. Use when creating music, composing melodies, or generating MIDI files.
majiayu000/claude-skill-registry 163
-
oauth21-bearer-token
OAuth 2.1 Bearer Token usage guide. Use when implementing access token transmission, Authorization header support, resource server validation, and security requirements. Covers query parameter prohibition and token protection. Based on OAuth 2.1 Section 5 requirements.
majiayu000/claude-skill-registry 163
-
design-fundamentals
Core design principles for creating distinctive, beautiful UIs with technical excellence.
Combines creative direction with practical foundation for memorable, accessible interfaces.
Use when building UI without specific design specs (Figma, screenshots, design files):
- Creating landing pages, home pages, marketing pages from scratch
- Building web apps, dashboards, admin panels without design
- Choosing design system: typography, colors, spacing, visual hierarchy
- Need to propose complete design (fonts, colors, layout, spacing)
- Building distinctive UIs that avoid generic AI aesthetics
Keywords: landing page, design system, typography, colors, spacing, visual hierarchy
Two-part approach:
1. Creative Direction: Choose aesthetic tone (minimal, bold, elegant, playful)
2. Technical Foundation: Spacing scales, typography specs, WCAG contrast, hierarchy
Goal: Create UIs that are BOTH beautiful (distinctive, memorable) AND correct (accessible, consistent, professional).
majiayu000/claude-skill-registry 163
-
phase-cleanup
Refactor and finalize code after parallel phases complete, addressing technical debt. Use in cleanup phase to polish code before merge.
majiayu000/claude-skill-registry 163
-
obsidian-link-suggester
Discover and suggest connections between related notes in Obsidian vault. Use when identifying orphaned notes, finding related content, or building knowledge graph connections. Analyzes entity mentions and content similarity across Korean and English files.
majiayu000/claude-skill-registry 163
-
social-value-report
Generate the social value report from CSV inputs by detecting CSVs, anonymising them, and producing a month-by-month markdown report.
majiayu000/claude-skill-registry 163
-
cva-patterns-cost
Cost optimization strategies for production AI pipelines in Clojure+Vertex AI. Covers multi-model routing (70% Gemini/20% Haiku/10% Sonnet), token optimization (prompt engineering, output constraints), aggressive caching (58% cost reduction), batch processing, and real-time monitoring. Includes production metrics showing $0.391 to $0.162 per pipeline (-58%). Use when optimizing production costs, implementing multi-model strategies, designing budget controls, or scaling to high volume.
majiayu000/claude-skill-registry 163
-
qiskit
IBM quantum computing framework. Use when targeting IBM Quantum hardware, working with Qiskit Runtime for production workloads, or needing IBM optimization tools. Best for IBM hardware execution, quantum error mitigation, and enterprise quantum computing. For Google hardware use cirq; for gradient-based quantum ML use pennylane; for open quantum system simulations use qutip.
majiayu000/claude-skill-registry 163
-
design-review
Review UI components for design system compliance, accessibility, and visual consistency
majiayu000/claude-skill-registry 163
-
pypi-readme-creator
When creating a README for a Python package. When preparing a package for PyPI publication. When README renders incorrectly on PyPI. When choosing between README.md and README.rst. When running twine check and seeing rendering errors. When configuring readme field in pyproject.toml.
majiayu000/claude-skill-registry 163
-
asyncredux-nonreentrant-mixin
Add the NonReentrant mixin to prevent an action from dispatching while already in progress. Covers preventing duplicate form submissions, avoiding race conditions, and protecting long-running operations.
majiayu000/claude-skill-registry 163
-
media-processing
Video/audio/image processing with FFmpeg and ImageMagick. Tools: FFmpeg (video/audio), ImageMagick (images). Capabilities: format conversion, encoding (H.264/H.265/VP9/AV1), streaming (HLS/DASH), filters, effects, thumbnails, watermarks, batch processing, hardware acceleration (NVENC/QSV). Actions: convert, encode, resize, crop, compress, extract, merge, stream, transcode media. Keywords: FFmpeg, ImageMagick, video encoding, audio extraction, image resize, thumbnail, watermark, HLS, DASH, H.264, H.265, VP9, AV1, codec, bitrate, framerate, resolution, aspect ratio, filter, overlay, concat, trim, fade, batch processing. Use when: converting video/audio formats, encoding with specific codecs, generating thumbnails, creating streaming manifests, extracting audio from video, batch processing images, adding watermarks, optimizing file sizes.
majiayu000/claude-skill-registry 163
-
multi-order-evolution
Design multi-generational societal evolution for science fiction settings. Use when creating civilizations that diverge from baseline humanity, when exploring how environments shape cultures over generations, or when worldbuilding requires deep time development.
majiayu000/claude-skill-registry 163
-
detecting-performance-bottlenecks
Execute this skill enables AI assistant to detect and resolve performance bottlenecks in applications. it analyzes cpu, memory, i/o, and database performance to identify areas of concern. use this skill when you need to diagnose slow application performance, op... Use when optimizing performance. Trigger with phrases like 'optimize', 'performance', or 'speed up'.
majiayu000/claude-skill-registry 163
-
text-message
Send text messages via Apple Messages app with automatic contact lookup and attachment support. This skill should be used when sending SMS/iMessage to contacts. Supports name-based recipient lookup via Google Contacts integration, image/file attachments, and handles missing recipient/message prompts. CRITICAL - Messages are ALWAYS sent individually to each recipient, NEVER as group messages. REQUIRES E.164 phone format (+1XXXXXXXXXX) for reliable delivery. Integrates Arlen's writing style guide for authentic messaging.
majiayu000/claude-skill-registry 163
-
create-agent
Create a new custom subagent for Task() delegation. Use when adding a reusable agent prompt, when the user asks to "add an agent", or when a complex workflow should be delegated to a specialized agent.
majiayu000/claude-skill-registry 163
-
sumida
Sumida Corporation MPN encoding patterns, inductance value decoding, and handler guidance. Use when working with Sumida inductors, transformers, or common mode chokes.
majiayu000/claude-skill-registry 163
-
sentry-enterprise-rbac
Configure enterprise role-based access control in Sentry.
Use when setting up team permissions, SSO integration,
or managing organizational access.
Trigger with phrases like "sentry rbac", "sentry permissions",
"sentry team access", "sentry sso setup".
majiayu000/claude-skill-registry 163
-
kumo-query-module
Expert assistant for Kumo's Query Module (src/features/query). Use when working with SQL Editor, Monaco editor integration, query execution, result grids, tabs management, AI features, or any query-related components. Provides architecture patterns, component APIs, hooks, utilities, and examples.
majiayu000/claude-skill-registry 163
-
Productivity System
Three-beat daily system with continuous vigilance for ADHD productivity. USE WHEN user mentions morning brief, sitrep, debrief, status, energy, priorities, brain dump, venting, task capture, habits, patterns, or any daily rhythm/accountability request. Also triggers on cron events for morning_brief, vigilance_check, afternoon_brief, pattern_log.
majiayu000/claude-skill-registry 163
-
ffp-code-review
Review code changes for FFP project standards including multi-tenant security, British English, architecture patterns, and SOLID principles. Use when reviewing PRs, checking branch changes, or auditing code quality.
majiayu000/claude-skill-registry 163
-
slim-contributing-guide
Create comprehensive contributing guides for open source projects with customizable templates, including guidance for developers, documentation contributors, issue reporters, and community reviewers. Use when helping projects establish clear contribution workflows, onboard new contributors, set up development processes, integrate with project governance, or meet NASA/government institutional requirements for open source collaboration.
majiayu000/claude-skill-registry 163
-
visualizer
I see what you describe. Let me show it to others.
majiayu000/claude-skill-registry 163