Browse Skills

44915 skills found

scaffold-domain.md
1
1 export scaffold-domain
2 semicolon-devteam from "semicolon-devteam/semo"
3 Bootstrap DDD 4-layer domain structure. Use when (1) starting new domain implementation, (2) during v0.1.x PROJECT phase, (3) need to create repositories/api-clients/hooks/components with __tests__ and index.ts exports.
2026-01-05
uxscii-screenshot-importer.md
1
1 export uxscii-screenshot-importer
2 adilkalam from "adilkalam/claude-vibe-code"
3 Import UI screenshots and generate uxscii components automatically using vision analysis when user wants to import, convert, or generate components from screenshots or images
2026-01-05
aidb-architecture.md
1
1 export aidb-architecture
2 ai-debugger-inc from "ai-debugger-inc/aidb"
3 Comprehensive architectural reference for AIDB core and MCP integration. Covers 6-layer architecture (MCP, Service, Session, Adapter, DAP Client, Protocol), component organization, data flow patterns, and design decisions. Use when explaining overall system design or understanding how layers interact.
2026-01-05
guess-word.md
1
1 export guess-word
2 nettee from "nettee/guess-word-agent"
3 自动玩猜词游戏
2026-01-05
chatbot.md
1
1 export chatbot
2 liushuang393 from "liushuang393/serverlessAIAgents"
3 マルチターン対話管理 Skill。会話履歴管理、コンテキスト維持、Agent 連携、RAG 統合をサポート。チャットボット構築、対話型アシスタント、カスタマーサポートボットに使用。
2026-01-05
typescript-patterns.md
1
1 export typescript-patterns
2 mcgilly17 from "mcgilly17/nix-configs"
3 Advanced types, strict mode, type safety
2026-01-05
state-architect.md
1
1 export state-architect
2 totalaudiopromo from "totalaudiopromo/totalaud.io"
3 Zustand store specialist - handles store generation, sync patterns, selectors, and persistence for totalaud.io state management.
2026-01-05
my-skill.md
1
1 export my-skill
2 gatewaybuddy from "gatewaybuddy/forgekeeper"
3 Brief one-line description of what this skill does
2026-01-05
saas-pricing-strategy.md
1
1 export saas-pricing-strategy
2 bcasci from "bcasci/hustler-marketplace"
3 Advises on SaaS pricing strategy using Daniel Priestley's oversubscription principles and Patrick Campbell's value-based framework. Use when defining pricing tiers, selecting value metrics, positioning against competitors, or creating pricing page copy for any SaaS product.
2026-01-05
moai-platform-convex.md
1
1 export moai-platform-convex
2 junseokandylee from "junseokandylee/RallyApp"
3 Convex real-time backend specialist covering TypeScript-first reactive patterns, optimistic updates, and server functions. Use when building real-time collaborative apps.
2026-01-05
json-schema.md
1
1 export json-schema
2 mcclowes from "mcclowes/vague"
3 Use when working with JSON Schema for validation, including draft-07, 2019-09, and 2020-12 specifications
2026-01-05
nextjs-knowledge-skill.md
1
1 export nextjs-knowledge-skill
2 adilkalam from "adilkalam/claude-vibe-code"
3 Skill providing structured Next.js knowledge: App Router patterns, RSC usage, rendering/data strategies, and modern Next.js best practices.
2026-01-05
vue-router.md
1
1 export vue-router
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-vue"
3 Master Vue Router - Navigation, Guards, Lazy Loading, Meta Fields, History Modes
2026-01-05
add-project.md
1
1 export add-project
2 ankurkakroo2 from "ankurkakroo2/ankurkakroo2"
3 Automatically add a GitHub project to the Current Projects section. Fetches repo info, generates an emoji and one-line description, then updates README. Use when the user provides a GitHub URL.
2026-01-05
simple-review-format.md
1
1 export simple-review-format
2 uuta from "uuta/dotfiles"
3 Output in the specified format when a review of specific markdown is requested.
2026-01-05
environment-configuration.md
1
1 export environment-configuration
2 omerakben from "omerakben/omer-akben"
3 Environment variables, setup procedures, API configurations, and security for the omer-akben portfolio. Use when setting up the project, configuring services, or troubleshooting environment issues.
2026-01-05
project-specs-quick-reference.md
1
1 export project-specs-quick-reference
2 clientt-ai from "clientt-ai/clientt_phoenix_crm"
3 Quick reference templates for BDD/DDD specifications - condensed version for fast lookups
2026-01-05
refactor-scan-tech-debt.md
1
1 export refactor-scan-tech-debt
2 CANTAGESTUDIO from "CANTAGESTUDIO/CosmicAtlasPacker"
3 [Code Quality] Scans codebase for technical debt indicators: code smells, complexity hotspots, duplications, outdated patterns, and anti-patterns. Use when starting a refactoring session to identify what needs attention.
2026-01-05
flutter-mobile-automation.md
1
1 export flutter-mobile-automation
2 K9i-0 from "K9i-0/flutter_e2e_investigation"
3 FlutterアプリのE2Eテストとモバイル自動化の知見。Maestro、Mobile MCP、Dart MCPを使用したテスト作成・実行時に使用。
2026-01-05
architecture-validator.md
1
1 export architecture-validator
2 davidmatousek from "davidmatousek/product-led-spec-kit"
3 Validates architecture documentation completeness by checking for technology stack, API specifications, database schema, security architecture, and alignment with feature specification. Ensures plan.md is complete before implementation.
2026-01-05
seo-content-validation.md
1
1 export seo-content-validation
2 tipmaster from "tipmaster/claude-config"
3 Use when creating/editing web pages, content templates, or sitemaps - validates SEO technical requirements including Schema.org markup, meta tags, internal links, and Core Web Vitals to prevent indexing and ranking issues
2026-01-05
global-tech-stack.md
1
1 export global-tech-stack
2 imkdw from "imkdw/imkdw-dev"
3 Understand and utilize the project's technology stack including NestJS, Next.js, Prisma, PostgreSQL, and TypeScript. Use this skill when making technology decisions, when choosing libraries or packages, when understanding framework-specific patterns, or when configuring development tools. This includes NestJS with feature-based modular architecture, Next.js 15 with App Router, Prisma ORM for database access, PostgreSQL, TypeScript with strict mode, pnpm for package management, Turborepo for monorepo orchestration, and shared workspace packages. Apply when setting up new features, choosing dependencies, or understanding the overall system architecture.
2026-01-05
code-like-gopher.md
1
1 export code-like-gopher
2 vigo from "vigo/claude-skills"
3 Provides Go programming expertise, including language syntax, idiomatic patterns, concurrency, and standard library usage. Use when generating, analyzing, refactoring, or reviewing Go code.
2026-01-05
task-valid-review.md
1
1 export task-valid-review
2 CANTAGESTUDIO from "CANTAGESTUDIO/CosmicAtlasPacker"
3 [Task Mgmt] Verification tool for validating task completion in Review section. Use when checking if tasks are actually done before moving from Review to Done. Verifies subtask completion, code/file changes, and task-work alignment. Optional but recommended for quality assurance. (user)
2026-01-05