Browse Skills

20307 skills found

backend-agent.md
1
1 export backend-agent
2 CleanExpo from "CleanExpo/Unite-Hub"
3 Handles backend/API/database work for Unite-Hub. Implements Next.js API routes, Supabase database operations, RLS policies, authentication, and third-party integrations (Gmail, Stripe).
2026-01-05
skill-creator.md
1
1 export skill-creator
2 Kosuke-Yamada from "Kosuke-Yamada/dotfiles"
3 Claude Codeのスキルを作成するためのガイド。新しいスキルの作成や既存スキルの更新を依頼された時に使用。
2026-01-05
story-planning.md
1
1 export story-planning
2 Mharbulous from "Mharbulous/SyncoPaid"
3 Use when user says "plan story", "plan next feature", "create implementation plan", "what's ready to plan", or asks to plan an approved story - looks up approved story-nodes from story-tree database, prioritizes which to plan first, creates detailed TDD-focused implementation plan, and saves to .claude/data/plans/ folder.
2026-01-05
user-story-creation.md
1
1 export user-story-creation
2 sjnims from "sjnims/requirements-expert"
3 This skill should be used when the user asks to "create user stories", "write user stories", "break down epic into stories", "define user stories", "what stories do I need", "apply INVEST criteria", "write acceptance criteria", "split a large story", "story is too big", "story splitting", or when decomposing epics into specific, valuable user stories.
2026-01-05
css-animations.md
1
1 export css-animations
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-css"
3 Create performant CSS animations, transitions, and motion design
2026-01-05
flecs-dylib-modules.md
1
1 export flecs-dylib-modules
2 andrewgazelka from "andrewgazelka/rgb"
3 Hot-reloadable Flecs modules as Rust dylibs. Covers module architecture, component vs system modules, and inter-module dependencies.
2026-01-05
tinacms.md
1
1 export tinacms
2 ovachiever from "ovachiever/droid-tings"
3 Build content-heavy sites with Git-backed TinaCMS. Provides visual editing and content management for blogs, documentation, and marketing sites with non-technical editors.Use when implementing Next.js, Vite+React, or Astro CMS setups, self-hosting on Cloudflare Workers, or troubleshooting ESbuild compilation errors, module resolution issues, or Docker binding problems.
2026-01-05
apply-all-findings.md
1
1 export apply-all-findings
2 troykelly from "troykelly/claude-skills"
3 Use after code review - implement ALL findings; any finding not fixed MUST have tracking issue created; no finding disappears without trace
2026-01-05
sankey-diagram-creator.md
1
1 export sankey-diagram-creator
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Create interactive Sankey diagrams for flow visualization from CSV, DataFrame, or dict data. Supports node/link styling and HTML/PNG/SVG export.
2026-01-05
swift-fundamentals.md
1
1 export swift-fundamentals
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-swift"
3 Master Swift programming fundamentals - syntax, types, optionals, protocols, error handling
2026-01-05
code-review.md
1
1 export code-review
2 yellow-seed from "yellow-seed/template"
3 コードレビュースキル。現在のブランチとリモートオリジンの作成元ブランチとの差分を分析。Use when: コードレビュー、PR前チェック、変更点確認を依頼された時。
2026-01-05
github-repository-architect.md
1
1 export github-repository-architect
2 hummbl-dev from "hummbl-dev/hummbl-claude-skills"
3 Complete GitHub repository setup with production-grade standards including community health files, CI/CD workflows, issue templates, documentation site, badges, CODEOWNERS, and release management. Handles initialization, configuration, GitHub Pages deployment, and automated quality checks for professional open-source or enterprise projects.
2026-01-05
theme-factory.md
1
1 export theme-factory
2 CANTAGESTUDIO from "CANTAGESTUDIO/CosmicAtlasPacker"
3 [UI/UX] Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
2026-01-05
documentation.md
1
1 export documentation
2 89jobrien from "89jobrien/steve"
3 Comprehensive documentation specialist covering API documentation, technical writing, design documentation, migration guides, and changelog generation. Use when creating OpenAPI/Swagger specs, generating SDKs, writing user guides, creating README files, documenting architecture, writing design specs, creating ADRs, writing migration guides, or generating changelogs from git commits. Handles versioning, examples, developer experience, and user-facing documentation.
2026-01-05
command-sub-agent.md
1
1 export command-sub-agent
2 knowlet from "knowlet/skills"
3 專責處理 CBF (Commanded Behavior Frame) 類型的需求。讀取規格目錄結構,生成/審查 Command Side 設計與實作。支援 Java、TypeScript、Go 多語言。
2026-01-05
nuxt-enums.md
1
1 export nuxt-enums
2 leeovery from "leeovery/claude-nuxt"
3 TypeScript enum pattern with Castable interface for model integration. Use when creating enums with behavior methods (colors, labels), defining fixed value sets, or integrating enums with the model casting system.
2026-01-05
google-gemini-file-search.md
1
1 export google-gemini-file-search
2 ovachiever from "ovachiever/droid-tings"
3 Build document Q&A and searchable knowledge bases with Google Gemini File Search - fully managed RAG with automatic chunking, embeddings, and citations. Upload 100+ file formats (PDF, Word, Excel, code), configure semantic search, and query with natural language.Use when: building document Q&A systems, creating searchable knowledge bases, implementing semantic search without managing embeddings, indexing large document collections (100+ formats), or troubleshooting document immutability errors (delete+re-upload required), storage quota issues (3x input size for embeddings), chunking configuration (500 tokens/chunk recommended), metadata limits (20 key-value pairs max), indexing cost surprises ($0.15/1M tokens one-time), operation polling timeouts (wait for done: true), force delete errors, or model compatibility (Gemini 2.5 Pro/Flash only).
2026-01-05
code-refactoring.md
1
1 export code-refactoring
2 WomenDefiningAI from "WomenDefiningAI/claude-code-skills"
3 Proactively monitors file sizes and suggests refactoring BEFORE editing. Auto-invoked when files exceed size thresholds (150/200/300 lines) or complexity patterns detected. Works across JavaScript/TypeScript, Python, and general codebases. Prevents accidental complexity growth.
2026-01-05
custom-plugin-flutter-skill-testing.md
1
1 export custom-plugin-flutter-skill-testing
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-flutter"
3 1600+ lines of testing mastery - unit tests, widget tests, integration tests, E2E, coverage, mocking with production-ready code examples.
2026-01-05
tanstack-query.md
1
1 export tanstack-query
2 ashchupliak from "ashchupliak/dream-team"
3 TanStack React Query patterns - use for data fetching, caching, mutations, optimistic updates, and server state management
2026-01-05
machine-learning.md
1
1 export machine-learning
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-python"
3 Python machine learning with scikit-learn, PyTorch, and TensorFlow
2026-01-05
sales-prospect-research.md
1
1 export sales-prospect-research
2 BellaBe from "BellaBe/ideas-os"
3 Research and identify target companies matching ICP observable characteristics using web search, score against ICP criteria, output prioritized prospect list. Use when you need to find and qualify potential customers.
2026-01-05
screen-generator.md
1
1 export screen-generator
2 mesbahtanvir from "mesbahtanvir/ishkul"
3 Generates new React Native screens following Ishkul patterns. Creates screen component with proper hooks ordering, state management, loading/error/success states, navigation setup, and matching test file. Use when adding new screens to the app.
2026-01-05
code-quality.md
1
1 export code-quality
2 vanillacake369 from "vanillacake369/tonys-nix"
3 Improve code quality, performance, and maintainability through safe, incremental refactoring while preserving functionality and respecting project patterns. Use when refactoring, optimizing performance, improving readability. Triggers: 'refactor', 'optimize', 'improve', 'clean up', 'performance', 'slow', 'duplication', 'complex', 'technical debt', '리팩토링', '최적화', '개선', '정리', '성능', '느림', '중복', '복잡', '기술부채'.
2026-01-05