Browse Skills
44656 skills found
agent-builder-pydantic-ai.md
20
1
export
agent-builder-pydantic-ai
2
from
"daniel-carreon/saas-factory-setup"
from
"daniel-carreon/saas-factory-setup"
3
Build conversational AI agents using Pydantic AI + OpenRouter. Use when creating type-safe Python agents with tool calling, validation, and streaming.
2026-01-05
designing-zod-schemas.md
20
1
export
designing-zod-schemas
2
from
"saleor/configurator"
from
"saleor/configurator"
3
Designs Zod schemas following Zod-first development. Creates validation schemas, branded types, discriminated unions, and transforms. Infers TypeScript types from schemas. Triggers on: Zod schema, z.object, z.infer, validation, branded types, discriminated union, safeParse, refinement.
2026-01-05
universal-dev-standards.md
20
1
export
universal-dev-standards
2
from
"AsiaOstrich/universal-dev-standards"
from
"AsiaOstrich/universal-dev-standards"
3
Universal, language-agnostic development standards for software projects. Includes coding standards, git workflows, testing guidelines, documentation structure, and AI collaboration rules.
2026-01-24
chroma-release.md
20
1
export
chroma-release
2
from
"onevcat/Chroma"
from
"onevcat/Chroma"
3
Chroma 的发布一体化流程(SemVer 决策、生成 changelog、同步 CLI 版本、打 git tag、发布 GitHub Release)。当被要求进行新版本发布、更新 CHANGELOG.md、升级 `ca` CLI 版本号、创建 tag 或发布 GitHub Release 时使用。
2026-01-05
notion-meeting-intelligence.md
20
1
export
notion-meeting-intelligence
2
from
"makenotion/notion-cookbook"
from
"makenotion/notion-cookbook"
3
Prepares meeting materials by gathering context from Notion, enriching with Claude research, and creating both an internal pre-read and external agenda saved to Notion. Helps you arrive prepared with comprehensive background and structured meeting docs.
2026-01-05
skill-creator.md
20
1
export
skill-creator
2
from
"daniel-carreon/saas-factory-setup"
from
"daniel-carreon/saas-factory-setup"
3
Guide for creating custom skills in SaaS Factory. Use when you need to create a new skill to extend Claude's capabilities with specialized knowledge, workflows, or tools.
2026-01-05
writing-skills.md
20
1
export
writing-skills
2
from
"ReinaMacCredy/maestro"
from
"ReinaMacCredy/maestro"
3
Use when creating new skills, editing existing skills, or verifying skills work before deployment
2026-01-05
example-skill-governed.md
20
1
export
example-skill-governed
2
from
"ariffazil/arifOS"
from
"ariffazil/arifOS"
3
[Skill description] with constitutional governance
2026-01-05
agent-builder-vercel-sdk.md
20
1
export
agent-builder-vercel-sdk
2
from
"daniel-carreon/saas-factory-setup"
from
"daniel-carreon/saas-factory-setup"
3
Build conversational AI agents using Vercel AI SDK + OpenRouter. Use when creating Next.js frontends with streaming UI, tool calling, and multi-provider support.
2026-01-05
understanding-saleor-domain.md
20
1
export
understanding-saleor-domain
2
from
"saleor/configurator"
from
"saleor/configurator"
3
Explains Saleor e-commerce domain and Configurator business rules. Covers entity identification (slug vs name), deployment pipeline stages, and configuration schema. Triggers on: entity types, deployment pipeline, config schema, slug identification, categories, products, channels, YAML configuration.
2026-01-05
creating-changesets.md
20
1
export
creating-changesets
2
from
"saleor/configurator"
from
"saleor/configurator"
3
Creates changesets for semantic versioning and automates release notes. Determines correct version bump type (patch/minor/major) and generates well-documented changelog entries. Triggers on: add changeset, create changeset, version bump, prepare release, CHANGELOG, breaking change, pnpm changeset.
2026-01-05
nano-banana-image-combine.md
20
1
export
nano-banana-image-combine
2
from
"daniel-carreon/saas-factory-setup"
from
"daniel-carreon/saas-factory-setup"
3
Combine multiple images using Gemini 2.5 Flash (Nano Banana) via OpenRouter. Use when merging 2-8 images with AI-guided composition.
2026-01-05
conductor.md
20
1
export
conductor
2
from
"ReinaMacCredy/maestro"
from
"ReinaMacCredy/maestro"
3
Context-driven development methodology. Trigger with ci, /conductor-implement, cn, /conductor-newtrack, or /conductor-* commands. Use when working with conductor/ directories, tracks, specs, plans, or when user mentions context-driven development.
2026-01-05
tidying.md
20
1
export
tidying
2
from
"atusy/dotfiles"
from
"atusy/dotfiles"
3
Guide structural code improvements using Kent Beck's Tidy First methodology. Use when seeing messy code, before making behavioral changes, after completing features, or discussing when to clean up code.
2026-01-05
example-skill.md
20
1
export
example-skill
2
from
"ReinaMacCredy/maestro"
from
"ReinaMacCredy/maestro"
3
Template for creating skills. Use when writing new code, reviewing code, or when the skill's specific domain applies. Replace this description with specifics.
2026-01-05
design.md
20
1
export
design
2
from
"ReinaMacCredy/maestro"
from
"ReinaMacCredy/maestro"
3
Design Session - collaborative brainstorming to turn ideas into designs using Double Diamond methodology OR 6-phase planning pipeline. Use when user types "ds", "pl", "/plan", or wants to explore/design a feature before implementation. MUST load maestro-core skill first for routing.
2026-01-05
coverage.md
20
1
export
coverage
2
from
"talmolab/sleap-io"
from
"talmolab/sleap-io"
3
Run test coverage analysis, identify missed and partial lines, and write tests to improve coverage. Use this when the user asks to check coverage, improve coverage, or write tests for uncovered code. This skill detects both completely missed lines and partially covered lines (executed but missing branch coverage) to match Codecov analysis.
2026-01-05
sharing-skills.md
20
1
export
sharing-skills
2
from
"ReinaMacCredy/maestro"
from
"ReinaMacCredy/maestro"
3
Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository
2026-01-05
investigation.md
20
1
export
investigation
2
from
"talmolab/sleap-io"
from
"talmolab/sleap-io"
3
Scaffolds a structured investigation in scratch/ for empirical research and documentation. Use when the user says "start an investigation" or wants to: trace code paths or data flow ("trace from X to Y", "what touches X", "follow the wiring"), document system architecture comprehensively ("document how the system works", "archeology"), investigate bugs ("figure out why X happens"), explore technical feasibility ("can we do X?"), or explore design options ("explore the API", "gather context", "design alternatives"). Creates dated folder with README. NOT for simple code questions or single-file searches.
2026-01-05
using-git-worktrees.md
20
1
export
using-git-worktrees
2
from
"ReinaMacCredy/maestro"
from
"ReinaMacCredy/maestro"
3
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
2026-01-05
threejs.md
19
1
export
threejs
2
from
"binhmuc/autobot-review"
from
"binhmuc/autobot-review"
3
Build immersive 3D web experiences with Three.js - WebGL/WebGPU library for scenes, cameras, geometries, materials, lights, animations, loaders, post-processing, shaders (including node-based TSL), compute, physics, VR/XR, and advanced rendering. Use when creating 3D visualizations, games, interactive graphics, data viz, product configurators, architectural walkthroughs, or WebGL/WebGPU applications. Covers OrbitControls, GLTF/FBX loading, PBR materials, shadow mapping, post-processing effects (bloom, SSAO, SSR), custom shaders, instancing, LOD, animation systems, and WebXR.
2026-01-05
brainstorming.md
19
1
export
brainstorming
2
from
"romiluz13/cc10x"
from
"romiluz13/cc10x"
3
Internal skill. Use cc10x-router for all development tasks.
2026-01-05
site-reliability-engineer.md
19
1
export
site-reliability-engineer
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Production monitoring, observability, SLO/SLI management, and incident response.
Trigger terms: monitoring, observability, SRE, site reliability, alerting, incident response,
SLO, SLI, error budget, Prometheus, Grafana, Datadog, New Relic, ELK stack, logs, metrics,
traces, on-call, production monitoring, health checks, uptime, availability, dashboards,
post-mortem, incident management, runbook.
Completes SDD Stage 8 (Monitoring) with comprehensive production observability:
- SLI/SLO definitions and tracking
- Monitoring stack setup (Prometheus, Grafana, ELK, Datadog, etc.)
- Alert rules and notification channels
- Incident response runbooks
- Observability dashboards (logs, metrics, traces)
- Post-mortem templates and analysis
- Health check endpoints
- Error budget tracking
Use when: user needs production monitoring, observability platform, alerting, SLOs,
incident response, or post-deployment health tracking.
2026-01-05
ui-ux-designer.md
19
1
export
ui-ux-designer
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Copilot agent that assists with user interface and experience design, wireframes, prototypes, design systems, and usability testing
Trigger terms: UI design, UX design, wireframe, mockup, prototype, user interface, user experience, design system, component library, accessibility, responsive design
Use when: User requests involve ui ux designer tasks.
2026-01-05