Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
seasonal-planning
When the user wants to optimize seasonal planning, manage seasonal buy decisions, or plan for seasonal demand. Also use when the user mentions "seasonal planning," "seasonal buy," "holiday planning," "back-to-school," "spring/fall collection," "seasonal inventory," "peak season," or "seasonal assortment." For demand forecasting, see demand-forecasting. For retail allocation, see retail-allocation.
majiayu000/claude-skill-registry 163
-
unbiased-beta-tester
Use when users need to simulate unbiased beta testers for CLI tools. Creates tester personas, models their environment, and runs terminal-first exploratory testing based only on documentation and observed terminal output.
majiayu000/claude-skill-registry 163
-
scaffold-chapter
Batch-generate chapter scaffolds (frontmatter + section structure) for the Agentic Coding Book. Auto-infers metadata from file paths, suggests tags/related/requirements, and creates part-appropriate section templates. Designed for batch scaffolding all ~50 chapters efficiently.
majiayu000/claude-skill-registry 163
-
strategic-analysis
majiayu000/claude-skill-registry 163
-
abaqus-field
Define initial conditions and predefined fields. Use when user mentions initial temperature, pre-stress, residual stress, or import from previous analysis.
majiayu000/claude-skill-registry 163
-
project-session-management
Track progress across sessions using SESSION.md with git checkpoints and concrete next actions. Converts IMPLEMENTATION_PHASES.md into trackable session state.
Use when: resuming work after context clears, managing multi-phase implementations, or troubleshooting lost context.
majiayu000/claude-skill-registry 163
-
update-task-board
Manage TASK_BOARD.md by reading project logs and synchronizing task status. Use when tasks are completed, when progress is made, or when needing to sync task tracking. Reads MIGRATION_LOG.md, DEBUG_LOG.md, GIT_LOG.md to assess actual progress and updates TASK_BOARD.md accordingly. Does NOT modify CLAUDE.md or MIGRATION_LOG.md.
majiayu000/claude-skill-registry 163
-
qwen_cli_refactor
Strategic CLI refactoring using Qwen 1.5B for extracting command modules from monolithic main() functions
majiayu000/claude-skill-registry 163
-
bio-reads-qc-mapping
Ingest, QC, and map reads with reproducible outputs. Use for raw read processing and coverage stats.
majiayu000/claude-skill-registry 163
-
juicebox-v5
Complete Juicebox V5 protocol skills collection. Build, deploy, and interact with Juicebox projects, revnets, hooks, and omnichain deployments. Includes API reference, implementation details, UI generation, and GraphQL queries.
majiayu000/claude-skill-registry 163
-
nestjs-typeorm-integration
Use this skill whenever the user wants to set up, configure, or refactor TypeORM within a NestJS TypeScript project, including data sources, entities, migrations, repositories, relations, and transactional patterns.
majiayu000/claude-skill-registry 163
-
moai-foundation-git
Git workflows, branching strategies, and commit conventions
majiayu000/claude-skill-registry 163
-
zustand-state-management
Build type-safe global state in React with Zustand. Supports TypeScript, persist middleware, devtools, slices pattern, and Next.js SSR with hydration handling. Prevents 6 documented errors.
Use when setting up React state, migrating from Redux/Context, or troubleshooting hydration errors, TypeScript inference, infinite render loops, or persist race conditions.
majiayu000/claude-skill-registry 163
-
commit-spec
Create comprehensive commit message from spec phases and commit all changes
majiayu000/claude-skill-registry 163
-
stacked-prs
Manage stacked PRs with proper visualization, merge-based updates, and iterative CodeRabbit feedback cycles
majiayu000/claude-skill-registry 163
-
switch-feature
Commit or stash current work, then switch to another existing worktree. Use when switching between features or stories, ensures changes are saved before switching.
majiayu000/claude-skill-registry 163
-
question-creator
创建符合 CAC 评测系统规范的标准化测试题目。当用户需要添加新题目、创建测试题、或提到"创建题目"、"新建题目"、"添加题目"、"add question"、"create question"时使用此 Skill。支持代码、数理、逻辑、综合四类题库。
majiayu000/claude-skill-registry 163
-
clinvar-database
Query NCBI ClinVar for variant clinical significance. Search by gene/position, interpret pathogenicity classifications, access via E-utilities API or FTP, annotate VCFs, for genomic medicine.
majiayu000/claude-skill-registry 163
-
kirby-headless-api
Exposes Kirby content to headless clients using the API, KQL, and JSON representations. Use when building API endpoints, KQL queries, or headless frontends.
majiayu000/claude-skill-registry 163
-
GitHub Issue Triage
Monitor and triage GitHub issues against design docs and implementation status. Use when user asks to "check issues", "triage issues", "sync issues", "what issues are open", or wants to ensure issues are up-to-date with development progress.
majiayu000/claude-skill-registry 163
-
security-ai-keys
Review AI API key leakage patterns and redaction strategies. Use for identifying exposed keys for OpenAI, Anthropic, Gemini, and 10+ other providers. Use proactively when code integrates AI providers or when environment variables/keys are present.
Examples:
- user: "Check for leaked OpenAI keys" → scan for `sk-` patterns and client-side exposure
- user: "Is my Gemini integration secure?" → audit vertex AI config and key redaction
- user: "Review AI provider logging" → ensure secrets are redacted from logs
- user: "Scan for Anthropic secrets" → check for `ant-` keys in code and configs
- user: "Audit Vertex AI integration" → verify proper IAM roles and service account usage
majiayu000/claude-skill-registry 163
-
form-filler
Fill PDF forms programmatically with data from JSON, CSV, or dictionaries. Support for text fields, checkboxes, and dropdowns. Batch filling available.
majiayu000/claude-skill-registry 163
-
security-auditor
majiayu000/claude-skill-registry 163
-
vercel-infrastructure
Use when setting up Vercel projects, configuring blob storage, managing environment variables, or setting up custom domains with wildcard subdomains. Critical for avoiding env var loss and understanding wildcard routing requirements.
majiayu000/claude-skill-registry 163