Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
ai-html-generate
Use AI to recreate PDF page as semantic HTML. Consumes three inputs (PNG image, parsed text, ASCII preview) for complete contextual understanding and accurate generation.
majiayu000/claude-skill-registry 163
-
mistral-debug-bundle
Collect Mistral AI debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for Mistral AI problems.
Trigger with phrases like "mistral debug", "mistral support bundle",
"collect mistral logs", "mistral diagnostic".
majiayu000/claude-skill-registry 163
-
correlation-methylation-epiFeatures
This skill provides a complete pipeline for integrating CpG methylation data with chromatin features such as ATAC-seq signal, H3K27ac, H3K4me3, or other histone marks/TF signals.
majiayu000/claude-skill-registry 163
-
triatu-security
Security practices for Triatu. Use when adding data access, Server Actions, logging, or Supabase policies, and when reviewing security risks.
majiayu000/claude-skill-registry 163
-
feature-orchestrator
Research-backed feature implementation workflow enforcing gap analysis, incremental planning, agent coordination, and continuous integration best practices. Auto-invoked for ALL feature implementation requests to prevent code duplication and ensure CLAUDE.md compliance.
majiayu000/claude-skill-registry 163
-
update-release-notes
Update the release notes file at `apps/docs/content/releases/next.mdx` based on PRs merged to main since the previous release, or archive `next.mdx` to a versioned file when a new version is published.
majiayu000/claude-skill-registry 163
-
html-to-pdf
Converts HTML files to PDF or PNG format. Use this skill when the user asks to convert, export, or generate PDF/PNG from HTML files, or when they want to create printable documents, presentations, or long-form images from web pages or HTML reports.
majiayu000/claude-skill-registry 163
-
structural-analysis
majiayu000/claude-skill-registry 163
-
python-regression-statistics
Expert guidance for regression analysis, statistical modeling, and outlier detection in Python using statsmodels, scikit-learn, scipy, and PyOD - includes model diagnostics, assumption checking, robust methods, and comprehensive outlier detection strategies
majiayu000/claude-skill-registry 163
-
css-modules
Implements scoped CSS using CSS Modules with automatic class name generation, composition, and TypeScript support. Use when needing component-scoped styles, avoiding naming collisions, or migrating from global CSS.
majiayu000/claude-skill-registry 163
-
fireflies-common-errors
Diagnose and fix Fireflies.ai common errors and exceptions.
Use when encountering Fireflies.ai errors, debugging failed requests,
or troubleshooting integration issues.
Trigger with phrases like "fireflies error", "fix fireflies",
"fireflies not working", "debug fireflies".
majiayu000/claude-skill-registry 163
-
svelte-5-runes
Complete guide for Svelte 5 runes ($state, $derived, $effect, $props, $bindable). Use for any Svelte 5 project or when code contains $ prefixed runes. Essential for reactive state management, computed values, side effects, and component props. Covers migration from Svelte 4 reactive statements.
majiayu000/claude-skill-registry 163
-
deep-review
[レビュー] Deep Review - 設計/セキュリティ/RDD整合の深掘りチェック
majiayu000/claude-skill-registry 163
-
rubocop
Ruby static code analyzer and formatter for enforcing style guidelines, detecting bugs, and improving code quality. Supports Rails, RSpec, and Performance extensions with safe autocorrection capabilities.
majiayu000/claude-skill-registry 163
-
member-insights
Use to analyze loyalty member behavior, segmentation, and experiment results.
majiayu000/claude-skill-registry 163
-
Setting Up Projects
Automates project setup with best practices including pre-commit hooks, linting, formatting, and boilerplate. Activates when creating new projects, missing configuration files, or setting up development environment. Ensures quality tooling from the start.
majiayu000/claude-skill-registry 163
-
sveltekit-patterns
SvelteKit patterns for devhub-crm. Use for remote functions (query, form, command), routing, and server-side logic.
majiayu000/claude-skill-registry 163
-
create-agent-skill
Create or edit Claude Code skills with expert guidance on structure and best practices
majiayu000/claude-skill-registry 163
-
docs-applying-diataxis-framework
Diátaxis documentation framework for organizing content into four categories - tutorials (learning-oriented), how-to guides (problem-solving), reference (technical specifications), and explanation (conceptual understanding). Essential for creating and organizing documentation in docs/ directory.
majiayu000/claude-skill-registry 163
-
voice-agents
Voice agents represent the frontier of AI interaction - humans speaking naturally with AI systems. The challenge isn't just speech recognition and synthesis, it's achieving natural conversation flow with sub-800ms latency while handling interruptions, background noise, and emotional nuance. This skill covers two architectures: speech-to-speech (OpenAI Realtime API, lowest latency, most natural) and pipeline (STT→LLM→TTS, more control, easier to debug). Key insight: latency is the constraint. Hu
majiayu000/claude-skill-registry 163
-
fix-ocaml-gc
Guide for debugging and fixing bugs in the OCaml garbage collector runtime, particularly issues in memory management code like sweeping, pool management, and run-length compression. This skill should be used when encountering segfaults during OCaml bootstrap, debugging crashes in runtime/shared_heap.c or similar GC code, or investigating pointer arithmetic bugs in memory allocator implementations.
majiayu000/claude-skill-registry 163
-
paper-to-code
Implement AI/ML research papers from scratch when no official code exists. Use when the user wants to reproduce a paper, implement an algorithm from a PDF, build a model architecture from a research paper, or create working code from academic publications. Handles papers from arXiv, NeurIPS, ICML, ICLR, CVPR, and other venues. Produces UV-managed, GPU-ready Python projects with tests, demos, and documentation.
majiayu000/claude-skill-registry 163
-
suno-pack
分析ファイルからSunoパック(style, lyrics, image_prompt)を生成。Suno AI用のプロンプトセットを作成する。
majiayu000/claude-skill-registry 163
-
memory-safety-patterns
Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.
majiayu000/claude-skill-registry 163