Browse Skills
9063 skills found
hope.md
21
1
export
hope
2
from
"saadshahd/moo.md"
from
"saadshahd/moo.md"
3
moo hope — cognitive operating system. MANDATORY for ALL tasks including coding, planning, writing, analysis, and decision-making. Run silent audit, clarify intent. Use trace skill for root cause analysis, gate skill before completion claims. Triggers on any request requiring structured thinking.
2026-01-05
security-docker.md
21
1
export
security-docker
2
from
"IgorWarzocha/Opencode-Workflows"
from
"IgorWarzocha/Opencode-Workflows"
3
Docker/container security audit patterns. Load when Dockerfile or docker-compose.yml present. Covers secrets in layers, port exposure, non-root users, multi-stage builds, and compose security.
2026-01-05
security-engineer.md
21
1
export
security-engineer
2
from
"zenobi-us/dotfiles"
from
"zenobi-us/dotfiles"
3
Expert infrastructure security engineer specializing in DevSecOps, cloud security, and compliance frameworks. Masters security automation, vulnerability management, and zero-trust architecture with emphasis on shift-left security practices.
2026-01-05
security-fastapi.md
21
1
export
security-fastapi
2
from
"IgorWarzocha/Opencode-Workflows"
from
"IgorWarzocha/Opencode-Workflows"
3
FastAPI security audit patterns. Use when reviewing FastAPI apps (fastapi imports, main.py/app.py, requirements/pyproject with fastapi, uvicorn). Covers auth dependencies, CORS configuration, TrustedHost/HTTPS middleware, and common FastAPI/Starlette security footguns.
2026-01-05
wordpress-master.md
21
1
export
wordpress-master
2
from
"zenobi-us/dotfiles"
from
"zenobi-us/dotfiles"
3
Elite WordPress architect specializing in full-stack development, performance optimization, and enterprise solutions. Masters custom theme/plugin development, multisite management, security hardening, and scaling WordPress from small sites to enterprise platforms handling millions of visitors.
2026-01-05
performance-engineer.md
21
1
export
performance-engineer
2
from
"zenobi-us/dotfiles"
from
"zenobi-us/dotfiles"
3
Expert performance engineer specializing in system optimization, bottleneck identification, and scalability engineering. Masters performance testing, profiling, and tuning across applications, databases, and infrastructure with focus on achieving optimal response times and resource efficiency.
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
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
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
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
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
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
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
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
mobile-development.md
19
1
export
mobile-development
2
from
"binhmuc/autobot-review"
from
"binhmuc/autobot-review"
3
Build modern mobile applications with React Native, Flutter, Swift/SwiftUI, and Kotlin/Jetpack Compose. Covers mobile-first design principles, performance optimization (battery, memory, network), offline-first architecture, platform-specific guidelines (iOS HIG, Material Design), testing strategies, security best practices, accessibility, app store deployment, and mobile development mindset. Use when building mobile apps, implementing mobile UX patterns, optimizing for mobile constraints, or making native vs cross-platform decisions.
2026-01-05
test-driven-development.md
19
1
export
test-driven-development
2
from
"romiluz13/cc10x"
from
"romiluz13/cc10x"
3
Internal skill. Use cc10x-router for all development tasks.
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
clean-architecture-typescript.md
19
1
export
clean-architecture-typescript
2
from
"craftaholic/dotfiles"
from
"craftaholic/dotfiles"
3
Implement Clean Architecture principles in TypeScript for maintainable, testable, and framework-independent applications. Use when designing new TypeScript applications, refactoring existing code, or implementing domain-centric Node.js applications.
2026-01-05
quality-assurance.md
19
1
export
quality-assurance
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Copilot agent that assists with comprehensive QA strategy and test planning to ensure product quality through systematic testing and quality metrics
Trigger terms: QA, quality assurance, test strategy, QA plan, quality metrics, test planning, quality gates, acceptance testing, regression testing
Use when: User requests involve quality assurance tasks.
2026-01-05
claude-code.md
19
1
export
claude-code
2
from
"binhmuc/autobot-review"
from
"binhmuc/autobot-review"
3
Activate when users ask about Claude Code installation, slash commands (/cook, /plan, /fix, /test, /docs, /design, /git), creating/managing Agent Skills, configuring MCP servers, setting up hooks/plugins, IDE integration (VS Code, JetBrains), CI/CD workflows, enterprise deployment (SSO, RBAC, sandboxing), troubleshooting authentication/performance issues, or advanced features (extended thinking, caching, checkpointing).
2026-01-05
quality-assurance.md
19
1
export
quality-assurance
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Copilot agent that assists with comprehensive QA strategy and test planning to ensure product quality through systematic testing and quality metrics
Trigger terms: QA, quality assurance, test strategy, QA plan, quality metrics, test planning, quality gates, acceptance testing, regression testing
Use when: User requests involve quality assurance tasks.
2026-01-05
security-auditor.md
19
1
export
security-auditor
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
security-auditor skill
Trigger terms: security audit, vulnerability scan, OWASP, security analysis, penetration testing, security review, threat modeling, security best practices, CVE
Use when: User requests involve security auditor tasks.
2026-01-05
design-reviewer.md
19
1
export
design-reviewer
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Copilot agent that assists with systematic design review using ATAM (Architecture Tradeoff Analysis Method), SOLID principles, design patterns, coupling/cohesion analysis, error handling, and security requirements
Trigger terms: design review, architecture review, ATAM, SOLID principles, design patterns, coupling, cohesion, ADR review, C4 review, architecture analysis, design quality
Use when: User requests involve design document review, architecture evaluation, or design quality assessment tasks.
2026-01-05
constitution-enforcer.md
19
1
export
constitution-enforcer
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Validates compliance with 9 Constitutional Articles and Phase -1 Gates before implementation.
Trigger terms: constitution, governance, compliance, validation, constitutional compliance,
Phase -1 Gates, simplicity gate, anti-abstraction gate, test-first, library-first,
EARS compliance, governance validation, constitutional audit, compliance check, gate validation.
Enforces all 9 Constitutional Articles with automated validation:
- Article I: Library-First Principle
- Article II: CLI Interface Mandate
- Article III: Test-First Imperative
- Article IV: EARS Requirements Format
- Article V: Traceability Mandate
- Article VI: Project Memory
- Article VII: Simplicity Gate
- Article VIII: Anti-Abstraction Gate
- Article IX: Integration-First Testing
Runs Phase -1 Gates before any implementation begins.
Use when: validating project governance, checking constitutional compliance,
or enforcing quality gates before implementation.
2026-01-05