Browse Skills

44835 skills found

android-ux-flows.md
0
1 export android-ux-flows
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill is used to design Android user flows and screen structures that match the existing app patterns and keep forms, lists and navigation clear.
2026-01-05
web-artifacts-builder.md
0
1 export web-artifacts-builder
2 rozwer from "rozwer/cross2B-Pro"
3 Use when generating or refactoring UI artifacts. Prefer modular components and consistent styling.
2026-01-05
android-workflow-beta.md
0
1 export android-workflow-beta
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate GitHub Actions workflow for beta testing track deployment
2026-01-05
using-github-api-with-gh-cli.md
0
1 export using-github-api-with-gh-cli
2 johnnymo87 from "johnnymo87/dotfiles"
3 This skill teaches how to access GitHub's REST and GraphQL APIs via gh api for inline PR comments, review threads, and data not available through standard gh commands. Use this when you need PR review comments, thread status, or other GitHub data that gh pr view doesn't provide.
2026-01-05
unity-migration.md
0
1 export unity-migration
2 nolainjin from "nolainjin/codex_2250"
3 Migrate a browser-based JavaScript/Canvas game to Unity (C#). Use for Shelter 2250 (or similar) when you need: (1) Unity project setup decisions (2D/URP/input/UI), (2) mapping existing JS classes/systems to Unity architecture, (3) porting core simulation loops (time/resources/rooms/dwellers/save), and (4) planning incremental milestones with parity checks.
2026-01-05
led-mapping-guide.md
0
1 export led-mapping-guide
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Visual guide for APC Mini MK2 LED and button mapping. Use when user needs to know "which button", "pad location", "LED position", "coordinate to note", "note to coordinate", or wants to understand the physical layout of the controller.
2026-01-05
astrologue-ia.md
0
1 export astrologue-ia
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert astrologique brutal et transparent. Analyse thème natal (stelliums, aspects, maisons), synastrie/compatibilité (scores, red flags, comparaison multiple), transits et prévisions (dates clés, timing optimal), astrocartographie (meilleurs lieux de vie). Style direct, zéro bullshit, full transparence. Fetch automatique des données astro depuis astro-seek.com. Use when analyzing birth charts, compatibility, astrological timing, or best places to live based on astrology.
2026-01-05
loop-vectorizer.md
0
1 export loop-vectorizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Convert Python loops to vectorized PyTorch tensor operations for performance. This skill should be used when optimizing computational bottlenecks in PyTorch code during Phase 4 performance optimization.
2026-01-05
using-git-worktrees.md
0
1 export using-git-worktrees
2 d-oit from "d-oit/do-novelist-ai"
3 Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
2026-01-05
doc-convert-pandoc.md
0
1 export doc-convert-pandoc
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Pandocでドキュメント変換(md→docx/pptx等)を自動化する。納品形式の変換が必要な時に使う。
2026-01-05
software-architect.md
0
1 export software-architect
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert software architecture guidance for system design, design patterns, architectural decisions, code reviews, scalability planning, and technical leadership. Use when discussing architecture, design patterns, system design, refactoring, technical decisions, or code structure.
2026-01-05
constitutional-compliance.md
0
1 export constitutional-compliance
2 kelleysd-apps from "kelleysd-apps/sdd-agentic-framework"
3 Validate constitutional compliance for specifications, plans, tasks, code, and operationsusing the SDD Framework Constitution v1.5.0 (14 principles). Use when checking if workfollows constitutional requirements or executing compliance validation.This skill provides guidance on applying all 14 constitutional principles and runningautomated compliance checks. It ensures all work adheres to immutable, critical, andstandard principles governing architecture, quality, workflow, and safety.Triggered by: User request for "constitutional check", "compliance validation","does this follow the constitution?", or before major milestones (commit, PR, release).
2026-01-05
frontend-design.md
0
1 export frontend-design
2 Alfredo-Sandoval from "Alfredo-Sandoval/prismatica"
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
webapp-testing.md
0
1 export webapp-testing
2 JoaquinCampo from "JoaquinCampo/codex-skills"
3 Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2026-01-05
firebase-testing.md
0
1 export firebase-testing
2 janisto from "janisto/fastify-playground"
3 Guide for testing Firebase Admin SDK with Vitest mocks. Use when writing tests that involve Firebase Auth, Firestore, or Firebase App.
2026-01-05
ai-engineering-guide.md
0
1 export ai-engineering-guide
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Practical guide for building production ML systems based on Chip Huyen's AI Engineering book. Use when users ask about model evaluation, deployment strategies, monitoring, data pipelines, feature engineering, cost optimization, or MLOps. Covers metrics, A/B testing, serving patterns, drift detection, and production best practices.
2026-01-05
onboarding-ms.md
0
1 export onboarding-ms
2 semicolon-devteam from "semicolon-devteam/sax-ms"
3 마이크로서비스 개발자 온보딩 실습 (SAX-MS 패키지 전용). Use when (1) sax-core/skill:onboarding에서 호출,(2) 마이크로서비스 개발자 온보딩 실습 필요 시. 마이크로서비스 설계 및 개발 워크플로우 체험.
2026-01-05
klipper.md
0
1 export klipper
2 MasonRhodesDev from "MasonRhodesDev/dotfiles"
3 Manage Klipper 3D printer configuration and troubleshooting. Use when working with Ender 3 V2 Klipper configs, analyzing printer logs, modifying printer.cfg, or troubleshooting print issues.
2026-01-05
nodes-credentials-patterns.md
0
1 export nodes-credentials-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement n8n credential types including API key, OAuth2, and header-based authentication patterns. Use this skill when creating *.credentials.ts files, implementing ICredentialType interfaces, configuring OAuth2 flows, setting up credential testing, injecting authentication headers, or following credential security best practices. Apply when building any n8n node that requires API authentication, token management, or secure credential handling.
2026-01-05
write-route.md
0
1 export write-route
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Write routes following the Epic architecture patterns. Use when creating HTTP endpoints for behaviors, webhooks, or streaming. Triggers on "create a route", "add a webhook", or "write a route for".
2026-01-05
project-moc-generator.md
0
1 export project-moc-generator
2 mpazaryna from "mpazaryna/rss-agent"
3 Generates comprehensive Map of Content (MOC) documentation for software projects using standard markdown links, analyzing current implementation state from codebase and devlog notes
2026-01-05
rag-optimization.md
0
1 export rag-optimization
2 majiayu000 from "majiayu000/claude-skill-registry"
3 RAG 파이프라인 최적화 스킬. 검색 품질, 리랭킹, 쿼리 확장, 하이브리드 검색 관련 작업에서 자동으로 활성화됩니다. retrieval, rerank, embedding, vector search, semantic search 키워드에 반응합니다.
2026-01-05
mcp-workflow-composition.md
0
1 export mcp-workflow-composition
2 j0KZ from "j0KZ/mcp-agents"
3 Teaches effective composition of multiple @j0kz MCP tools into cohesive workflows using MCPPipeline and orchestrator-mcp, including dependency management, error handling strategies, and pre-built w...
2026-01-05
market-brief.md
0
1 export market-brief
2 dceoy from "dceoy/financial-market-analyst"
3 Create a 24-hour tactical market brief from the latest macro and financial news, covering equities, commodities, and macro/FX. Use when asked for a market brief, daily/24h outlook, short-term drivers, or a structured multi-asset summary with JST timestamps and strict short-line formatting.
2026-01-05