Top Rated
The most starred skills loved by the community. Quality guaranteed!
blockrun
by automindtechnologie-jpg
Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models ("blockrun", "use grok", "use gpt", "dall-e", "deepseek")
news-summarizer
by flying3615
从 Google News 摘取并汇总今日新闻(新西兰本地、国际、市场),支持根据用户指定的主题(如比特币行情)进行相关新闻搜索与中文摘要。
google-ads-editor
by vood
Insert campaigns, ad groups, keywords, and RSA ads directly into Google Ads Editor's local SQLite database. Bypass CSV import workflow.
agent-behavior
by bfmcneill
Use at the start of any coding session to establish activity tracking and working patterns. Defines how the agent should document its work and communicate progress.
sveltekit-builder
by bfmcneill
Use when building SvelteKit apps with Svelte 5. Covers runes, SSR, forms, and stack patterns (Kysely, Better Auth, shadcn-svelte).
design-patterns
by bfmcneill
Use when refactoring code or designing flexible systems. Covers creational, structural, and behavioral patterns with Python examples.
versioning
by bfmcneill
Use when releasing, tagging, or bumping versions. Defines semver rules and keeps package.json/pyproject.toml synced with git tags.
uv-workflow
by bfmcneill
Use when creating Python projects, managing dependencies, or running Python scripts. Covers uv package manager commands, best practices, and common patterns for modern Python development.
aep
by nicolas-codemate
Analyse-Explore-Plan methodology for thorough analysis and planning before development. Use when starting a new feature, investigating a problem, or needing to understand a codebase before making changes. Provides structured workflow with parallel exploration agents and clarification questions. Integrates with Architect skill for high-quality implementation plans.
flame-game-dev
by miles990
Flame Engine 2D game development master index - core, systems, templates
video-downloader
by flying3615
使用 nre 工具根据提供的链接和电影名称下载视频。
flame-core
by miles990
Flame Engine core fundamentals - components, input, collision, camera, animation, scenes
flame-systems
by miles990
Flame Engine 14 game systems - quest, dialogue, inventory, combat, save/load, shop, crafting, and more
flame-templates
by miles990
Game type templates for Flame Engine - RPG, Platformer, Roguelike starter code
vercel-react-best-practices
by aiagentskills
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
d3-viz
by Lionad-Morotar
使用 d3.js 创建交互式数据可视化。此技能应在创建自定义图表、图形、网络图、地理可视化或任何需要对视觉元素、转换或交互进行细粒度控制的复杂基于 SVG 的数据可视化时使用。用于标准图表库之外的定制可视化,无论是 React、Vue、Svelte、原生 JavaScript 还是任何其他环境。
dockerfile-generator
by karchtho
Generate production-ready Dockerfiles with best practices for various tech stacks. Covers multi-stage builds, optimization, security, and language-specific patterns (Node.js, Python, Go, Rust, Java). Use when creating new application containers.
docker-compose-creator
by karchtho
Design multi-container applications with Docker Compose. Covers service orchestration, networking, volumes, environment configuration, health checks, and production deployment patterns. Use when defining local development stacks or deploying multi-service applications.
environment-variables-handler
by karchtho
Manage environment variables and configuration across development, staging, and production. Master .env files, secret management, configuration validation, and multi-environment strategies. Use when setting up configuration systems, managing secrets, or deploying to different environments.
github-actions-starter
by karchtho
Automate CI/CD pipelines with GitHub Actions. Master workflow syntax, event triggers, jobs, steps, environment variables, secrets, artifacts, matrix builds, and deployment patterns. Use when setting up automated testing, building, and deployment workflows.
docker-container-basics
by karchtho
Docker containerization fundamentals. Master container lifecycle, image management, networking, volumes, resource limits, and production deployment patterns. Use when building, running, debugging containers or implementing container orchestration.
rgpd-request
by nicolas-codemate
Automatiser les demandes RGPD (suppression, accès, portabilité des données personnelles). Utiliser ce skill quand l'utilisateur souhaite exercer ses droits RGPD auprès d'une entreprise, notamment pour la suppression de données marketing, le droit à l'oubli, ou l'accès à ses données personnelles. Déclenché par des demandes comme "supprimer mes données", "RGPD", "désabonnement", "droit à l'oubli", "mes données personnelles".
react-state-management
by karchtho
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
backend-tdd
by shaul1991
Backend TDD Agent. Node.js/NestJS 기반 TDD 테스트 작성 및 구현을 담당합니다. 테스트 먼저 작성 후 구현하는 Red-Green-Refactor 사이클을 따릅니다.