Browse Skills
20307 skills found
intent-analyzer.md
0
1
export
intent-analyzer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Advanced intent interpretation system that analyzes user requests using cognitive science principles and extrapolates logical volition. Use when user requests are ambiguous, when deeper understanding would improve response quality, or when helping users clarify what they truly need. Applies probabilistic intent mapping, first principles decomposition, and Socratic clarification to transform vague requests into well-understood goals.
2026-01-05
microsoft-docs.md
0
1
export
microsoft-docs
2
from
"megait004/learn_cpp"
from
"megait004/learn_cpp"
3
Query official Microsoft documentation to understand concepts, find tutorials, and learn how services work. Use for Azure, .NET, Microsoft 365, Windows, Power Platform, and all Microsoft technologies. Get accurate, current information from learn.microsoft.com and other official Microsoft websites—architecture overviews, quickstarts, configuration guides, limits, and best practices.
2026-01-05
c3-component-design.md
0
1
export
c3-component-design
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when documenting component implementation patterns, internal structure, or hand-off points - enforces NO CODE rule and diagram-first approach for leaf-level C3 documentation
2026-01-05
pop-assessment-anthropic.md
0
1
export
pop-assessment-anthropic
2
from
"jrc1883/popkit-claude"
from
"jrc1883/popkit-claude"
3
Validates PopKit compliance with Claude Code patterns using concrete standards and automated checks
2026-01-05
knowledge-extractor.md
0
1
export
knowledge-extractor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyzes completed projects to identify generalizable patterns, common workflows, and reusable knowledge worth extracting into skills. Use after completing a project to review LOG.md, skill updates, and project artifacts. Generates extraction recommendations but does not modify skills directly (user decides whether to apply via skill-updater).
2026-01-05
memory-leak-detector.md
0
1
export
memory-leak-detector
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Detect and fix memory leaks in Python and PyTorch code, especially matplotlib figures and unreleased tensors. This skill should be used during Phase 4 performance optimization when memory usage grows over time.
2026-01-05
lint.md
0
1
export
lint
2
from
"Clouder0/dotagent"
from
"Clouder0/dotagent"
3
How to lint and typecheck in this project. Load when implementing or verifying code.
2026-01-05
code-quality.md
0
1
export
code-quality
2
from
"macayaven/esperanto"
from
"macayaven/esperanto"
3
Ensure code quality through linting, formatting, type checking, and best practices. Helps fix Black, Ruff, MyPy issues and improve code structure. Use when user mentions code quality, linting, formatting, types, or code smells.
2026-01-05
clojure-babashka-http-client.md
0
1
export
clojure-babashka-http-client
2
from
"Ramblurr/nix-devenv"
from
"Ramblurr/nix-devenv"
3
HTTP client for Clojure and Babashka built on java.net.http. Use when making HTTP requests, working with REST APIs, downloading files, or needing WebSocket support in Babashka or Clojure.
2026-01-05
privacy-policy-generate.md
0
1
export
privacy-policy-generate
2
from
"hitoshura25/claude-devtools"
from
"hitoshura25/claude-devtools"
3
Generate privacy policy for Android apps with GitHub Pages hosting
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"iliyaruvinsky/th-analyzer"
from
"iliyaruvinsky/th-analyzer"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
biome.md
0
1
export
biome
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Biome - Fast all-in-one toolchain for web projects (linter + formatter in Rust, 100x faster than ESLint)
2026-01-05
code-reviewer.md
0
1
export
code-reviewer
2
from
"MRenAIAgent/mini_agent"
from
"MRenAIAgent/mini_agent"
3
Use this skill after code changes are made, when reviewing implementations, checking code quality, or ensuring constitutional compliance. Apply when user mentions reviewing, analyzing, or checking code quality. Also use proactively after significant code implementations to verify they follow mini_agent framework principles.
2026-01-05
graphql-developer.md
0
1
export
graphql-developer
2
from
"olehsvyrydov/AI-development-team"
from
"olehsvyrydov/AI-development-team"
3
[Extends solution-architect] GraphQL API specialist. Use for GraphQL schemas, Apollo Server/Federation, DataLoader, resolvers, subscriptions. Invoke alongside solution-architect for GraphQL API design.
2026-01-05
pull-request-creator.md
0
1
export
pull-request-creator
2
from
"biwsantang/dotfiles"
from
"biwsantang/dotfiles"
3
Creates and updates well-formatted pull requests using GitHub CLI. Use when creating PRs, pull requests, submitting code for review, or when the user mentions "pr", "pull request", "create pr", or wants to open a code review. Analyzes all commits since branch divergence and handles existing PRs gracefully.
2026-01-05
generate-tests.md
0
1
export
generate-tests
2
from
"TimCrooker/list-forge-monorepo"
from
"TimCrooker/list-forge-monorepo"
3
Generate unit tests, integration tests, and test cases for code. Use when you see TEST comments, when asked to add test coverage, or when writing tests for new functionality.
2026-01-05
gdscript-format.md
0
1
export
gdscript-format
2
from
"minami110/claude-godot-tools"
from
"minami110/claude-godot-tools"
3
Format and lint GDScript files using gdscript-formatter. Use after editing GDScript files to ensure code style consistency.
2026-01-05
launch-planner.md
0
1
export
launch-planner
2
from
"bearhedge/APE-YOLO"
from
"bearhedge/APE-YOLO"
3
Transforms app ideas into shippable MVPs using Next.js + Supabase. Enforces ship-fast philosophy, prevents feature creep, generates PRDs and Claude Code starter prompts. Maximum 1-week builds focused on core user loop only.
2026-01-05
cua-cloud.md
0
1
export
cua-cloud
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive guide for building Computer Use Agents with the CUA framework. This skill should be used when automating desktop applications, building vision-based agents, controlling virtual machines (Linux/Windows/macOS), or integrating computer-use models from Anthropic, OpenAI, or other providers. Covers Computer SDK (click, type, scroll, screenshot), Agent SDK (model configuration, composition), supported models, provider setup, and MCP integration.
2026-01-05
explain-code.md
0
1
export
explain-code
2
from
"TimCrooker/list-forge-monorepo"
from
"TimCrooker/list-forge-monorepo"
3
Generate detailed explanations of code, algorithms, patterns, and architecture. Use when you see EXPLAIN comments, when asked to document code, or when explaining how something works.
2026-01-05
ALPS CLI Tool Assistant - Complete Skill Summary.md
0
1
export
ALPS CLI Tool Assistant - Complete Skill Summary
2
from
"hajime-matsumoto/app-state-diagram-cli"
from
"hajime-matsumoto/app-state-diagram-cli"
3
This skill helps developers work with the asd-cli tool - a standalone binary for ALPS (Application-Level Profile Semantics) profile validation, conversion, and processing. It provides CLI commands and
2026-01-05
documentation-generator.md
0
1
export
documentation-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automatically generate documentation when user mentions needing API docs, README files, user guides, developer guides, or changelogs. Analyzes code and generates appropriate documentation based on context. Invoke when user mentions "document", "docs", "README", "API documentation", "guide", "changelog", or "how to document".
2026-01-05
frontend-css.md
0
1
export
frontend-css
2
from
"89jobrien/mcp-joecc"
from
"89jobrien/mcp-joecc"
3
Write maintainable CSS using consistent methodologies and design systems. Use this skill when styling components with Tailwind, BEM, CSS modules, or styled-components. When working on files like styles/, *.css, *.scss, or component files with inline styles. When establishing design tokens for colors, spacing, and typography. When optimizing CSS for production with purging or tree-shaking.
2026-01-05
react-19.md
0
1
export
react-19
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
React 19.3+ patterns. Use for forms, async data, pre-rendering, transitions, refs, context, metadata.
2026-01-05