Browse Skills
2539 skills found
iterative-quality-enhancer.md
1
1
export
iterative-quality-enhancer
2
from
"inchan/cc-skills"
from
"inchan/cc-skills"
3
Favorite skills to use in Claude Code
2026-01-09
test-driven-development.md
1
1
export
test-driven-development
2
from
"krzemienski/shannon-framework"
from
"krzemienski/shannon-framework"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first using REAL systems (NO MOCKS), watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first and real system integration
2025-11-30
shadcn-ui-expert.md
1
1
export
shadcn-ui-expert
2
from
"MajesteitBart/TalentMatcher"
from
"MajesteitBart/TalentMatcher"
3
AI-powered system for automatically matching rejected candidates to alternative open positions.
2025-11-20
xterm-js.md
1
1
export
xterm-js
2
from
"GGPrompts/Tabz"
from
"GGPrompts/Tabz"
3
Simple tab-based terminal interface with React + xterm.js
2025-12-27
type-collision-detector.md
1
1
export
type-collision-detector
2
from
"CyberdyneDevelopment/claude-tools"
from
"CyberdyneDevelopment/claude-tools"
3
A collection of command-line tools for analyzing and manipulating C# codebases using Roslyn
2025-11-13
analyze.md
1
1
export
analyze
2
from
"jschulte/claude-plugins"
from
"jschulte/claude-plugins"
3
Claude Code plugins marketplace by jschulte
2026-02-12
github.md
1
1
export
github
2
from
"kangju2000/dotfiles"
from
"kangju2000/dotfiles"
3
Use gh CLI for all GitHub operations like PRs, issues, workflows, releases. Always prefer gh commands over web URLs or API calls.
2025-12-01
scientific-tdd.md
1
1
export
scientific-tdd
2
from
"LorenFrankLab/non_local_detector"
from
"LorenFrankLab/non_local_detector"
3
Pragmatic test-driven development for scientific code with numerical validation
2026-02-18
things3-cli-wrapper.md
1
1
export
things3-cli-wrapper
2
from
"doug-skinner/things3-cli-wrapper"
from
"doug-skinner/things3-cli-wrapper"
3
A cli wrapper around Things 3, built in Typescript
2026-02-05
nango-esm-migration.md
1
1
export
nango-esm-migration
2
from
"NangoHQ/ai-ide-prompts"
from
"NangoHQ/ai-ide-prompts"
3
Collection of prompts to aid when using and AI powered IDE to help write integrations
2026-02-05
python-function-caching.md
1
1
export
python-function-caching
2
from
"gordonwatts/atlas-mcp"
from
"gordonwatts/atlas-mcp"
3
Provide a reusable pattern for memoizing deterministic function calls to reduce latency and repeated computation. Backed by the `python` diskcache package. Use skill when updating or editing everything.
2026-01-04
llm-app-architecture.md
1
1
export
llm-app-architecture
2
from
"ricardoroche/ricardos-claude-code"
from
"ricardoroche/ricardos-claude-code"
3
Automatically applies when building LLM applications. Ensures proper async patterns for LLM calls, streaming responses, token management, retry logic, and error handling.
2026-02-04
code-reviewer.md
1
1
export
code-reviewer
2
from
"ranjanpoudel1234/ai-tools"
from
"ranjanpoudel1234/ai-tools"
3
Reviews code for architecture, performance, API design, and maintainability. AUTOMATICALLY INVOKE when user mentions "review", "PR", "pull request", "code review", "backend review", or "analyze code". Verifies against latest Microsoft C# and .NET standards.
2026-02-23
using-claude-code-cli.md
1
1
export
using-claude-code-cli
2
from
"SpillwaveSolutions/using-claude-code-cli-agent-skill"
from
"SpillwaveSolutions/using-claude-code-cli-agent-skill"
3
|
2026-01-22
ux-designer.md
1
1
export
ux-designer
2
from
"Cornjebus/amair"
from
"Cornjebus/amair"
3
Expert UI/UX design guidance for building unique, accessible, and user-centered interfaces. Use when designing interfaces, making visual design decisions, choosing colors/typography, implementing responsive layouts, or when user mentions design, UI, UX, styling, or visual appearance. Always ask before making design decisions.
2026-01-29
documentation-standards.md
1
1
export
documentation-standards
2
from
"bash0C7/picotorokko"
from
"bash0C7/picotorokko"
3
[WIP]Development Kit for PicoRuby Application running on R2P2-ESP32 with ESP32 Microcontroller Device
2025-12-30
config-audit.md
1
1
export
config-audit
2
from
"amhuppert/my-ai-resources"
from
"amhuppert/my-ai-resources"
3
AI tooling config (Cursor, Claude Code), workflows, prompt templates, scripts for working with AI.
2026-02-26
ultrathink-detective.md
1
1
export
ultrathink-detective
2
from
"involvex/involvex-claude-marketplace"
from
"involvex/involvex-claude-marketplace"
3
⚡ 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.
2026-01-18
axum-0-8-expert.md
1
1
export
axum-0-8-expert
2
from
"akamaotto/poblysh-connectors"
from
"akamaotto/poblysh-connectors"
3
Expert guidance for Axum 0.8.x web framework development in Rust. Use when working with Axum 0.8+, migrating from 0.7 to 0.8, or when users mention path parameter syntax issues, async_trait problems, or Option extractor changes.
2026-02-08
ui-guidelines.md
1
1
export
ui-guidelines
2
from
"ludiscan/ludiscan-webapp"
from
"ludiscan/ludiscan-webapp"
3
分析機能とサーバー管理
2026-01-27
collimator.md
1
1
export
collimator
2
from
"nathanial/collimator"
from
"nathanial/collimator"
3
Guide for using Collimator, a profunctor optics library for Lean 4. Use when writing code with lenses, prisms, traversals, or when accessing/modifying nested data structures.
2026-01-23
typescript-standards.md
1
1
export
typescript-standards
2
from
"jordanburke/typescript-library-template"
from
"jordanburke/typescript-library-template"
3
Guide for creating TypeScript libraries using the typescript-library-template pattern and applying its standards to existing projects. Use when setting up new npm packages, standardizing build scripts, configuring tooling (tsup, Vitest, ESLint, Prettier), or applying dual module format patterns.
2026-02-18
frontend-design.md
1
1
export
frontend-design
2
from
"garymjr/dotfiles"
from
"garymjr/dotfiles"
3
dotfiles, etc...
2026-02-23
writing-style.md
1
1
export
writing-style
2
from
"nicolas-webdev/claude-skills-plugin"
from
"nicolas-webdev/claude-skills-plugin"
3
Personal Claude Code skills: writing style and landing page architecture
2026-02-01