16,832 skills sorted by stars.
Find error handling gaps including swallowed exceptions, missing handlers, inconsistent error responses, and reactive error handli...
Natural language wrapper for checkpoint commands - automatically triggers /checkpoint:create, /checkpoint:restore, /checkpoint:lis...
HSK4級レベルから流暢さを目指す学習者向け。中国語表現の使用場面・自然さを分析し、作文を「ネイティブらしい流暢な表現」に改善。bilibili等のコンテンツ理解とネイティブとの会話をサポート。実際の用例をWeb検索で提示
Execute structured voting protocol for multi-perspective consensus.
Analyze multiple cognitive perspectives to identify consensus and divergence patterns.
Log events using Chronicle Protocol v5 structured format.
ASDFシステム定義のベストプラクティス。.asdファイル作成・編集時に使用
CLOS設計パターンを適用。クラス設計・メソッド実装時に使用
Common Lispのコーディング規約を適用。Lispコード作成・レビュー時に使用
condition/restartパターンを適用。エラーハンドリング実装時に使用
malletリンターのルールと設定を適用。コードレビュー・品質チェック時に使用
Delegate prompts to Claude Code CLI
Audits Claude Code project setup and provides score with recommendations. Use when user asks about Claude Code setup, configuratio...
> Claude Skill for OMNISIGHT ACAP Development
Clean Architecture準拠性を自動チェック(循環依存・namespace階層・レイヤー間参照制約)。新規実装時・リファクタリング時・Step完了時に使用。Phase B1で97点品質を達成した知見を適用。
Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every point
CLIツール開発ガイド。Node.js(Commander、Inquirer)、Python(Click、Typer)、Go、引数パース、インタラクティブUI、配布方法など、プロフェッショナルなCLIツール開発のベストプラクティス。
Shared utilities for invoking Fractary CLI from work plugin skills
Build modern, interactive terminal-based todo applications with beautiful UI/UX using Python's Textual framework. Use when buildin...
Implement type-safe client-server data flows in Next.js applications using Supabase, TanStack Query, React Hook Form, and Zod vali...
Diagnose and create Cloudflare VPC Services for Workers to access private APIs in AWS, Azure, GCP, or on-premise networks. Use whe...
Use when code-verification fails - analyzes verification failures, identifies root causes, corrects the implementation, and re-ver...
Systematic 5-step debugging ladder for broken story implementations. Use when a story is at implementing (broken) stage.
>
Troubleshooting guide for Code Executor MCP issues - diagnose hanging, import errors, and connection problems
Calculate code quality metrics - complexity, coverage, maintainability
Use when asked to profile Python code performance, identify bottlenecks, measure execution time, or analyze function call statisti...
CRITICAL guardrail for preventing code duplication and magic strings in the AIDB codebase.Enforces discovery of existing constants...
Reviews code for quality, security, and maintainability. Use after implementing features, completing significant work, or when use...
Request and process code review efficiently with a simple rubric and patch plan
Review commits from a starting commit hash to HEAD. Use when user says "review commits from <hash>", "code review starting from <h...
PR 기준으로 시니어 소프트웨어 엔지니어 관점의 코드 리뷰를 수행합니다
Natural language wrapper for code review - automatically triggers /code-review when users express intent to review code, check for...
Use when tests/test_code_patterns.py fails - fixes recurring anti-patterns with documented root causes and verification