Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
MongoDB Aggregation Pipeline Optimization
General MongoDB aggregation pipeline optimization techniques including early filtering, index usage, array operators vs $unwind, $lookup optimization, and performance debugging. Use when writing aggregation queries for ANY MongoDB project, debugging slow pipelines, or analyzing query performance. For M32RIMM-specific patterns, use mongodb-m32rimm-patterns skill.
majiayu000/claude-skill-registry 163
-
lockfile
Use when creating llmring.lock file for new project (REQUIRED for all applications), configuring model aliases with semantic task-based names, managing environment-specific profiles (dev/staging/prod), or setting up fallback models - lockfile creation is mandatory first step, bundled lockfile is only for llmring tools
majiayu000/claude-skill-registry 163
-
docx
Document toolkit (.docx). Create/edit documents, tracked changes, comments, formatting preservation, text extraction, for professional document processing.
majiayu000/claude-skill-registry 163
-
java-dev
Java 开发规范,包含命名约定、异常处理、Spring Boot 最佳实践等
majiayu000/claude-skill-registry 163
-
glsl
GLSL shader programming for JARVIS holographic effects
majiayu000/claude-skill-registry 163
-
ultrathink-detective
⚡ PRIMARY TOOL for: 'comprehensive audit', 'deep analysis', 'full codebase review', 'multi-perspective investigation', 'complex questions'. Combines ALL detective perspectives (architect+developer+tester+debugger). Uses Opus model. REPLACES grep/glob entirely. Uses claudemem v0.3.0 AST with ALL commands (map, symbol, callers, callees, context). GREP/FIND/GLOB ARE FORBIDDEN.
majiayu000/claude-skill-registry 163
-
developing-solidworks
ANYTHING related to SolidWorks. Writes, modifies, and debugs C# code that interacts with SolidWorks. Use when working with .cs or .csproj files that (will) reference SolidWorks SDK, SolidWorks.Interop assemblies, COM interop with SolidWorks.
majiayu000/claude-skill-registry 163
-
kalshi-markets
Access Kalshi prediction market data including market prices, orderbooks, trades, events, and series information. Use when the user asks about prediction markets, Kalshi markets, betting odds, market prices, or needs to search or analyze prediction market data.
majiayu000/claude-skill-registry 163
-
intellij-plugin-builder
Guide for creating IntelliJ Platform plugins using Gradle and Kotlin/Java. Use when users want to create, configure, or develop plugins for IntelliJ IDEA or other JetBrains IDEs.
majiayu000/claude-skill-registry 163
-
cover-letter-voice
Develop authentic cover letter narrative using philosophy, patterns, and job's cultural requirements
majiayu000/claude-skill-registry 163
-
github
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
majiayu000/claude-skill-registry 163
-
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
majiayu000/claude-skill-registry 163
-
commit-writer
Expert at crafting clear, meaningful git commit messages following conventional commit standards and repository conventions. Use when user asks to create commit messages, write commits, or needs help with git commit text. Analyzes git diffs and repository history to generate contextual, well-structured commit messages.
majiayu000/claude-skill-registry 163
-
Installing Plugins Manually
Manually install Claude Code plugin components when official plugin installation fails. Use when `/plugin install` succeeds but plugins don't load, when verifying plugin installation, or when user mentions plugin installation issues.
majiayu000/claude-skill-registry 163
-
Forge
Claude Code skill creation and validation toolkit. Activates when creating new skills, validating skill structure, or packaging skills for distribution. Provides templates, validation scripts (quick_validate.py), initialization tools (init_skill.py), and packaging utilities (package_skill.py). Use when building custom skills with SKILL.md, scripts, references, or assets. Enforces progressive disclosure (<500 lines), proper YAML frontmatter, and hyphen-case naming.
majiayu000/claude-skill-registry 163
-
designing-zod-schemas
Designs Zod schemas following Zod-first development. Creates validation schemas, branded types, discriminated unions, and transforms. Infers TypeScript types from schemas. Triggers on: Zod schema, z.object, z.infer, validation, branded types, discriminated union, safeParse, refinement.
majiayu000/claude-skill-registry 163
-
cargo-make-protocol
Master Cargo Make build orchestration. Poka-yoke error-proofing, SLO enforcement (check <5s, test <30s, lint <60s), andon signals. Essential: always cargo make, never direct cargo.
majiayu000/claude-skill-registry 163
-
testing-strategy
Use when writing tests, reviewing test code, or discussing testing approach for walkerOS packages. Covers env pattern, dev examples, and package-specific strategies. (project)
majiayu000/claude-skill-registry 163
-
constitution-validation
Create and validate project constitutions through discovery-based rule generation.
Use when creating governance rules, validating code against constitutional rules,
or checking constitution compliance during implementation and review.
majiayu000/claude-skill-registry 163
-
creating-webhook-handlers
Create webhook endpoints with signature verification, retry logic, and payload validation.
Use when receiving and processing webhook events.
Trigger with phrases like "create webhook", "handle webhook events", or "setup webhook handler".
majiayu000/claude-skill-registry 163
-
winget-release
GistGetのWinGetパッケージリリースを支援。(1) 新バージョンのリリース、(2) WinGetマニフェスト作成・更新、(3) winget-pkgsへのPR作成。「WinGetにリリース」「winget-pkgsにPR」「マニフェスト作成」などのキーワードで使用。
majiayu000/claude-skill-registry 163
-
building-presentations
プレゼン資料の構成やスライド原稿を作成します。ストーリーライン、章立て、見出し・本文・図解の原稿をまとめます。プレゼン、スライド、ピッチデッキが必要なときに使用してください。
majiayu000/claude-skill-registry 163
-
speckit-implement-zh
通过测试与验证为先的方式,按序执行并实现已批准的规范提案。用于实施变更、应用提案、执行规范任务或按已批准计划构建。触发词包括 "speckit-implement", "speckit开发", "开发", "实施" "实现提案", "应用变更", "执行规范", "按顺序完成任务", "构建功能", "开始实施"。
majiayu000/claude-skill-registry 163
-
rust-memory
Minimize allocations and cloning using references, Cow, and smart pointers. Use when optimizing hot paths or memory-constrained code.
majiayu000/claude-skill-registry 163