Browse Skills

44969 skills found

arifos-workflow-fag.md
20
1 export arifos-workflow-fag
2 ariffazil from "ariffazil/arifOS"
3 Activate arifOS Full Autonomy Governance mode. Use when the user types /fag, asks to enter full autonomy governance, or wants the pre-flight checklist and authority boundaries before making changes.
2026-01-05
handoff.md
20
1 export handoff
2 ReinaMacCredy from "ReinaMacCredy/maestro"
3 Hand off to a fresh session. Use when context is full, you've finished a logical chunk of work, or need a fresh perspective. Integrates with Maestro workflow.
2026-01-05
refactoring.md
20
1 export refactoring
2 atusy from "atusy/dotfiles"
3 Guide code refactoring using Martin Fowler's catalog of behavior-preserving transformations. Use during TDD REFACTOR phase, when code smells are detected (duplication, long methods, feature envy), when discussing structural improvements, or before behavioral changes (Tidy First).
2026-01-05
agent-builder-pydantic-ai.md
20
1 export agent-builder-pydantic-ai
2 daniel-carreon 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 saleor 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 AsiaOstrich 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
immunopipe.md
20
1 export immunopipe
2 pwwang from "pwwang/immunopipe"
3 Integrative analysis for scRNA-seq and scTCR-/scBCR-seq data
2026-01-20
chroma-release.md
20
1 export chroma-release
2 onevcat 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 makenotion 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 daniel-carreon 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 ReinaMacCredy 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 ariffazil 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 daniel-carreon 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 saleor 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 saleor 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 daniel-carreon 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 ReinaMacCredy 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 atusy 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 ReinaMacCredy 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 ReinaMacCredy 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 talmolab 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 ReinaMacCredy 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 talmolab 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 ReinaMacCredy 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