Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
frontend-verification
majiayu000/claude-skill-registry 163
-
docker-architect
SOTA Docker/Compose architecture, implementation, refactor, and security hardening. Use when working on containerization tasks such as creating or rewriting Dockerfiles, docker-compose files, buildx/bake configs, .dockerignore, and CI pipelines for build/test/scan/publish; auditing existing container setups for security, correctness, size/perf, and best practices (least privilege, non-root, minimal images, pinned base images, BuildKit secrets, healthchecks); debugging Docker build/run issues; or designing dev vs prod compose workflows across services (DB/cache/queues) with correct networking, volumes, secrets, and resource limits.
majiayu000/claude-skill-registry 163
-
skill-sync
Syncs skill metadata to AGENTS.md Auto-invoke sections. Trigger: When updating skill metadata (metadata.scope/metadata.auto_invoke), regenerating Auto-invoke tables, or running ./skills/skill-sync/assets/sync.sh (including --dry-run/--scope).
majiayu000/claude-skill-registry 163
-
resize-story
Use when a story needs to be resized based on new information. Adjusts estimates and splits/combines stories as needed.
majiayu000/claude-skill-registry 163
-
type-checker
執行 TypeScript 類型檢查並修復類型錯誤。當遇到類型錯誤、需要類型定義、或用戶提到「type」、「類型」時使用。
majiayu000/claude-skill-registry 163
-
prd-maker
Create comprehensive Product Requirements Documents (PRDs), break down features into epics and user stories, and establish clear acceptance criteria. Use this skill when you need to: (1) Transform a project brief or business requirements into a structured PRD, (2) Define product scope and goals, (3) Create user stories with acceptance criteria, (4) Break down complex features into implementable epics, (5) Prioritize features and determine MVP scope, (6) Specify non-functional requirements, or (7) Translate business vision into development-ready specifications.
majiayu000/claude-skill-registry 163
-
css-styling
Write modern, maintainable CSS using best practices for layouts, responsive design, animations, and CSS architecture. Use when styling websites, fixing CSS issues, or implementing designs.
majiayu000/claude-skill-registry 163
-
precip_analyze_atlas14-variance
Analyze spatial variability of NOAA Atlas 14 precipitation frequency estimates
within HEC-RAS model domains using intelligent extent-based downloading.
Helps determine whether uniform rainfall assumptions are appropriate for
rain-on-grid modeling by calculating min/max/mean/range statistics within
2D flow areas or project extents.
Uses NOAA CONUS NetCDF with HTTP byte-range requests for 99.9% data reduction
compared to traditional state-level ZIP downloads.
Primary sources:
- ras_commander/precip/CLAUDE.md (lines 118-629) - Complete workflows
- ras_commander/precip/Atlas14Grid.py - API reference
- ras_commander/precip/Atlas14Variance.py - Variance analysis API
- examples/725_atlas14_spatial_variance.ipynb - Working demonstration
majiayu000/claude-skill-registry 163
-
repo-assessing-criticality-confidence
Universal classification system for checker and fixer agents using orthogonal criticality (CRITICAL/HIGH/MEDIUM/LOW importance) and confidence (HIGH/MEDIUM/FALSE_POSITIVE certainty) dimensions. Covers priority matrix (P0-P4), execution order, dual-label pattern for verification status, standardized report format, and domain-specific examples. Essential for implementing checker/fixer agents and processing audit reports
majiayu000/claude-skill-registry 163
-
reviews-retros-reflection
Use when conducting sprint retrospectives, project post-mortems, weekly reviews, quarterly reflections, after-action reviews (AARs), team health checks, process improvement sessions, celebrating wins while learning from misses, establishing continuous improvement habits, or when user mentions "retro", "retrospective", "what went well", "lessons learned", "review meeting", "reflection", or "how can we improve".
majiayu000/claude-skill-registry 163
-
windsurf-git-integration
Configure Git integration with Cascade AI assistance. Activate when users mention
"git setup", "version control", "commit messages", "branch management",
or "source control". Handles Git configuration and AI-assisted workflows. Use when working with windsurf git integration functionality. Trigger with phrases like "windsurf git integration", "windsurf integration", "windsurf".
majiayu000/claude-skill-registry 163
-
quiz-generator
Generate 50-question interactive quizzes using the Quiz component with randomized batching. Use when creating end-of-chapter assessments. Displays 15-20 questions per session with immediate feedback. NOT for static markdown quizzes.
majiayu000/claude-skill-registry 163
-
action
Execute a small batch of conditional actions only after verifying they are safe and unused.
majiayu000/claude-skill-registry 163
-
source-unifier
Merge multiple documentation sources (docs, GitHub, PDF) with conflict detection. Use when combining docs + code for complete skill coverage.
majiayu000/claude-skill-registry 163
-
ci-checker
Checks GitHub CI status and guides fixing failures. Use when asked to check CI, verify PR checks, or diagnose CI failures after PR creation.
majiayu000/claude-skill-registry 163
-
combat-design
Expert in designing and implementing visceral, satisfying combat systems. Masters hitbox/hurtbox design, frame data, combo systems, enemy archetypes, damage feedback, and the invisible craft that makes players feel powerful. Draws from fighting games, character action games (DMC, Bayonetta), and Souls-like design to create combat that is readable, responsive, and endlessly replayable. Use when "combat system, combat design, hitbox, hurtbox, frame data, hitstop, screen shake, input buffer, coyote time, i-frames, invincibility frames, combo system, attack cancel, recovery frames, punishment window, souls-like combat, action game combat, fighting game, damage feedback, enemy design, boss design, attack telegraph, parry system, stamina system, poise system, weapon feel, game feel combat, melee combat, combat juice, combat, action-game, fighting-game, hitbox, frame-data, game-feel, souls-like, character-action, melee, enemy-design, boss-design, combo, parry, i-frames" mentioned.
majiayu000/claude-skill-registry 163
-
astro-frontend-ui
Build the Astro frontend with Tailwind CSS v4 via the Vite plugin, a WPGraphQL data layer, and React islands (shadcn/ui) only where needed. Use when implementing or fixing frontend files under frontend/ for this WordPress headless repo.
majiayu000/claude-skill-registry 163
-
create-git-commit
Use when creating git commits - mandates commits format with required scopes for all new commits, provides scope discovery from codebase structure, and prevents rationalization under pressure (emergency, fatigue, ambiguity)
majiayu000/claude-skill-registry 163
-
gsd-new-project
Orchestrate project initialization with parallel research and roadmap creation
majiayu000/claude-skill-registry 163
-
swiftui-liquid-glass
Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.
majiayu000/claude-skill-registry 163
-
map-domains
ドメインマッピングエージェント - ドメイン分類、境界づけられたコンテキスト、コンテキストマップの作成。/map-domains [対象パス] で呼び出し。
majiayu000/claude-skill-registry 163
-
frontend-setup
Interactive multi-level skill for scaffolding frontend projects from source. Use when user wants to:
(1) Create a new frontend project (web, mobile, desktop, or cross-platform)
(2) Set up a React, Vue, Svelte, Angular, Flutter, React Native, Electron, or Tauri project
(3) Configure shadcn/ui with custom styling, colors, fonts, and components
(4) Set up architecture patterns (Bulletproof React, Clean Architecture, Feature-based, etc.)
(5) Add state management, data fetching, forms, validation, testing, or tooling
Triggers: "create frontend project", "setup react app", "new vue project", "scaffold mobile app", "setup shadcn", "create next.js app", "new expo project", "setup tauri app"
majiayu000/claude-skill-registry 163
-
aws-solution-architect
Expert AWS solution architecture for startups focusing on serverless, scalable, and cost-effective cloud infrastructure with modern DevOps practices and infrastructure-as-code
majiayu000/claude-skill-registry 163
-
bulk-summarize
This skill should be used when the user asks to "summarize videos", "summarize podcasts", "research a topic using media", "bulk summarize content", "scan YouTube channels", "scan podcast feeds", "create podcast notes", "digest conference talks", "summarize Apple Podcasts", or mentions video/podcast research, media summarization, or bulk content processing.
majiayu000/claude-skill-registry 163