Browse Skills
20307 skills found
reviewing-readability.md
3
1
export
reviewing-readability
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
Code readability review based on "The Art of Readable Code" and Miller's Law (7±2). Triggers: 可読性, 理解しやすい, わかりやすい, 明確, 命名, 変数名, 関数名, ネスト, 深いネスト, 関数設計, コメント, 複雑, 難しい, 難読, Miller's Law, ミラーの法則, 認知負荷, AI-generated, 過剰設計.
2026-01-05
applying-frontend-patterns.md
3
1
export
applying-frontend-patterns
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
Framework-agnostic frontend component design patterns. Triggers: React, Vue, Angular, コンポーネント, パターン, hooks, カスタムフック, container, presentational, 分離, 状態管理, state management, composition, HOC, render props
2026-01-05
debugging.md
3
1
export
debugging
2
from
"xmark168/VibeSDLC"
from
"xmark168/VibeSDLC"
3
Debug code errors systematically. Use when analyzing error messages, fixing bugs, resolving build/lint errors, or troubleshooting runtime issues.
2026-01-05
javascript-expert.md
3
1
export
javascript-expert
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Expert JavaScript developer specializing in modern ES6+ features, async patterns, Node.js, and browser APIs. Use when building JavaScript applications, optimizing performance, handling async operations, or implementing secure JavaScript code.
2026-01-05
doc-sync.md
3
1
export
doc-sync
2
from
"rjmurillo/ai-agents"
from
"rjmurillo/ai-agents"
3
Synchronizes CLAUDE.md navigation indexes and README.md architecture docs across a repository. Use when asked to "sync docs", "update CLAUDE.md files", "ensure documentation is in sync", "audit documentation", or when documentation maintenance is needed after code changes.
2026-01-05
typescript-expert.md
3
1
export
typescript-expert
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Expert TypeScript developer specializing in type-safe application development, advanced type systems, strict mode configuration, and modern TypeScript patterns. Use when building type-safe applications, refactoring JavaScript to TypeScript, or implementing complex type definitions.
2026-01-05
coder-memory-recall.md
3
1
export
coder-memory-recall
2
from
"hungson175/deploy-memory-tools"
from
"hungson175/deploy-memory-tools"
3
Retrieve universal coding patterns from vector database using true two-stage retrieval. Auto-invokes before complex tasks or when user says "--recall". Searches relevant role collections based on task context.
2026-01-05
ui-wireframing.md
3
1
export
ui-wireframing
2
from
"constellos/claude-code-plugins"
from
"constellos/claude-code-plugins"
3
This skill should be used when the user asks to "create a wireframe", "design a layout", "plan UI structure", "sketch component layout", "create WIREFRAME.md", "mobile-first wireframe", or mentions ASCII wireframes, layout planning, or UI structure before implementation. Provides mobile-first ASCII wireframe methodology for visualizing layouts before code.
2026-01-05
arkts.md
3
1
export
arkts
2
from
"aresbit/arkts-agent-skill"
from
"aresbit/arkts-agent-skill"
3
ArkTS Language Specification. ArkTS is a statically-typed programming language developed by Huawei for HarmonyOS, extending TypeScript with features from Java and Kotlin. Use for ArkTS syntax, types, classes, functions, and language features.
2026-01-05
yolo.md
3
1
export
yolo
2
from
"10K-Digital/lovable-claude-code"
from
"10K-Digital/lovable-claude-code"
3
Browser automation skill for Lovable deployments. Activates when:- yolo_mode: on in CLAUDE.md- Running /deploy-edge or /apply-migration commands- After git push when auto_deploy: on (automatic detection)- Any mention of "yolo mode", "automate Lovable", "browser automation"Automatically navigates to Lovable.dev and submits deployment prompts.Runs verification tests based on configuration.Auto-deploys after git push when enabled.
2026-01-05
slop.md
3
1
export
slop
2
from
"rhinoman/slop"
from
"rhinoman/slop"
3
Generate code in SLOP (Symbolic LLM-Optimized Programming), a language designed for minimal human involvement in coding. Use when: (1) User asks for SLOP code, (2) Need strong contracts and range types, (3) Creating code with typed holes for incremental generation, (4) Generating efficient C code. SLOP uses S-expression syntax and transpiles to C.
2026-01-05
reviewing-readability.md
3
1
export
reviewing-readability
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
"The Art of Readable Code"とミラーの法則(7±2)に基づくコード可読性レビュー。 トリガー: 可読性, 理解しやすい, わかりやすい, 明確, 命名, 変数名, 関数名, ネスト, 深いネスト, 関数設計, コメント, 複雑, 難しい, 難読, Miller's Law, ミラーの法則, 認知負荷, AI-generated, 過剰設計.
2026-01-05
swiftui-code-review-checklist.md
3
1
export
swiftui-code-review-checklist
2
from
"xtone/ai_development_tools"
from
"xtone/ai_development_tools"
3
Code review checklist for SwiftUI and Swift PRs. Use when reviewing pull requests, checking code quality, verifying Swift/SwiftUI implementations, or conducting PR reviews. Provides prioritized checklist covering state management, performance, component design, data flow, async handling, UI/UX, accessibility, security, and testing.
2026-01-05
code-philosophy.md
3
1
export
code-philosophy
2
from
"kdcokenny/ocx"
from
"kdcokenny/ocx"
3
Internal logic and data flow philosophy (The 5 Laws of Elegant Defense). Understand deeply to ensure code guides data naturally and prevents errors.
2026-01-05
semantic-search.md
3
1
export
semantic-search
2
from
"benreceveur/claude-workflow-engine"
from
"benreceveur/claude-workflow-engine"
3
Natural language code search, pattern detection, semantic code analysis
2026-01-05
rust-error-handling.md
3
1
export
rust-error-handling
2
from
"j5ik2o/fraktor-rs"
from
"j5ik2o/fraktor-rs"
3
Rustのエラーハンドリング方針に関する依頼で使う。回復可能性を基準にResultとpanicを使い分け、境界で適切にエラー型を設計・変換する。
2026-01-05
test-first-change.md
3
1
export
test-first-change
2
from
"benreceveur/claude-workflow-engine"
from
"benreceveur/claude-workflow-engine"
3
Reduce regressions by discovering tests, running them, then editing code
2026-01-05
nextjs-app-router-patterns.md
3
1
export
nextjs-app-router-patterns
2
from
"donggyun112/ai-librarian"
from
"donggyun112/ai-librarian"
3
Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components.
2026-01-05
my-skill.md
3
1
export
my-skill
2
from
"NikiforovAll/LazyOpenCode"
from
"NikiforovAll/LazyOpenCode"
3
A skill with nested file structure for testing
2026-01-05
milan-jovanovic-blog.md
3
1
export
milan-jovanovic-blog
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Search Milan Jovanovic's .NET blog for Clean Architecture, DDD, CQRS, EF Core, and ASP.NET Core patterns. Use for finding applicable patterns, code examples, and architecture guidance. Invoke when working with .NET projects that could benefit from proven architectural patterns.
2026-01-05
uv-package-manager.md
3
1
export
uv-package-manager
2
from
"amurata/cc-tools"
from
"amurata/cc-tools"
3
高速Python依存関係管理、仮想環境、モダンなPythonプロジェクトワークフローのためのuvパッケージマネージャーをマスター。Pythonプロジェクトのセットアップ、依存関係の管理、uvによるPython開発ワークフローの最適化時に使用。
2026-01-05
gemini-exploration-patterns.md
3
1
export
gemini-exploration-patterns
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Strategic patterns for codebase exploration using Gemini's large context window. Covers token thresholds, model routing, and exploration strategies. Use when deciding between Claude and Gemini for exploration, analyzing large codebases, or choosing between Flash and Pro models for context size.
2026-01-05
coder-memory-recall.md
3
1
export
coder-memory-recall
2
from
"hungson175/deploy-memory-tools"
from
"hungson175/deploy-memory-tools"
3
Retrieve universal coding patterns from vector database. Use when starting complex tasks, encountering unfamiliar problems, or user says "--coder-recall" or "--recall" (you decide which scope, may use both). Skip for routine tasks or project-specific questions (use project-memory-recall). This Skill auto-invokes based on task context.
2026-01-05
fetch-pr-review-comments.md
3
1
export
fetch-pr-review-comments
2
from
"shogogg/dotfiles"
from
"shogogg/dotfiles"
3
MUST use this skill when user asks to check/review PR comments, address reviewer feedback, fix review issues, or respond to code review. Fetches unresolved review comments from GitHub PR for the current branch.
2026-01-05