Browse Skills

22656 skills found

review-game-log.md
0
1 export review-game-log
2 aandersland from "aandersland/feast"
3 Automatically invoked when reviewing game simulation logs. Retrieves saved game data by ID and formats it for analysis.
2026-01-05
run-gdunit4-tests.md
0
1 export run-gdunit4-tests
2 fuchsst from "fuchsst/wcsaga_godot_converter"
3 Runs the full gdunit4 test suite in a headless Godot instance and parses the 'junit_report.xml' output into structured JSON pass/fail results.
2026-01-05
cui-marketplace-architecture.md
0
1 export cui-marketplace-architecture
2 cuioss from "cuioss/cui-llm-rules"
3 Architecture rules and validation patterns for Claude Code marketplace components ensuring self-contained skills, proper skill usage, and clean reference patterns
2026-01-05
docker-workflows.md
0
1 export docker-workflows
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create Dockerfiles, docker-compose configurations, and container workflows for Python projects with UV. Use when containerizing applications, setting up development environments, or deploying with Docker.
2026-01-05
gpu-cli.md
0
1 export gpu-cli
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Run code on cloud GPUs with GPU CLI. Use when user wants to run Python/ML code on remote GPUs, install GPU CLI, configure gpu.toml, troubleshoot pods, or manage cloud GPU resources via RunPod.
2026-01-05
improve-prompt.md
0
1 export improve-prompt
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyzes prompts and produces improved versions using Anthropic's prompt engineering best practices. Use when asked to improve, optimize, or review a prompt. Works with standalone prompts or prompts embedded in code/files.
2026-01-05
skill-audit.md
0
1 export skill-audit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Audits skills for discoverability and triggering effectiveness. Use when analyzing skill descriptions, checking trigger phrase coverage, validating progressive disclosure, reviewing SKILL.md structure, ensuring skill discoverability, testing skill triggering, improving skill descriptions, fixing skills that aren't being invoked, debugging discovery issues, or evaluating whether a skill will be invoked appropriately. Also triggers when user asks about skill best practices, wants to improve skill discoverability, or needs help with skill structure.
2026-01-05
setup-environment.md
0
1 export setup-environment
2 TrevorS from "TrevorS/glhf"
3 Set up the embedding model for semantic search. model2vec-rs downloads models automatically; use when build fails or model download issues occur.
2026-01-05
html-css-design.md
0
1 export html-css-design
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-machine-learning"
3 Master semantic HTML5, advanced CSS layouts, responsive design, animations, and modern CSS techniques including Flexbox, Grid, and custom properties.
2026-01-05
shadcn.md
0
1 export shadcn
2 Hamza123545 from "Hamza123545/Todo_giaic_five_phases"
3 Comprehensive shadcn/ui component library with theming, customization patterns, and accessibility. Use when building modern React UIs with Tailwind CSS. IMPORTANT - Always use MCP server tools first when available.
2026-01-05
security-basics.md
0
1 export security-basics
2 matt-riley from "matt-riley/mjrwtf"
3 Apply project-specific security and privacy guardrails (auth, headers, rate limiting, logging). Use when touching authentication, request handling, metrics exposure, or anything that could leak sensitive data.
2026-01-05
pytorch-common-pitfalls.md
0
1 export pytorch-common-pitfalls
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 Fix common PyTorch bugs: percentile calculations, LayerNorm for Conv1d, buffer edge cases. Trigger when writing PyTorch code for RL or neural networks.
2026-01-05
converting-claude-subagents.md
0
1 export converting-claude-subagents
2 scottwater from "scottwater/config"
3 Convert Claude Code Subagents to OpenCode Agents format. Use when migrating from Claude Code to OpenCode or when you have existing subagent definitions to port.
2026-01-05
smalltalk-developer.md
0
1 export smalltalk-developer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive Pharo Smalltalk development workflow guide with AI-driven Tonel editing. Provides expertise in Tonel file format syntax (class definitions with name, superclass, instVars, category, method categories, class comment placement), package structure (package.st placement, directory organization, BaselineOf dependencies), development workflow (Edit → Import → Test cycle with absolute paths, re-import timing, test execution), and Pharo best practices (CRC format documentation, method categorization conventions). Use when working with Pharo Smalltalk projects, creating or editing Tonel .st files, organizing packages and dependencies, resolving import order issues, writing class comments, implementing standard Pharo development patterns, or troubleshooting Tonel syntax.
2026-01-05
steering-hook.md
0
1 export steering-hook
2 ajobi-uhc from "ajobi-uhc/interp-agent-bench"
3 Apply activation steering to model layers during generation
2026-01-05
tfidf-search.md
0
1 export tfidf-search
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implements TF-IDF based search engines for text datasets using vector space models and cosine similarity. Use when building search functionality, finding similar documents, ranking text by relevance, or working with text retrieval systems.
2026-01-05
writing-skills.md
0
1 export writing-skills
2 woodrowpearson from "woodrowpearson/mids-hero-web"
3 Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
2026-01-05
secondary-action-mastery.md
0
1 export secondary-action-mastery
2 dylantarre from "dylantarre/animation-principles"
3 Use when enriching primary animations, adding supporting details, creating depth in motion, or making scenes feel alive without distracting from main action.
2026-01-05
ai-output-validator.md
0
1 export ai-output-validator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 AI出力の品質を自動検証するスキル。事実確認、論理性、一貫性、幻覚(ハルシネーション)検出、バイアス分析、安全性チェックを実施し、改善提案を提供。
2026-01-05
craft-coder-help.md
0
1 export craft-coder-help
2 timequity from "timequity/plugins"
3 Help and documentation for Craft-Coder plugin.Use when: user asks about available skills, commands, or how to use this plugin.Triggers: "help", "what can you do", "craft help", "как пользоваться".
2026-01-05
acceptance-testing.md
0
1 export acceptance-testing
2 terraphim from "terraphim/codex-skills"
3 Plan and (when feasible) implement or execute user acceptance tests (UAT) /end-to-end acceptance scenarios. Converts requirements or user stories intoacceptance criteria, test cases, test data, and a sign-off checklist; suggestsautomation (Playwright/Cypress for web, golden/snapshot tests for CLIs/APIs).Use when validating user-visible behavior for a release, or mappingrequirements to acceptance coverage.
2026-01-05
conventional-commits.md
0
1 export conventional-commits
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate properly formatted Conventional Commits messages with Claude Code footer. Use when creating git commits, writing commit messages, or the user mentions "commit", "git commit", or wants to save changes.
2026-01-05
document-rag-pipeline.md
0
1 export document-rag-pipeline
2 vamseeachanta from "vamseeachanta/workspace-hub"
3 Build complete document knowledge bases with PDF text extraction, OCR for scanned documents, vector embeddings, and semantic search. Use this for creating searchable document libraries from folders of PDFs, technical standards, or any document collection.
2026-01-05
self-reviewing-code.md
0
1 export self-reviewing-code
2 bryonjacob from "bryonjacob/aug"
3 Self-review checklist before marking PR ready - catch clarity, correctness, and maintainability issues with fresh eyes
2026-01-05