Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
Weight Track Database
Describes the structure of the weight tracker database that allows to store and read weight records for the user
majiayu000/claude-skill-registry 163
-
python-peewee
Patterns for using Peewee ORM with DatabaseProxy and scoped connections/transactions. Use when setting up DatabaseProxy, managing connection_context/atomic blocks, or writing tests with SQLite.
majiayu000/claude-skill-registry 163
-
ide-integration
IDE integration tips for VS Code, JetBrains, and terminal workflows. Use when setting up Claude Code with your IDE, configuring keybindings, optimizing terminal workflows, or synchronizing file navigation. Covers extensions, split terminals, clipboard, and diff viewing.
majiayu000/claude-skill-registry 163
-
obs-audio-plugin-writing
Create OBS Studio audio plugins including audio sources, audio filters, and real-time audio processing. Covers obs_source_info for audio, filter_audio callback, audio data structures, settings API, and properties UI. Use when developing audio plugins for OBS.
majiayu000/claude-skill-registry 163
-
schemelike-metacircular-eval
Guide for implementing metacircular evaluators—interpreters that can interpret themselves. This skill should be used when building self-interpreting Scheme-like evaluators, debugging multi-level interpretation issues, or implementing language features like environments, closures, and special forms. Focuses on incremental development, continuous metacircular testing, and systematic debugging of nested interpretation failures.
majiayu000/claude-skill-registry 163
-
metabolicpathwayactivity
Calculates pathway activity scores for metabolic pathways across different cell groups and subsets. This process quantifies the metabolic activity of each pathway per group, generating visualizations (heatmaps and violin plots) to compare metabolic states between clusters or conditions. Based on the methodology from Xiao et al.
majiayu000/claude-skill-registry 163
-
faq_database
Imported skill faq_database from openai
majiayu000/claude-skill-registry 163
-
project-status-sync
Use to keep GitHub Project fields synchronized with actual work state - updates status, verification, criteria counts, and other project-specific fields
majiayu000/claude-skill-registry 163
-
game-development
Game development orchestrator. Routes to platform-specific skills based on project needs.
majiayu000/claude-skill-registry 163
-
firstspirit-fs-cli
FirstSpirit CMS template development using fs-cli. Helps set up fs-cli environment, export templates from FirstSpirit server, modify templates with Claude Code, and import changes back to server. Use when working with FirstSpirit templates, CMS development, or when user mentions fs-cli, FirstSpirit, or template synchronization.
majiayu000/claude-skill-registry 163
-
veo
Generate video using Google Veo (Veo 3.1 / Veo 3.0).
majiayu000/claude-skill-registry 163
-
rpi
Use when implementing features from Jira tickets, PRDs, or user requirements. Orchestrates Research-Plan-Implement workflow with quality gates for hallucination, overengineering, and underengineering detection.
majiayu000/claude-skill-registry 163
-
layercake
Expert guide for Layer Cake, a headless Svelte visualization framework managing scales, dimensions, and data flow while supporting SVG, Canvas, HTML, and WebGL rendering contexts for responsive data visualizations.
majiayu000/claude-skill-registry 163
-
draft-a-commit
Draft meaningful save messages that explain what changed and why it matters. Use when saving your work or explaining updates you've made.
majiayu000/claude-skill-registry 163
-
designing-brand
ブランドアイデンティティとビジュアル設計システムを構築します。カラーシステム、タイポグラフィ、デザイントークン、ガイドラインを提供します。ブランド統一、デザインシステムの構築が必要な場合に使用してください。
majiayu000/claude-skill-registry 163
-
r-development
Expert guidance for R package development following best practices for devtools, testthat, roxygen2, and R ecosystem tools
majiayu000/claude-skill-registry 163
-
test-case-organizer
This skill should be used when the user asks to "测试用例整理", "测试整理", "organize test cases", "reorganize tests", "consolidate scattered tests", or mentions test cases scattered in business code that need to be moved to proper test directories.
majiayu000/claude-skill-registry 163
-
chroma
Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.
majiayu000/claude-skill-registry 163
-
using-graph-databases
Graph database implementation for relationship-heavy data models. Use when building social networks, recommendation engines, knowledge graphs, or fraud detection. Covers Neo4j (primary), ArangoDB, Amazon Neptune, Cypher query patterns, and graph data modeling.
majiayu000/claude-skill-registry 163
-
arcanea-luminor-wisdom
Channel the Seven Luminors - archetypal guides for creative challenges including Valora (courage), Sophron (wisdom), Kardia (heart), Poiesis (creation), Enduran (endurance), Orakis (vision), and Eudaira (joy)
majiayu000/claude-skill-registry 163
-
streamdown
Expert guidance for Vercel's Streamdown library - a streaming-optimized react-markdown replacement for AI applications.
Use when: (1) Rendering AI-generated markdown from useChat/streamText,
(2) Building chat UIs with streaming responses,
(3) Migrating from react-markdown to streaming-friendly rendering,
(4) Configuring code blocks (Shiki), math (KaTeX), diagrams (Mermaid),
(5) Handling incomplete markdown during AI streaming (remend preprocessor),
(6) Customizing markdown styling with Tailwind/CSS variables,
(7) Securing AI output with rehype-harden (link/image protocols).
Triggers: Streamdown, streaming markdown, AI chat markdown, react-markdown replacement,
AI Elements Response, incomplete markdown, remend, Shiki themes, Mermaid diagrams,
KaTeX math, rehype-harden, isAnimating, markdown streaming.
majiayu000/claude-skill-registry 163
-
keyring
Cross-platform secure credential storage using system keychains
majiayu000/claude-skill-registry 163
-
skill-spec-generator
Generate structured skill specifications for independent skill creators. Use when asked to ideate, brainstorm, or specify multiple skills for a domain, workflow, or problem space. Outputs self-contained specs with list-level context so each skill can be built independently. Triggers on requests like "what skills would help with X", "generate skill ideas for Y", "specify skills to cover Z workflow".
majiayu000/claude-skill-registry 163
-
blue-green-deployment
Implement blue-green deployment strategies for zero-downtime releases with instant rollback capability and traffic switching between environments.
majiayu000/claude-skill-registry 163