Browse Skills
44357 skills found
upgrade-dependencies.md
0
1
export
upgrade-dependencies
2
from
"tnez/docent"
from
"tnez/docent"
3
Periodically upgrade npm dependencies and GitHub Actions to keep project current and secure
2026-01-05
presentation-design.md
0
1
export
presentation-design
2
from
"majiayu000/claude-skill-registry"
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
from
"majiayu000/claude-skill-registry"
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
from
"tttol/dotfiles"
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
from
"majiayu000/claude-skill-registry"
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
from
"majiayu000/claude-skill-registry"
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
from
"majiayu000/claude-skill-registry"
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
screenshot-beautifier.md
0
1
export
screenshot-beautifier
2
from
"djliden/devrel-claude-code-plugin"
from
"djliden/devrel-claude-code-plugin"
3
Beautify screenshots using ImageMagick - add rounded corners, drop shadows, gradient backgrounds, padding. Use when preparing screenshots for blog posts, documentation, or presentations. Transforms raw Playwright/browser screenshots into polished images.
2026-01-05
setup-environment.md
0
1
export
setup-environment
2
from
"TrevorS/glhf"
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
optimizing-performance.md
0
1
export
optimizing-performance
2
from
"hkcm91/StickerNestV3"
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
prd-documentation.md
0
1
export
prd-documentation
2
from
"foolpoet44/ai-pm-agent"
from
"foolpoet44/ai-pm-agent"
3
Product Requirements Document creation and feature specification writing. Use when writing PRDs, technical specs, feature documentation, or requirements. Triggers on "PRD", "product requirements", "feature spec", "technical requirements", "functional spec".
2026-01-05
html-css-design.md
0
1
export
html-css-design
2
from
"pluginagentmarketplace/custom-plugin-machine-learning"
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
from
"liauw-media/CodeAssist"
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
from
"Hamza123545/Todo_giaic_five_phases"
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
from
"lastdays03/claude_skills"
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
from
"bryonjacob/aug"
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
from
"matt-riley/mjrwtf"
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
from
"majiayu000/claude-skill-registry"
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
from
"chaorenex1/coding-agent-workflow"
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
from
"smith6jt-cop/Skills_Registry"
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
temporal-loop-creator.md
0
1
export
temporal-loop-creator
2
from
"agentgptsmith/MonadFramework"
from
"agentgptsmith/MonadFramework"
3
Iteration 12 of Multiplicity Cascade - Creates self-referential temporal structures
2026-01-05
terraform-expert.md
0
1
export
terraform-expert
2
from
"timequity/vibe-coder"
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
from
"scottwater/config"
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
from
"majiayu000/claude-skill-registry"
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