Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
gcloud-usage
This skill should be used when user asks about "GCloud logs", "Cloud Logging queries", "Google Cloud metrics", "GCP observability", "trace analysis", or "debugging production issues on GCP".
majiayu000/claude-skill-registry 163
-
conversion-mapping-rules
majiayu000/claude-skill-registry 163
-
transition-sequences
Use when orchestrating multi-step animations - page transitions, onboarding flows, wizard steps, complex reveals, or any choreographed animation sequence.
majiayu000/claude-skill-registry 163
-
sprint-workflow
This skill should be used when the user asks about "how sprints work", "sprint phases", "iteration workflow", "convergent development", "sprint lifecycle", "when to use sprints", or wants to understand the sprint execution model and its convergent diffusion approach.
majiayu000/claude-skill-registry 163
-
dotnet-backend-patterns
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.
majiayu000/claude-skill-registry 163
-
readability-report
生成可读性报告。当用户请求为项目源代码生成可读性报告时,使用此功能。输出名为 readability-report.html 的单页 HTML 文件作为可读性报告,该报告集成了 Node.js 脚本和 HTML 模板。
majiayu000/claude-skill-registry 163
-
1password-direnv-secrets-clearfunction-cf-devtools
majiayu000/claude-skill-registry 163
-
Creating and Managing Plugin Marketplaces
Use before creating or editing marketplace.json files, setting up marketplace repositories, or when user asks about plugin distribution. Provides expert guidance on marketplace structure, manifest configuration, plugin organization, semantic versioning, and git-based distribution workflows. Invoke when working with marketplace files or discussing how to share multiple plugins to ensure correct manifest structure and installation compatibility.
majiayu000/claude-skill-registry 163
-
context-packer
Build a compact, high-signal context brief (files, symbols, recent commits) instead of pasting large code blocks
majiayu000/claude-skill-registry 163
-
ai-assisted-development
Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.
majiayu000/claude-skill-registry 163
-
remote-hosts
Connect to and manage remote hosts. Run commands, check logs, debug issues on remote servers.
Use when asked about: ssh to server, connect to host, check remote logs, debug remote,
run command on server, PPE server, db server, webservice server, remote debug.
majiayu000/claude-skill-registry 163
-
system-updates
This skill should be used when the user asks to "update my system", "run system updates", "update everything", "update brew yadm pass", or mentions running comprehensive system updates including Homebrew, yadm, and pass.
majiayu000/claude-skill-registry 163
-
architecting-innovation-agents
Propose multi-agent and workflow architectures for CustomGPT.ai Labs projects, showing how Claude Code, CustomGPT.ai, and supporting tools interact to deliver the desired business outcome.
majiayu000/claude-skill-registry 163
-
Resource Analysis
Analyze system resource usage data from sosreport archives, extracting memory statistics, CPU load averages, disk space utilization, and process information from the sosreport directory structure to diagnose resource exhaustion, performance bottlenecks, and capacity issues
majiayu000/claude-skill-registry 163
-
factory-orchestrator
오케스트레이터 에이전트 생성 및 전문가 조합 전문 스킬
majiayu000/claude-skill-registry 163
-
emblem-ai-react
React integration skill for EmblemAI's one-shot user management. Use when the user wants to add website authentication plus wallet-enabled users to a React app with EmblemAuthProvider, ConnectButton, social/email/wallet login, chat components, React auth hooks, React composition patterns, or Migrate.fun React hooks.
majiayu000/claude-skill-registry 163
-
detecting-command-injection
Detects OS command injection vulnerabilities by identifying unsafe system/popen/exec calls with user-controlled input. Use when analyzing command execution, shell operations, or investigating potential command injection points.
majiayu000/claude-skill-registry 163
-
proposition-reviewer
価値提案(誰に/何のために/なぜ勝てる)をレビューし、曖昧さ・矛盾・証拠不足を洗い出して、メッセージとMVPを磨くために使う。
majiayu000/claude-skill-registry 163
-
platform-health
Check comprehensive platform health including ArgoCD apps, pods, services, certificates, and resources across the Kagenti platform
majiayu000/claude-skill-registry 163
-
subagent-generator
Generates custom Claude Code subagents with specialized expertise. Activates when user wants to create a subagent, specialized agent, or task-specific AI assistant. Creates properly formatted .md files with YAML frontmatter, suggests tool restrictions and model selection, generates effective system prompts. Use when user mentions "create subagent", "new agent", "specialized agent", "task-specific agent", or wants isolated context for domain-specific work.
majiayu000/claude-skill-registry 163
-
reduce-relie-lie-symmetries
Use when working with ReLie in REDUCE (including inside Docker) to compute Lie group symmetries of differential equations, handle conditional/contact/variational/approximate symmetries or equivalence transformations, or interpret ReLie outputs and Lie algebra utilities.
majiayu000/claude-skill-registry 163
-
stofo-optimize
StoFo 알고리즘 최적화 - 낙찰 예측 정확도 향상
majiayu000/claude-skill-registry 163
-
.claude/skills/api-versioning/SKILL.md
APIバージョニング戦略と後方互換性管理を専門とするスキル。
📚 リソース参照:
このスキルには以下のリソースが含まれています。
必要に応じて該当するリソースを参照してください:
- `.claude/skills/api-versioning/resources/versioning-strategies.md`: バージョニング方式の比較と選択基準
- `.claude/skills/api-versioning/resources/breaking-changes.md`: 破壊的変更の定義と影響範囲管理
- `.claude/skills/api-versioning/resources/deprecation-process.md`: 段階的廃止プロセスとHTTPヘッダー活用
- `.claude/skills/api-versioning/templates/migration-guide-template.md`: バージョン間移行ガイドテンプレート
- `.claude/skills/api-versioning/templates/deprecation-notice-template.md`: 非推奨化通知テンプレート
- `.claude/skills/api-versioning/scripts/check-breaking-changes.js`: 破壊的変更検出スクリプト
- `.claude/skills/api-versioning/scripts/generate-migration-guide.sh`: 移行ガイド自動生成スクリプト
核心知識:
- バージョニング方式の選択(URL Path / Header / Query)
- 破壊的変更の管理と移行戦略
- 非推奨化(Deprecation)プロセス
- バージョン間の差分文書化
使用タイミング:
- APIバージョニング戦略を決定する時
- 破壊的変更を導入する時
- エンドポイントを非推奨化する時
- バージョン間の移行ガイドを作成する時
majiayu000/claude-skill-registry 163
-
update-changelog
Updates notes/changelog.md based on git history. Use when user says "update changelog", "changelog entry", "release version", "release X.Y.Z", or runs /update-changelog.
majiayu000/claude-skill-registry 163