Browse Skills

22656 skills found

code-review.md
0
1 export code-review
2 vinnie357 from "vinnie357/claude-skills"
3 Guide for conducting thorough code reviews focusing on correctness, security, performance, maintainability, and best practices
2026-01-05
fetch-supabase-example.md
0
1 export fetch-supabase-example
2 semicolon-devteam from "semicolon-devteam/docs"
3 Fetches reference implementation examples from semicolon-devteam/core-supabase repository for Supabase RPC patterns. Use this skill whenever implementing Supabase data access to ensure correct patterns.
2026-01-05
ptk-completion.md
0
1 export ptk-completion
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when the user asks about "prompt_toolkit completion", "Completer", "WordCompleter", "FuzzyCompleter", "NestedCompleter", "PathCompleter", "auto-complete", "tab completion", "completion menu", "CompletionsMenu", or needs to implement auto-completion in prompt_toolkit applications.
2026-01-05
creating-tech-diagrams.md
0
1 export creating-tech-diagrams
2 masayan1126 from "masayan1126/gen-image-prompt-creator"
3 Generates Nano Banana Pro prompts for technical explanation infographics. Use when user mentions "図解作成", "テック図解", or "AI解説図". Requires character image attachment for narrator placement.
2026-01-05
workflow-execution-rules.md
0
1 export workflow-execution-rules
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Execution workflow preferences including no dev servers, read-only information gathering, real data over mocks, and proper error handling over fallbacks. Use when executing code, running servers, testing, or handling data.
2026-01-05
fingerprinting-binaries.md
0
1 export fingerprinting-binaries
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Identifies binary file characteristics including compiler signatures, version information, and build environment details. Use when analyzing unknown binaries, investigating binary origins, or identifying build configurations.
2026-01-05
crawl4ai.md
0
1 export crawl4ai
2 CK991357 from "CK991357/gemini-chat"
3 功能强大的开源网页抓取和数据处理工具,支持6种工作模式,包括截图、PDF导出和智能爬取
2026-01-05
frontmatter.md
0
1 export frontmatter
2 mchowning from "mchowning/claude-code-plugins"
3 Generates YAML frontmatter metadata (date/time, git commit, branch, repository) for workflow documentation. Use when creating research docs, plans, or work summaries.
2026-01-05
postgresql-expert.md
0
1 export postgresql-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert PostgreSQL database guidance using Bun.sql client. Provides comprehensive patternsfor queries, schema design, JSON/JSONB operations, full-text search, indexing, PL/pgSQL,pgvector, and performance optimization. Use when working with PostgreSQL databases,writing SQL queries, optimizing performance, designing schemas, or implementing databasefeatures. Complements bun-expert skill for Bun.sql integration.
2026-01-05
scode-graphite.md
0
1 export scode-graphite
2 majiayu000 from "majiayu000/claude-skill-registry"
3 For any project that contains a .git/.graphite_repo_config file, this skill should be used for creating PRs, managing git branches and otherwise all non-read-only git operations.
2026-01-05
router.md
0
1 export router
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Intelligent routing layer that analyzes requests and directs them to the most appropriate Skills, Agents, or Commands
2026-01-05
vanilla-rails-work-breakdown.md
0
1 export vanilla-rails-work-breakdown
2 ZempTime from "ZempTime/zemptime-marketplace"
3 Use when planning Rails features or breaking down work into PRs - enforces 2-5 file PRs, bug fix separation, and one-sentence scope test
2026-01-05
inbox-assistant.md
0
1 export inbox-assistant
2 dparedesi from "dparedesi/agent-global-skills"
3 Manage Gmail inbox with AI-powered triage, cleanup, and restore. Use when the user mentions inbox, email triage, clean inbox, email cleanup, check email, email summary, delete emails, manage inbox, or wants to organize their email.
2026-01-05
mithril-dedup-agent.md
0
1 export mithril-dedup-agent
2 gar-ai from "gar-ai/mallorn"
3 Build mithril-dedup for ML dataset deduplication. Use when implementing MinHash, LSH, clustering, or document I/O.
2026-01-05
docs-generator.md
0
1 export docs-generator
2 ajianaz from "ajianaz/skills-collection"
3 Generate hierarchical documentation structures (AGENTS.md, agent.d, and custom docs) for codebases. Use when user asks to create documentation files, analyze codebase for AI agent documentation, set up AI-friendly project documentation, or generate context files for AI coding assistants. Triggers on "create documentation", "generate docs", "analyze codebase for AI", "documentation setup", "hierarchical docs".
2026-01-05
industry-news-aggregator.md
0
1 export industry-news-aggregator
2 AngelCantugr from "AngelCantugr/fantastic-engine"
3 Search, aggregate, and summarize AI and software industry news based on your interests
2026-01-05
nextjs-ui-component-smith.md
0
1 export nextjs-ui-component-smith
2 AgentiveCity from "AgentiveCity/SkillFactory"
3 Use this skill whenever the user wants to design, refactor, or extend reusable UI components in a Next.js (App Router) + TypeScript + Tailwind + shadcn/ui project, following a consistent design system and accessibility best practices.
2026-01-05
async-operations-analyzer.md
0
1 export async-operations-analyzer
2 guvensoft from "guvensoft/quickly-pos-v2"
3 Asenkron işlemleri analiz eder, race conditions bulur, error handling problemlerini tespit eder ve async/await patterns'ı optimize eder.
2026-01-05
brand-guidelines.md
0
1 export brand-guidelines
2 JoeInnsp23 from "JoeInnsp23/practice-hub"
3 Applies Practice Hub's design system, brand colors, and component patterns. Use when building UI components, enforcing design standards, or ensuring consistency across Practice Hub modules (Client Hub, Admin Panel, Practice Hub). Critical for maintaining solid backgrounds, glass-card patterns, and multi-tenant architecture.
2026-01-05
discover-capabilities.md
0
1 export discover-capabilities
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this at session start to discover what CodeCompass can do. Read .ai/capabilities.json for module map (5 domains, 21+ modules) instead of manual Grep/Glob. Apply when: (1) planning tasks, (2) user asks 'What can CodeCompass do?', (3) before implementing features
2026-01-05
codebase-consolidation-pattern.md
0
1 export codebase-consolidation-pattern
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 Reorganize scattered modules into subpackages while maintaining backwards compatibility via shims. Trigger when: (1) too many root-level files, (2) need to group related functionality, (3) cleaning up codebase structure.
2026-01-05
artifact-validator.md
0
1 export artifact-validator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validate and grade Claude Code Skills, Commands, Subagents, and Hooks for quality and correctness. Check YAML syntax, verify naming conventions, validate required fields, test activation patterns, assess description quality. Generate quality scores using Q = 0.40R + 0.30C + 0.20S + 0.10E framework with specific improvement recommendations. Use when validating artifacts, checking quality, troubleshooting activation issues, or ensuring artifact correctness before deployment.
2026-01-05
defense-implementation.md
0
1 export defense-implementation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement mitigations, create input filters, design output guards, and build defensive prompting for LLM security
2026-01-05
google-data-commons.md
0
1 export google-data-commons
2 stillsame2016 from "stillsame2016/deep-wenokn"
3 Retrieve statistical and entity data from Google Data Commons about places, demographics, economics, health, education, climate, and other societal topics. For example, population/unemployment/social vulnerability index, etc. This skill provides a way to get DCIDs from place names.
2026-01-05