Browse Skills

44895 skills found

database-design-patterns.md
0
1 export database-design-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Database schema design including normalization, denormalization, indexes, migrations, foreign keys, constraints, and query optimization. Covers PostgreSQL, MySQL, and general SQL patterns. Use when designing database schemas, optimizing queries, setting up migrations, or debugging performance issues.
2026-01-05
elixir-testing.md
0
1 export elixir-testing
2 vinnie357 from "vinnie357/claude-skills"
3 Guide for writing comprehensive tests in Elixir using ExUnit, property-based testing, mocks, and test organization best practices
2026-01-05
design-consistency-check.md
0
1 export design-consistency-check
2 tikazyq from "tikazyq/agentic-spec-forge"
3 检查VS↔SD/DM一致性(value_path是否与序列图/数据模型匹配),生成不一致项清单和修复建议。当Self-Reflection报告一致性问题或准备CONSTRAINT验收前使用。
2026-01-05
claude-api.md
0
1 export claude-api
2 parkerhancock from "parkerhancock/ai-docs-plugin"
3 Anthropic Claude API development patterns, tool use, Agent SDK, prompt engineering, and best practices.
2026-01-05
game-generator.md
0
1 export game-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate GameSpec JSON and Lua scripts for the AI Game Platform. Use when creating games, adding features like player movement, enemies, collectibles, or fixing Lua script issues. Supports FPS, 2D side-scrollers, and 3D platformers.
2026-01-05
ndp-github-workflow.md
0
1 export ndp-github-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 NDP-specific GitHub workflow using Trunk-Based Development (TBD). Commit directly to main with conventional commits. Use this skill for ALL git operations in the Neural Data Platform project.
2026-01-05
format-ui-display.md
0
1 export format-ui-display
2 majiayu000 from "majiayu000/claude-skill-registry"
3 UI表示用の日付、enum値をフォーマットします。日本語形式の日付、相対日付が必要な場合に使用します。
2026-01-05
annotation-camera.md
0
1 export annotation-camera
2 meekmachine from "meekmachine/LoomLarge"
3 Work with the 3D annotation camera system. Use when adding annotations, modifying camera behavior, creating markers, or adjusting how the camera focuses on bones/meshes. Covers AnnotationCameraController, AnnotationMarkers, Annotation3DMarkers, and annotation presets.
2026-01-05
supporting-custom-elements.md
0
1 export supporting-custom-elements
2 djankies from "djankies/claude-configs"
3 Teaches Web Components (Custom Elements) support in React 19, including property vs attribute handling and custom events. Use when integrating Web Components or working with custom HTML elements.
2026-01-05
generate-spec.md
0
1 export generate-spec
2 teliha from "teliha/dev-workflows"
3 Generate a specification file from user input/requirements. Use when user says "generate spec", "create spec", "write spec", "spec from requirements", or provides feature requirements and asks to create a spec. (user)
2026-01-05
skill-developer.md
0
1 export skill-developer
2 tbhb from "tbhb/rig"
3 Meta-skill for creating and managing Claude Code skills. Activated when creating skills, modifying skill rules, or working with the skill system.
2026-01-05
deloncache-caching-strategies.md
0
1 export deloncache-caching-strategies
2 tw-lin from "tw-lin/ng-lin"
3 Implement caching strategies using @delon/cache. Use this skill when adding memory cache, LocalStorage cache, SessionStorage cache, or cache interceptors for HTTP requests. Supports TTL-based expiration, cache invalidation, cache grouping, and persistent storage. Optimizes performance by reducing redundant API calls and database queries.
2026-01-05
playdate-dev.md
0
1 export playdate-dev
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Playdate game development in Lua with the Playdate SDK, including game loop, sprites, graphics, input (crank, buttons, accelerometer), UI, performance, metadata (pdxinfo), and simulator/device workflow. Use when asked to make a Playdate game, implement Playdate-specific mechanics, or apply Playdate design and accessibility guidelines.
2026-01-05
review-solution.md
0
1 export review-solution
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Review coding challenge solutions from LeetCode, GreatFrontEnd, or other platforms. Analyze algorithm correctness, time/space complexity, code quality, identify patterns, explain key insights, and suggest related problems. Use when reviewing DSA solutions, analyzing complexity, or providing educational feedback on coding challenges.
2026-01-05
browsing-with-playwright.md
0
1 export browsing-with-playwright
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Browser automation using Playwright MCP. Navigate websites, fill forms, click elements,take screenshots, and extract data. Use when tasks require web browsing, form submission,web scraping, UI testing, or any browser interaction. NOT when only fetching staticcontent (use curl/wget instead).
2026-01-05