Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
.claude/skills/code-smell-detection/SKILL.md
コードスメル(悪臭)とアーキテクチャアンチパターンの検出を専門とするスキル。
📚 リソース参照:
このスキルには以下のリソースが含まれています。
必要に応じて該当するリソースを参照してください:
- `.claude/skills/code-smell-detection/resources/architecture-antipatterns.md`: アーキテクチャ・アンチパターン
- `.claude/skills/code-smell-detection/resources/class-smells.md`: クラス関連のコードスメル
- `.claude/skills/code-smell-detection/resources/method-smells.md`: メソッド関連のコードスメル
- `.claude/skills/code-smell-detection/templates/code-smell-report.md`: コードスメル検出レポート
- `.claude/skills/code-smell-detection/scripts/detect-code-smells.mjs`: コードスメル検出スクリプト
専門分野:
- クラススメル: God Object、Feature Envy、Data Class
- メソッドスメル: Long Method、Long Parameter List、Switch Statements
- 構造スメル: Shotgun Surgery、Parallel Inheritance Hierarchies
- アーキテクチャアンチパターン: Big Ball of Mud、Golden Hammer
使用タイミング:
- コードレビューで品質問題を検出する時
- リファクタリング対象を特定する時
- 技術的負債を可視化する時
- 保守性低下の原因を分析する時
Use proactively when reviewing code quality, identifying refactoring targets,
or analyzing technical debt in the codebase.
majiayu000/claude-skill-registry 163
-
loki-mode
Multi-agent autonomous startup system. Triggers on "Loki Mode". Takes PRD to deployed product with zero human intervention. Requires --dangerously-skip-permissions flag.
majiayu000/claude-skill-registry 163
-
mmd-cli
Use the MIDI Markdown Compiler (mmdc) CLI for compiling MMD to MIDI, validating syntax, real-time playback with TUI, exporting to different formats (JSON, CSV, table), and managing device libraries. Use when the user wants to compile, validate, play, inspect MMD files, or work with device libraries.
majiayu000/claude-skill-registry 163
-
deepagents-implementation
Implements agents using Deep Agents. Use when building agents with create_deep_agent, configuring backends, defining subagents, adding middleware, or setting up human-in-the-loop workflows.
majiayu000/claude-skill-registry 163
-
hybrid-agent-detector
Detects hybrid agent anti-pattern where agents perform execution work directly instead of delegating to skills
majiayu000/claude-skill-registry 163
-
vike-skills
Use when building or working with Vike + Vue SSR/SSG applications - establishes best practices for page creation, data fetching, routing, and layouts
majiayu000/claude-skill-registry 163
-
config-neovim
Use this skill when working with neovim configurations, Lua scripting for Neovim, plugin management, LSP setup, or any Neovim-related development tasks.
majiayu000/claude-skill-registry 163
-
basic-workflow
Daily Git workflow - add, commit, push, pull cycle for everyday development
majiayu000/claude-skill-registry 163
-
event-sourcing
Implement event sourcing and CQRS patterns using event stores, aggregates, and projections. Use when building audit trails, temporal queries, or systems requiring full history.
majiayu000/claude-skill-registry 163
-
istio-service-mesh-config
Istio Service Mesh Config - Auto-activating skill for DevOps Advanced.
Triggers on: istio service mesh config, istio service mesh config
Part of the DevOps Advanced skill category.
majiayu000/claude-skill-registry 163
-
sentry-local-dev-loop
Execute set up local development workflow with Sentry.
Use when configuring Sentry for development environments,
setting up debug mode, or testing error capture locally.
Trigger with phrases like "sentry local dev", "sentry development",
"debug sentry", "sentry dev environment".
majiayu000/claude-skill-registry 163
-
Subagent System
Create and manage specialized Claude Code subagents for task-specific workflows. Use when delegating work to specialized agents, configuring agent permissions, or understanding subagent architecture and best practices.
majiayu000/claude-skill-registry 163
-
tool-dev
专门用于开发 FastGPT 系统工具和工具集的技能,包含 Zod 类型安全验证、共享配置管理和完整测试工作流。适用于创建新的 FastGPT 工具、开发包含子工具的工具集、或实现带有正确配置和测试的 API 集成。
majiayu000/claude-skill-registry 163
-
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
majiayu000/claude-skill-registry 163
-
Submitting Stacked PRs with jj-spr
Work with jj-spr for submitting and updating stacked GitHub Pull Requests. Use when the user explicitly mentions 'jj-spr', 'jj spr', 'stack pull request', 'stacked PR', or 'submit for review'. Integrates with jj commit workflow.
majiayu000/claude-skill-registry 163
-
plan-adjuster
Recomputes upcoming workouts based on recent runs, feedback, and safety limits.
majiayu000/claude-skill-registry 163
-
integrate-road-network
Integrate real-world street networks into VRP problems using OpenStreetMap data. Use when loading real map data, creating instances from actual locations, computing network-based distances, or building tutorials with real-world scenarios. Guides through installation, loading areas, extracting nodes, computing distance matrices, and creating PDPTW instances from map data.
majiayu000/claude-skill-registry 163
-
htmx-rust
Build interactive hypermedia-driven applications with Axum and HTMX. Use when creating dynamic UIs, real-time updates, AJAX interactions, mentions 'HTMX', 'dynamic content', or 'interactive web app'.
majiayu000/claude-skill-registry 163
-
cloud-signup
Create PopKit Cloud account, generate API key, and configure local connection
majiayu000/claude-skill-registry 163
-
cpp-pro
majiayu000/claude-skill-registry 163
-
synthesis-writer
Synthesize evidence into a structured narrative (`output/SYNTHESIS.md`) grounded in `papers/extraction_table.csv`, including limitations and bias considerations.
**Trigger**: synthesis, evidence synthesis, systematic review writing, 综合写作, SYNTHESIS.md.
**Use when**: systematic review 完成 screening+extraction(含 bias 评估)后进入写作阶段(C4)。
**Skip if**: 还没有 `papers/extraction_table.csv`(或 protocol/screening 尚未完成)。
**Network**: none.
**Guardrail**: 以 extraction table 为证据底座;明确局限性与偏倚;不要在无数据支撑时扩写结论。
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
-
Bun Package Manager
Bun package manager commands (install, add, remove, update), workspaces, lockfiles, npm/yarn/pnpm migration. Use for dependency management with Bun.
majiayu000/claude-skill-registry 163
-
claude-code-frontmatter
Use when creating or editing Claude Code skills, agents (subagents), or slash commands. Provides complete YAML frontmatter property reference.
majiayu000/claude-skill-registry 163