Browse Skills

20307 skills found

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
presentation-design.md
0
1 export presentation-design
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Techniques and code examples for creating professional slide decks and presentations. Use this skill to structure narratives, apply design principles, and automate slide generation.
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
gof-design-patterns.md
0
1 export gof-design-patterns
2 tttol from "tttol/dotfiles"
3 Helps understand and apply the 23 classic GoF design patterns to solve common software design problems
2026-01-05
repo-init.md
0
1 export repo-init
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill initializes the bgf project by cloning the two subproject git repositories (bgf-dawn Shopify theme and bgf_2024 informational website). Use when setting up the project on a new machine.
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
optimizing-performance.md
0
1 export optimizing-performance
2 hkcm91 from "hkcm91/StickerNestV3"
3 Optimizing performance in StickerNest for React, Three.js, and bundle size. Use when investigating slow renders, improving FPS, reducing bundle size, profiling components, or when the user mentions "slow", "laggy", "performance", or "optimize". Covers React profiling, Three.js optimization, memoization, lazy loading, and virtualization.
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
brand-guidelines.md
0
1 export brand-guidelines
2 liauw-media from "liauw-media/CodeAssist"
3 Establish or analyze brand identity guidelines. Creates comprehensive brand documentation that frontend-design, testing, and other skills automatically reference for consistent execution.
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
dev-doc-suite.md
0
1 export dev-doc-suite
2 lastdays03 from "lastdays03/claude_skills"
3 Comprehensive documentation suite for generating READMEs, API references, and internal guides based on code analysis.
2026-01-05
installing-git-hooks.md
0
1 export installing-git-hooks
2 bryonjacob from "bryonjacob/aug"
3 Use when setting up git pre-commit and pre-push hooks - provides simple shell script approach and pre-commit framework method, both calling justfile commands for DRY principle
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
nextjs-pwa.md
0
1 export nextjs-pwa
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive guide for building Progressive Web Apps (PWA) with Next.js using modern 2025 approaches. Use when users need to implement PWA features in Next.js applications including installability, offline support, service workers, web app manifests, caching strategies, push notifications, or converting existing Next.js apps to PWA. Covers both native Next.js PWA support (zero dependencies, App Router) and Serwist package (advanced offline capabilities, service worker management). Also use when troubleshooting PWA issues, optimizing PWA performance, or migrating from deprecated packages like next-pwa.
2026-01-05
code-with-codex.md
0
1 export code-with-codex
2 chaorenex1 from "chaorenex1/coding-agent-workflow"
3 Write and generate code using memex-cli with Codex backend. Use when (1) Generating code files and scripts, (2) Refactoring existing code, (3) Writing tests, (4) Creating project scaffolds, (5) Implementing algorithms or features, (6) Code review and optimization, (7) Complex multi-file projects.
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
terraform-expert.md
0
1 export terraform-expert
2 timequity from "timequity/vibe-coder"
3 Infrastructure as Code with Terraform - modules, state management, and best practices.
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
composio-ci-runs.md
0
1 export composio-ci-runs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when Codex needs to run CI/CD or cross-service automations through the Composio MCP server.
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
typescript-mcp-development.md
0
1 export typescript-mcp-development
2 majiayu000 from "majiayu000/claude-skill-registry"
3 TypeScript SDKとzodバリデーション、Express統合を使用したMCPサーバー構築ガイド。TypeScript/Node.jsベースのMCPサーバーの作成、zodスキーマ定義、STDIOおよびHTTPトランスポート設定を行う際に使用。
2026-01-05