Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
api-organization
Explains the standardized API organization pattern for this codebase. Use when creating new API endpoints, API clients, or modifying existing API structure. Covers the 5-file system (endpoint-types, endpoints, api-client, admin-api-client, protected-endpoints), role-based access patterns (admin vs regular users), and TypeScript type safety across the API layer. All API code lives in src/lib/api/ following this exact pattern.
majiayu000/claude-skill-registry 163
-
turso
Implements Turso edge SQLite database with libSQL client, embedded replicas, and vector search. Use when building edge-first apps, implementing embedded databases, or needing SQLite with global replication.
majiayu000/claude-skill-registry 163
-
Remotion Video Styling
Inline React styling for Remotion video components using theme constants. Use this when styling video compositions, positioning elements on the 1080x1920 canvas, or applying colors/fonts from src/lib/theme.ts. No external CSS files - all styles are inline objects.
majiayu000/claude-skill-registry 163
-
content-pipeline
Create and manage content for blogs, social media, video, and newsletters. USE THIS SKILL when user says "create blog post", "write social post", "content calendar", "repurpose content", "video script", or needs content creation help.
majiayu000/claude-skill-registry 163
-
docs-cleaner
Consolidates redundant documentation while preserving all valuable content. This skill should be used when users want to clean up documentation bloat, merge redundant docs, reduce documentation sprawl, or consolidate multiple files covering the same topic. Triggers include "clean up docs", "consolidate documentation", "too many doc files", "merge these docs", or when documentation exceeds 500 lines across multiple files covering similar topics.
majiayu000/claude-skill-registry 163
-
rezk-types
Rezk types (complete Segal spaces). Local univalence: categorical isomorphisms ≃ type-theoretic identities.
majiayu000/claude-skill-registry 163
-
openspec-ff-change
Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.
majiayu000/claude-skill-registry 163
-
negotiator
Strategic negotiation assistant for business deals, contracts, salary discussions, and vendor negotiations. Helps analyze positions, develop BATNA, and craft persuasive arguments.
majiayu000/claude-skill-registry 163
-
ln-220-story-coordinator
CREATE/REPLAN Stories for Epic (5-10 Stories). Delegates ln-001-standards-researcher for standards research. Decompose-First Pattern. Auto-discovers team/Epic.
majiayu000/claude-skill-registry 163
-
link-project
Add project repository links to PROJECTS.md when user mentions completing, starting, or sharing a hands-on project. Use when user references external repos or implementation work.
majiayu000/claude-skill-registry 163
-
advanced-agentdb-vector-search-implementation
Advanced AgentDB Vector Search Implementation operates on 3 fundamental principles:
majiayu000/claude-skill-registry 163
-
esphome-devices
Create and configure ESPHome devices for DIY smart home sensors and actuators. Write YAML configurations for ESP8266/ESP32 boards, sensors, displays, and automations. Use when building custom IoT devices, flashing ESPHome firmware, or integrating with Home Assistant. (project)
majiayu000/claude-skill-registry 163
-
brand-asset-generator
Generate consistent brand assets for social media, print, and digital use
from a single brand configuration with automated sizing and formatting.
majiayu000/claude-skill-registry 163
-
video-title-optimizer
Optimize video titles for maximum click-through rate (CTR) and YouTube/TikTok SEO. Generates multiple title variations balancing curiosity, keywords, and platform best practices. Use when naming videos, improving CTR, or A/B testing titles.
majiayu000/claude-skill-registry 163
-
website-copywriting
Website copy creation for CMS implementation. Use when writing website copy, page content, creating new pages, or rewriting existing pages. Triggers on "write copy", "website copy", "page content", "rewrite page", "create page".
majiayu000/claude-skill-registry 163
-
privacy-review
Automated privacy review for git repositories. Scans for sensitive data exposure including API keys, passwords, database credentials, and tokens. Use before pushing to public repositories or sharing code. Trigger by running 'python privacy_scan.py' on a git repository.
majiayu000/claude-skill-registry 163
-
report
Create structured reports for technical findings, test results, and analysis.
majiayu000/claude-skill-registry 163
-
torchforge-rl-training
Provides guidance for PyTorch-native agentic RL using torchforge, Meta's library separating infra from algorithms. Use when you want clean RL abstractions, easy algorithm experimentation, or scalable training with Monarch and TorchTitan.
majiayu000/claude-skill-registry 163
-
verification-before-completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
majiayu000/claude-skill-registry 163
-
vanrossum-pythonic-style
Write Python code in the style of Guido van Rossum, creator of Python. Emphasizes readability, simplicity, and the Pythonic way. Use when writing Python that should be clear, maintainable, and follow the language's design philosophy.
majiayu000/claude-skill-registry 163
-
tech-decision
This skill should be used when the user asks to "기술 의사결정", "뭐 쓸지 고민", "A vs B", "비교 분석", "라이브러리 선택", "아키텍처 결정", "어떤 걸 써야 할지", "트레이드오프", "기술 선택", "구현 방식 고민", or needs deep analysis for technical decisions. Provides systematic multi-source research and synthesized recommendations.
majiayu000/claude-skill-registry 163
-
pop-next-action
Context-aware recommendation engine that analyzes git status, TypeScript errors, GitHub issues, and technical debt to suggest prioritized next actions. Returns specific popkit commands with explanations of why each is relevant. Use when unsure what to work on next, starting a session, or feeling stuck. Do NOT use when you already know what to do - just proceed with that task directly.
majiayu000/claude-skill-registry 163
-
use-codex
Codex CLI を活用するスキル。Web検索やファイルレビューなどのタスクを Codex に委譲する。
majiayu000/claude-skill-registry 163
-
implementing-command-palettes
Use when building Cmd+K command palettes in React - covers keyboard navigation with arrow keys, keeping selected items in view with scrollIntoView, filtering with shortcut matching, and preventing infinite re-renders from reference instability
majiayu000/claude-skill-registry 163