Browse Skills

44915 skills found

moai-project-batch-questions.md
0
1 export moai-project-batch-questions
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Standardize AskUserQuestion patterns and provide reusable question templates for batch optimization
2026-01-05
ml-reviewer.md
0
1 export ml-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Machine Learning/Deep Learning code review, PyTorch/TensorFlow patterns, Model training optimization, MLOps checksWHAT: Model architecture review + Training patterns + Data pipeline checks + GPU optimization + Experiment trackingWHEN NOT: Data analysis only → python-data-reviewer, General Python → python-reviewer
2026-01-05
multi-agent-workflow.md
0
1 export multi-agent-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Manager session that launches worker Claude instances in parallel git worktrees for concurrent implementations. Observer subagents monitor workers and report results. Manager evaluates implementations and accepts the best one into the target branch.
2026-01-05
flutter-format.md
0
1 export flutter-format
2 LucasXu0 from "LucasXu0/claude-code-plugin"
3 Knowledge about Flutter/Dart code formatting, analysis tools (flutter analyze, dart fix, dart format), and when to apply them. Use when formatting code, fixing lint issues, running code cleanup, or when user mentions format, analyze, lint, or cleanup in Flutter context.
2026-01-05
composable-svelte-graphics.md
0
1 export composable-svelte-graphics
2 majiayu000 from "majiayu000/claude-skill-registry"
3 3D graphics and WebGPU/WebGL rendering with Composable Svelte. Use when building 3D scenes, working with cameras, lights, meshes, materials, or implementing WebGPU/WebGL graphics. Covers Scene, Camera, Light, Mesh components, geometry types (box, sphere, cylinder, torus, plane), material properties, and state-driven 3D rendering.
2026-01-05
playwright-config-generator.md
0
1 export playwright-config-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Playwright configuration files for cross-browser E2E testing. Triggers on "create playwright config", "generate playwright configuration", "playwright setup", "browser testing config".
2026-01-05
js-worker-multithreading.md
0
1 export js-worker-multithreading
2 deadronos from "deadronos/stellar-shell"
3 Implement, refactor, or review worker-based multithreading in TypeScript/JavaScript apps (browser or Node). Use when offloading CPU-heavy loops to Web Workers, setting up a worker pool, moving data across threads, or diagnosing worker crashes, slowdowns, or synchronization bugs.
2026-01-05
lookup-bsv-address.md
0
1 export lookup-bsv-address
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Look up BSV address information using WhatsOnChain API. Shows balance, transaction history, and UTXO details.
2026-01-05
concept-design.md
0
1 export concept-design
2 majiayu000 from "majiayu000/claude-skill-registry"
3 ゲームのコンセプトデザインを言語化するためのスキル。漠然としたアイデアを設計可能な形に変換する。使用タイミング:(1)「ゲームのコンセプトを考えたい」(2)「新しいゲームを作りたい」(3)「アイデアを整理したい」と言われた時。判断・行動・体験を中心に据えた設計言語を生成する。
2026-01-05
sql-patterns.md
0
1 export sql-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 SQL query patterns, optimization, and database best practices. Use when writing SQL queries, discussing database design, query optimization, or working with PostgreSQL, MySQL, SQLite. Triggers on mentions of SQL, SELECT, JOIN, INDEX, query optimization, database schema, PostgreSQL, MySQL.
2026-01-05
architecture-evaluation-framework.md
0
1 export architecture-evaluation-framework
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive architectural analysis and evaluation framework for system architecture assessment. Use for architecture pattern identification, SOLID principles evaluation, coupling/cohesion analysis, scalability assessment, performance characteristics, security architecture, data architecture, microservices vs monolith, technical debt quantification, and ADRs. Includes C4 model, 4+1 views, QAW, ATAM, architectural fitness functions, and visualization tools.
2026-01-05
hackathon-rules.md
0
1 export hackathon-rules
2 UBAIDRAZA1 from "UBAIDRAZA1/UBAIDRAZA1-Todo-Web-App"
3 Enforces Hackathon II rules, phases, and evaluation constraints.
2026-01-05
update-kb.md
0
1 export update-kb
2 jayprimer from "jayprimer/pmc-marketplace"
3 Synchronize knowledge base documentation with current codebase implementation.Performs full, incremental, or targeted audits of source code and updatescode maps, PRDs, patterns, SOPs, and user-facing docs to match reality.Use when:- After major refactors- Periodic maintenance (monthly)- Before starting new phase of work- When docs feel stale- User says "update kb", "sync docs", "audit docs"
2026-01-05
code-review.md
0
1 export code-review
2 pproenca from "pproenca/dot-claude-old"
3 Use when requesting or receiving code reviews - covers dispatching review subagent, handling feedback with technical rigor, and avoiding performative agreement
2026-01-05
content-performance-analyzer.md
0
1 export content-performance-analyzer
2 fracabu from "fracabu/claude-skill-factory"
3 Analyzes content marketing metrics to identify top performers, trends, and optimization opportunities. Use when reviewing blog posts, social media, or campaign performance. Accepts CSV data with engagement metrics and provides actionable insights.
2026-01-05
buildkite-issue-solver.md
0
1 export buildkite-issue-solver
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Will utilise buildkite read only mcp server to solve specific buildkite issues encountered
2026-01-05
stop.md
0
1 export stop
2 Jonely235 from "Jonely235/claude-skills"
3 Anti-premature-coding protocol. MANDATORY pre-coding checkpoint: execute BEFORE writing ANY code (new features, bug fixes, refactoring, optimization, tests). Use when user requests: "implement/add/fix/refactor/optimize/create feature". Prevents "coding without reading" blindspot that causes most bugs, duplicated work, and broken architectures. Forces systematic investigation via Stop→Trace→Orient→Plan before touching keyboard.
2026-01-05
brightdata.md
0
1 export brightdata
2 mikegil from "mikegil/MaxAI"
3 Progressive four-tier URL content scraping with automatic fallback strategy.USE WHEN user says "scrape this URL", "fetch this page", "get content from","can't access this site", "use Bright Data", "pull content from URL",or needs to retrieve web content that may have bot detection or access restrictions.
2026-01-05
python-mcp-development.md
0
1 export python-mcp-development
2 SuperPyonchiX from "SuperPyonchiX/VSCodeEnv"
3 Python SDKとFastMCPフレームワークを使用したModel Context Protocol (MCP) サーバー構築のガイド。PythonベースのMCPサーバーの作成、デバッグ、最適化を行う際に使用してください。
2026-01-05
admin-app-coolify.md
0
1 export admin-app-coolify
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Installs and manages Coolify, an open-source self-hosted PaaS for deploying applications with Docker.Provides a Heroku-like experience on your own infrastructure.Use when: installing Coolify, deploying Docker apps, setting up a self-hosted PaaS, or configuring the Traefik proxy.Keywords: coolify, self-hosted paas, docker deployment, traefik proxy, open source heroku
2026-01-05
canvas-course-audit.md
0
1 export canvas-course-audit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Audit an entire Canvas LMS course against the Four Learning Design Pillars (Clear Structure, Active Content, Continuous Practice, Intuitive UX). Use when users want to evaluate course quality, identify improvement areas, or prepare for course redesign. Requires canvas-mcp server for course data access. Triggers on "audit course", "course review", "evaluate my course", or Canvas course IDs/codes.
2026-01-05
concert-discovery.md
0
1 export concert-discovery
2 esthor from "esthor/claude-skills"
3 Help users discover bucket list concerts and live music performances they would love to attend. Use when users ask about concerts, live music, shows, performances they should see, or bucket list musical experiences. Also use when users want recommendations for upcoming concerts based on their music taste.
2026-01-05
migrating-v3-to-v4.md
0
1 export migrating-v3-to-v4
2 djankies from "djankies/claude-configs"
3 Complete migration guide from Zod v3 to v4 covering all breaking changes and upgrade patterns
2026-01-05
cloud-metrics.md
0
1 export cloud-metrics
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Query Google Cloud Monitoring metrics using the cloud_metrics.py tool. Use when users ask about GCP metrics, Cloud Monitoring, Kubernetes metrics (CPU, memory, network), container resource usage, or need to export monitoring data. Triggers on requests like "show me CPU usage", "list available metrics", "describe this metric", "top memory consumers", or any Google Cloud Monitoring queries.
2026-01-05