Browse Skills

44915 skills found

osint.md
0
1 export osint
2 kiwamizamurai from "kiwamizamurai/cctf"
3 Gathers intelligence from public sources. Use when searching for usernames, geolocating images, investigating social media, analyzing domains, or solving information gathering challenges.
2026-01-05
lombok-patterns.md
0
1 export lombok-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Lombok annotations and best practices for Java 21+ projects. Use when reducing boilerplate, configuring builders, or choosing between Lombok and Records.
2026-01-05
troubleshooting-bundler-compatibility.md
0
1 export troubleshooting-bundler-compatibility
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Diagnose and fix third-party library loading failures in Vite, Webpack, or other bundlers. Use when encountering "Failed to fetch dynamically imported module", worker loading failures, CDN 404 errors, "Invalid type" errors when importing library assets, or assets loading in wrong format. Covers version mismatches, worker loading patterns, and bundler-specific solutions.
2026-01-05
ui-design-system.md
0
1 export ui-design-system
2 nimeshgurung from "nimeshgurung/artifact-hub-collections"
3 UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
2026-01-05
seo-optimizer.md
0
1 export seo-optimizer
2 ntaksh42 from "ntaksh42/agents"
3 Analyze and optimize web pages for SEO including meta tags, structured data, and performance. Use when improving website SEO or analyzing search optimization.
2026-01-05
product-research-orchestrator.md
0
1 export product-research-orchestrator
2 lola69160 from "lola69160/claude-product-comparison"
3 Coordinates complete comparison of 2 products with parallel subagents and result aggregation. Use when user asks to 'compare X vs Y', 'compare two products', 'research products for comparison', mentions comparing items for purchase decision, or requests product analysis. Handles product validation, cache checking, parallel data collection (specs, reviews, pricing), and comprehensive report generation.
2026-01-05
diagramming.md
0
1 export diagramming
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create professional diagrams using Mermaid or DOT/Graphviz. Mermaid for flowcharts, sequences, classes, ER, Gantt, architecture with semantic coloring and WCAG AA accessibility. DOT/Graphviz for pure network graphs, semantic webs, and maximum layout control.
2026-01-05
backup-retention-policy.md
0
1 export backup-retention-policy
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Эксперт по политикам бэкапов. Используй для стратегий резервного копирования, retention rules и disaster recovery.
2026-01-05
scaffold-workflow.md
0
1 export scaffold-workflow
2 semicolon-devteam from "semicolon-devteam/sax-infra"
3 GitHub Actions CI/CD 워크플로우 생성. Use when (1) 워크플로우 생성, (2) CI 추가, (3) GitHub Actions 필요.
2026-01-05
claude-code-features.md
0
1 export claude-code-features
2 silenvx from "silenvx/flow-development-program"
3 新機能調査、提案、設計方針確認時に使用。
2026-01-05
opencode-commands.md
0
1 export opencode-commands
2 joe-butler-23 from "joe-butler-23/nix-config"
3 Guide for creating and configuring custom OpenCode commands. Use this skill when you need to extend OpenCode capabilities, add custom workflows, or understand how to define commands with templates, arguments, and context injection.
2026-01-05
tool-design-pattern.md
0
1 export tool-design-pattern
2 ricardoroche from "ricardoroche/ricardos-claude-code"
3 Automatically applies when creating AI tool functions. Ensures proper schema design, input validation, error handling, context access, and comprehensive testing.
2026-01-05
gob-background-jobs.md
0
1 export gob-background-jobs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when user requests "parallel" commands, running multiple builds/tests simultaneously, or long-running tasks. Use `gob add` instead of parallel Bash tool calls - gob provides job management, output capture, and proper process control.
2026-01-05
parsing.md
0
1 export parsing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use the lean4-parser library for parsing structured input. Invoke when implementing parsers for AoC puzzles or other text processing tasks in Lean.
2026-01-05
code-quality.md
0
1 export code-quality
2 jared-bloomer from "jared-bloomer/claude-config"
3 Ensures code follows quality standards. Apply when reviewing or writing production code.
2026-01-05
spatialdata-docs-local.md
0
1 export spatialdata-docs-local
2 majiayu000 from "majiayu000/claude-skill-registry"
3 SpatialData 空间组学数据框架 - 100%覆盖271个核心文件(API文档+教程+示例+核心概念)
2026-01-05
javascript.md
0
1 export javascript
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when writing JavaScript for Discourse core, themes, or plugins - covers jQuery phaseout, Ember patterns, singleton imports, lifecycle hooks, and cleanup requirements
2026-01-05
julien-notion-inbox-to-github.md
0
1 export julien-notion-inbox-to-github
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Move a GitHub repo entry from Notion Inbox [DB] to Github [DB]. Use when user wants to route a GitHub URL from inbox to the dedicated GitHub database, migrate inbox entry to github database, or move github link.
2026-01-05
influencer-db.md
0
1 export influencer-db
2 majiayu000 from "majiayu000/claude-skill-registry"
3 SQLite database for Israeli Tech Nano-Influencers with direct sqlite3 command-line access. Execute any SQL query or inspect schema. Simple and agent-friendly.
2026-01-05
mcp-schema-designer.md
0
1 export mcp-schema-designer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Designs comprehensive Zod schemas for MCP tool inputs and API responses,ensuring type safety, clear validation error messages, and securitythrough input sanitization patterns.
2026-01-05
perf-analyzer.md
0
1 export perf-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Performance analysis, bundle size optimization, rendering, Core Web Vitals, code splittingWHAT: Bundle analysis + large dependency detection + re-render issues + useMemo/useCallback suggestions + LCP/FID/CLS improvementsWHEN NOT: Code quality → code-reviewer, Security → security-scanner
2026-01-05
project-detection.md
0
1 export project-detection
2 gruckion from "gruckion/marathon-ralph"
3 Detects project type, package manager, and monorepo structure. Returns correct commands for test/build/lint/dev. Run at project initialization and cache results in state. Use before running any build/test commands.
2026-01-05
spawn.md
0
1 export spawn
2 c-daly from "c-daly/agent-swarm"
3 How to spawn subagents correctly. Use this reference when you need to delegate work to a specialized agent.
2026-01-05
tile-snake-pattern-stitching.md
0
1 export tile-snake-pattern-stitching
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 SNAKE vs RASTER tile acquisition patterns for image stitching in KINTSUGI
2026-01-05