Browse Skills
44656 skills found
fizzy.md
20
1
export
fizzy
2
from
"robzolkos/fizzy-skill"
from
"robzolkos/fizzy-skill"
3
Manages Fizzy boards, cards, steps, comments, and reactions. Use when user asks about boards, cards, tasks, backlog or anything Fizzy.
2026-01-05
replicate-integration.md
20
1
export
replicate-integration
2
from
"daniel-carreon/saas-factory-setup"
from
"daniel-carreon/saas-factory-setup"
3
Integrate Replicate API for AI model deployment. Use when generating images with Flux, SDXL, or custom LoRA models via Replicate.
2026-01-05
validating-pre-commit.md
20
1
export
validating-pre-commit
2
from
"saleor/configurator"
from
"saleor/configurator"
3
Runs quality gate checks before commit or push. Executes lint fixes, TypeScript compilation, tests, and CI validation. Reproduces CI failures locally. Triggers on: pre-commit, pre-push, quality check, CI check, lint check, type check, validate changes, check:fix, pnpm test.
2026-01-05
arifos-workflow-gitforge.md
20
1
export
arifos-workflow-gitforge
2
from
"ariffazil/arifOS"
from
"ariffazil/arifOS"
3
Analyze git branch entropy and hot zones using arifOS Trinity forge. Use when the user types /gitforge, asks for branch entropy/hot zones/risk score, or wants a pre-change risk/ΔS assessment.
2026-01-05
tdd.md
20
1
export
tdd
2
from
"atusy/dotfiles"
from
"atusy/dotfiles"
3
Guide Test-Driven Development using Kent Beck's Red-Green-Refactor cycle. Use when writing tests, implementing features via TDD, or following plan.md test instructions.
2026-01-05
reviewing-typescript-code.md
20
1
export
reviewing-typescript-code
2
from
"saleor/configurator"
from
"saleor/configurator"
3
TypeScript code quality patterns for writing and reviewing code. Covers type safety, clean code, functional patterns, Zod usage, and error handling. Triggers on: add entity, create service, add repository, create comparator, add formatter, deployment stage, GraphQL query, GraphQL mutation, bootstrap method, diff support, command handler, Zod schema, error class, implement feature, add function, refactor code, clean code, functional patterns, map filter reduce, satisfies operator, type guard, code review, PR review, check implementation, audit code, fix types.
2026-01-05
maestro-core.md
20
1
export
maestro-core
2
from
"ReinaMacCredy/maestro"
from
"ReinaMacCredy/maestro"
3
Use when any Maestro skill loads - provides skill hierarchy, HALT/DEGRADE policies, and trigger routing rules for orchestration decisions
2026-01-05
managing-github-ci.md
20
1
export
managing-github-ci
2
from
"saleor/configurator"
from
"saleor/configurator"
3
Configures GitHub Actions workflows and CI/CD pipelines. Manages automated releases via Changesets, PR validation, and Husky hooks. Troubleshoots CI failures. Triggers on: GitHub Actions, CI pipeline, workflow, release automation, Husky hooks, gh CLI, workflow failure.
2026-01-05
orchestrator.md
20
1
export
orchestrator
2
from
"ReinaMacCredy/maestro"
from
"ReinaMacCredy/maestro"
3
Multi-agent parallel execution with autonomous workers. Use when plan.md has Track Assignments section or user triggers /conductor-orchestrate, "run parallel", "spawn workers". MUST load maestro-core skill first for routing.
2026-01-05
notion-knowledge-capture.md
20
1
export
notion-knowledge-capture
2
from
"makenotion/notion-cookbook"
from
"makenotion/notion-cookbook"
3
Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.
2026-01-05
question-creator.md
20
1
export
question-creator
2
from
"T-Auto/CAC-final-test"
from
"T-Auto/CAC-final-test"
3
创建符合 CAC 评测系统规范的标准化测试题目。当用户需要添加新题目、创建测试题、或提到"创建题目"、"新建题目"、"添加题目"、"add question"、"create question"时使用此 Skill。支持代码、数理、逻辑、综合四类题库。
2026-01-05
adr.md
20
1
export
adr
2
from
"atusy/dotfiles"
from
"atusy/dotfiles"
3
Manage Architecture Decision Records and ADR-aligned development. Use when user says "we should use", "let's go with", asks "why did we choose X?", implements a feature that may have an ADR, updates ADR status, or needs to check alignment with existing decisions.
2026-01-05
nextjs-16-complete-guide.md
20
1
export
nextjs-16-complete-guide
2
from
"daniel-carreon/saas-factory-setup"
from
"daniel-carreon/saas-factory-setup"
3
Complete guide to Next.js 16 features, breaking changes, and migration from v15. Use when building new Next.js projects or upgrading existing ones to leverage Turbopack, Cache Components, and latest performance optimizations.
2026-01-05
beads.md
20
1
export
beads
2
from
"ReinaMacCredy/maestro"
from
"ReinaMacCredy/maestro"
3
Tracks complex, multi-session work using the Beads issue tracker and dependency graphs, and provides persistent memory that survives conversation compaction. Use when work spans multiple sessions, has complex dependencies, or needs persistent context across compaction cycles. Trigger with phrases like "create task for", "what's ready to work on", "show task", "track this work", "what's blocking", or "update status". MUST load maestro-core skill first for routing.
2026-01-05
arifos-workflow-000.md
20
1
export
arifos-workflow-000
2
from
"ariffazil/arifOS"
from
"ariffazil/arifOS"
3
Initialize arifOS session context. Use when the user types /000, asks to initialize the session, load canon/governance context, check current version, or summarize git status/branch/recent commits.
2026-01-05
testing.md
20
1
export
testing
2
from
"nounder/effect-start"
from
"nounder/effect-start"
3
Write TypeScript runtime and type tests (project)
2026-01-05
logging.md
20
1
export
logging
2
from
"atusy/dotfiles"
from
"atusy/dotfiles"
3
Guide logging practices based on Dave Cheney's minimalist philosophy. Use when adding log.Info/Debug/Error/Warn/Fatal calls, reviewing logging code, handling errors with log+return pattern, discussing log levels, or designing error handling strategies.
2026-01-05
git-commit.md
20
1
export
git-commit
2
from
"atusy/dotfiles"
from
"atusy/dotfiles"
3
Stage meaningful diffs and create commits with WHY-focused messages. Use whenever making git commits.
2026-01-05
analyzing-test-coverage.md
20
1
export
analyzing-test-coverage
2
from
"saleor/configurator"
from
"saleor/configurator"
3
Creates and analyzes tests using Vitest and MSW patterns. Generates test builders, mocks repositories, and configures integration tests. Triggers on: write tests, test coverage, Vitest, MSW mock, vi.fn, vi.mock, unit test, integration test, test builder, mock setup, test failure.
2026-01-05
writing-graphql-operations.md
20
1
export
writing-graphql-operations
2
from
"saleor/configurator"
from
"saleor/configurator"
3
Creates GraphQL queries and mutations using gql.tada and urql. Implements repository pattern with type-safe operations and error handling. Triggers on: GraphQL query, GraphQL mutation, gql.tada, urql client, Saleor API, fragments, repository pattern, fetch-schema, MSW mocks.
2026-01-05
supabase-auth-memory.md
20
1
export
supabase-auth-memory
2
from
"daniel-carreon/saas-factory-setup"
from
"daniel-carreon/saas-factory-setup"
3
Standardize authentication and persistent memory storage using Supabase PostgreSQL. Use when building SaaS apps that need user auth, cross-device sync, and conversation history.
2026-01-05
arifos-workflow-fag.md
20
1
export
arifos-workflow-fag
2
from
"ariffazil/arifOS"
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
from
"ReinaMacCredy/maestro"
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
from
"atusy/dotfiles"
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