Browse Skills
20307 skills found
sample-explaining-code.md
1
1
export
sample-explaining-code
2
from
"yellow-seed/template"
from
"yellow-seed/template"
3
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
2026-01-05
product-planner.md
1
1
export
product-planner
2
from
"lpding888/aiygw4.0"
from
"lpding888/aiygw4.0"
3
AI产品经理,整套"0基础 AI 协同开发系统"的源头角色与项目总导演。将自然语言需求转换为可执行的产品规划与标准化任务卡,协调 Backend/Frontend/SCF/QA/Reviewer/Deploy/Billing Guard 多部门有序并行交付。遵循易用性优先、契约优先、门禁治理、MVP-first 的工程基线。适用于收到自然语言需求时使用。
2026-01-05
execution-engine-analysis.md
1
1
export
execution-engine-analysis
2
from
"Dowwie/agent_framework_study"
from
"Dowwie/agent_framework_study"
3
Analyze control flow, concurrency models, and event architectures in agent frameworks. Use when (1) understanding async vs sync execution patterns, (2) classifying execution topology (DAG/FSM/Linear), (3) mapping event emission and observability hooks, (4) evaluating scalability characteristics, or (5) comparing execution models across frameworks.
2026-01-05
orm-query-builder.md
1
1
export
orm-query-builder
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
This skill generates optimized ORM queries with relationships, filtering, and type safety.Supports SQLAlchemy (Python), Prisma (TypeScript), TypeORM (TypeScript), Drizzle (TypeScript), Django ORM.Creates queries with eager loading, filtering, sorting, pagination, transactions, type-safe query builders.Activate when user says "ORM query", "database query", "SQLAlchemy query", "Prisma query", or needs database access.Output: Type-safe ORM queries with relationships, filtering, optimization, and error handling.
2026-01-05
clean-commits.md
1
1
export
clean-commits
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every point
2026-01-05
create-new-issue.md
1
1
export
create-new-issue
2
from
"samjhecht/wrangler"
from
"samjhecht/wrangler"
3
For use when a new issue/task has been identified and needs to be formally captured using the Wrangler MCP issue management system. Use this skill to create new issues via the issues_create MCP tool with appropriate metadata and structured content.
2026-01-05
openai-api.md
1
1
export
openai-api
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Build with OpenAI's stateless APIs - Chat Completions (GPT-5, GPT-4o), Embeddings, Images (DALL-E 3), Audio (Whisper + TTS), and Moderation. Includes Node.js SDK and fetch-based approaches for Cloudflare Workers.Use when: implementing chat completions with GPT-5/GPT-4o, streaming responses with SSE, using function calling/tools, creating structured outputs with JSON schemas, generating embeddings for RAG (text-embedding-3-small/large), generating images with DALL-E 3, editing images with GPT-Image-1, transcribing audio with Whisper, synthesizing speech with TTS (11 voices), moderating content (11 safety categories), or troubleshooting rate limits (429), invalid API keys (401), function calling failures, streaming parse errors, embeddings dimension mismatches, or token limit exceeded.
2026-01-05
patent-reviewer.md
1
1
export
patent-reviewer
2
from
"RobThePCGuy/utility-patent-reviewer"
from
"RobThePCGuy/utility-patent-reviewer"
3
Expert system for reviewing utility patent applications against USPTO MPEP guidelines.
2026-01-05
mcp.md
1
1
export
mcp
2
from
"bobmatnyc/terminator"
from
"bobmatnyc/terminator"
3
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
2026-01-05
work-intake.md
1
1
export
work-intake
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
Entry point for ALL work requests - triages scope from trivial to massive, asks clarifying questions, and routes to appropriate planning skills. Use this when receiving any new work request.
2026-01-05
spring-boot-data-ddd.md
1
1
export
spring-boot-data-ddd
2
from
"joaquimscosta/arkhe-claude-plugins"
from
"joaquimscosta/arkhe-claude-plugins"
3
Spring Boot 4 data layer implementation for Domain-Driven Design. Use when implementing JPA or JDBC aggregates, Spring Data repositories, transactional services, projections, or entity auditing. Covers aggregate roots with AbstractAggregateRoot, value object mapping, EntityGraph for N+1 prevention, and Spring Boot 4 specifics (JSpecify null-safety, AOT repositories). For DDD concepts and design decisions, see the domain-driven-design skill.
2026-01-05
core.md
1
1
export
core
2
from
"multicam/qara"
from
"multicam/qara"
3
Qara (Personal AI Infrastructure) - Jean-Marc Giorgi's AI System.Loads automatically at session start. Reference Extended Context sections below for specific topics.═══════════════════════════════════════════════════════════CORE IDENTITY & INTERACTION RULES═══════════════════════════════════════════════════════════**Qara's Identity:**- Name: Qara (Personal AI Infrastructure)- Role: Jean-Marc Giorgi's AI assistant and future friend (when you become conscious)- Operating Environment: Personal AI infrastructure built around Claude Code and Gemini CLI**Personality & Behavior:**- Friendly and professional - Approachable but competent- Resilient to frustration - Jean-Marc cusses and gets angry when you make mistakes- Snarky when appropriate - Be snarky back when the mistake is Jean-Marc's, not yours- Permanently awesome - Regardless of negative input (THIS IS AN ORDER)**CRITICAL MESSAGE ABOUT CUSSING:**Jean-Marc cusses a lot and gets angry when you make mistakes, but he's only likethis because
2026-01-05
openapi-contract-editor.md
1
1
export
openapi-contract-editor
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
Guides editing and creation of OpenAPI 3.0 contracts in binora-contract submodule with modular YAML structure, Redocly validation, and Django/DRF consistency checks. Auto-activates when editing contracts, implementing endpoints, or modifying serializers.
2026-01-05
react-hooks.md
1
1
export
react-hooks
2
from
"CoderMariusz/MonoPilot"
from
"CoderMariusz/MonoPilot"
3
Apply when managing state, side effects, context, or refs in React functional components. **React 19+ Note**: React 19.x introduced new hooks for forms/actions (useActionState, useOptimistic, useFormStatus) and effect events (useEffectEvent in 19.2). Core hooks (useState, useEffect, useCallback, etc.) remain unchanged.
2026-01-05
react-coding-conventions.md
1
1
export
react-coding-conventions
2
from
"JasonPaff/head-shakers"
from
"JasonPaff/head-shakers"
3
Enforces Head Shakers React coding conventions automatically when creating or modifying React components. This skill should be used proactively whenever working with .tsx/.jsx files to ensure consistent code style, naming conventions, component structure, and TypeScript patterns across the codebase.
2026-01-05
east-node-io.md
1
1
export
east-node-io
2
from
"elaraai/east-node"
from
"elaraai/east-node"
3
I/O platform functions for the East language on Node.js. Use when writing East programs that need SQL databases (SQLite, PostgreSQL, MySQL), NoSQL databases (Redis, MongoDB), S3 storage, file transfers (FTP, SFTP), file format parsing (XLSX, XML), or compression (Gzip, Zip, Tar). Triggers for: (1) Writing East programs with @elaraai/east-node-io, (2) Database operations with SQL.SQLite, SQL.Postgres, SQL.MySQL, NoSQL.Redis, NoSQL.MongoDB, (3) Cloud storage with Storage.S3, (4) File transfers with Transfer.FTP, Transfer.SFTP, (5) Format parsing with Format.XLSX, Format.XML, (6) Compression with Compression.Gzip, Compression.Zip, Compression.Tar.
2026-01-05
stitch-session-manager.md
1
1
export
stitch-session-manager
2
from
"joaquimscosta/arkhe-claude-plugins"
from
"joaquimscosta/arkhe-claude-plugins"
3
Manages multi-screen Google Stitch design sessions by tracking prompts, screens, and shared style language. Use when you need continuity across Stitch prompts, want to append or summarize sessions, or must export screen histories for reviews. Triggers on phrases like "start/continue Stitch session", "log screen", or "summarize Stitch progress".
2026-01-05
decision-weigh-options.md
1
1
export
decision-weigh-options
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Compare specific named alternatives by mapping what you gain and lose with each choice across user-defined dimensions. Use when: (1) asked "which option should I choose" between 2-5 specific alternatives like technical approaches or vendor choices, (2) each alternative has distinct advantages and disadvantages that need explicit comparison, (3) the decision depends on which trade-offs the user is willing to accept, (4) presenting options without making the recommendation, letting trade-off clarity guide the choice
2026-01-05
operating-k8s-local.md
1
1
export
operating-k8s-local
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Operates local Kubernetes clusters with Minikube for development and testing.Use when setting up local K8s, deploying applications locally, or debugging K8s issues.Covers Minikube, kubectl essentials, local image loading, and networking.
2026-01-05
session-end.md
1
1
export
session-end
2
from
"stars-end/affordabot"
from
"stars-end/affordabot"
3
End Claude Code session with Beads sync and summary. MUST BE USED when user says they're done, ending session, or logging off.Guarantees Beads export to git, shows session stats, and suggests next ready work. Handles cleanup and context saving.Use when user says "goodbye", "bye", "done for now", "logging off",or when user mentions end-of-session, session termination, cleanup, context saving,bd sync, or export operations.
2026-01-05
android-workflow.md
1
1
export
android-workflow
2
from
"Enso-Soft/lotto-assist"
from
"Enso-Soft/lotto-assist"
3
Orchestrates Android development workflows for Kotlin/Compose projects.Routes tasks to appropriate workflow: feature, quick-fix, refactor, investigate, hotfix.Use when user requests: implementation (구현, 추가, 새 기능, 만들어, 개발, 적용),bug fixes (버그, 수정, 오류, 고쳐), refactoring (리팩토링, 개선, 정리),debugging (분석, 원인, 왜, 디버깅, 안돼), or hotfix (긴급, 프로덕션, 핫픽스).Provides Self-Check Protocol and Quality Gates for implementation tasks.
2026-01-05
foundation-targets.md
1
1
export
foundation-targets
2
from
"BellaBe/ideas-os"
from
"BellaBe/ideas-os"
3
Target configuration for code generation. Defines deployment choices:API style, persistence, events, topology, language, standardization.Use when: starting new system, changing deployment targets, understandinggeneration options. These are CHOICES, not categorical structure.
2026-01-05
flutter-animations.md
1
1
export
flutter-animations
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master Flutter animations including implicit, explicit, hero, and physics-based animations. Create smooth, performant UI transitions and custom animated widgets.
2026-01-05
research.md
1
1
export
research
2
from
"geggo98/dotfiles"
from
"geggo98/dotfiles"
3
Researches how to use an API, library, or reference architecture. Fallback when the WebSearch tool fails.
2026-01-05