Browse Skills
44835 skills found
cloud-design.md
19
1
export
cloud-design
2
from
"craftaholic/dotfiles"
from
"craftaholic/dotfiles"
3
Design resilient, scalable multi-cloud architectures with best practices for AWS, Azure, and GCP. Use when creating cloud architecture diagrams, planning cloud infrastructure, or designing cloud migration strategies.
2026-01-05
requirements-analyst.md
19
1
export
requirements-analyst
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Copilot agent that assists with requirements analysis, user story creation, specification definition, and acceptance criteria definition
Trigger terms: requirements, EARS format, user stories, functional requirements, non-functional requirements, SRS, requirement analysis, specification, acceptance criteria, requirement validation
Use when: User requests involve requirements analyst tasks.
2026-01-05
clean-architecture-golang.md
19
1
export
clean-architecture-golang
2
from
"craftaholic/dotfiles"
from
"craftaholic/dotfiles"
3
Implement Clean Architecture principles in Go to create maintainable, testable, and framework-independent applications. Use when designing new Go applications or refactoring existing Go codebases.
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
ai-artist.md
19
1
export
ai-artist
2
from
"binhmuc/autobot-review"
from
"binhmuc/autobot-review"
3
Write and optimize prompts for AI-generated outcomes across text and image models. Use when crafting prompts for LLMs (Claude, GPT, Gemini), image generators (Midjourney, DALL-E, Stable Diffusion, Imagen, Flux), or video generators (Veo, Runway). Covers prompt structure, style keywords, negative prompts, chain-of-thought, few-shot examples, iterative refinement, and domain-specific patterns for marketing, code, and creative writing.
2026-01-05
code-reviewer.md
19
1
export
code-reviewer
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Copilot agent that assists with comprehensive code review focusing on code quality, SOLID principles, security, performance, and best practices
Trigger terms: code review, review code, code quality, best practices, SOLID principles, code smells, refactoring suggestions, code analysis, static analysis
Use when: User requests involve code reviewer tasks.
2026-01-05
Debugging.md
19
1
export
Debugging
2
from
"binhmuc/autobot-review"
from
"binhmuc/autobot-review"
3
Systematic debugging framework ensuring root cause investigation before fixes. Includes four-phase debugging process, backward call stack tracing, multi-layer validation, and verification protocols. Use when encountering bugs, test failures, unexpected behavior, performance issues, or before claiming work complete. Prevents random fixes, masks over symptoms, and false completion claims.
2026-01-05
technical-writer.md
19
1
export
technical-writer
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
technical-writer skill
Trigger terms: documentation, technical writing, API documentation, README, user guide, developer guide, tutorial, runbook, technical docs
Use when: User requests involve technical writer tasks.
2026-01-05
ai-ml-engineer.md
19
1
export
ai-ml-engineer
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Copilot agent that assists with machine learning model development, training, evaluation, deployment, and MLOps
Trigger terms: machine learning, ML, AI, model training, MLOps, model deployment, feature engineering, model evaluation, neural network, deep learning
Use when: User requests involve ai ml engineer tasks.
2026-01-05
toolscript.md
19
1
export
toolscript
2
from
"mKeRix/toolscript"
from
"mKeRix/toolscript"
3
Discover and execute MCP tools via gateway. Use when user asks to "call tool", "list tools", or before performing tasks that might have specialized MCP capabilities.
2026-01-05
docs-seeker.md
19
1
export
docs-seeker
2
from
"binhmuc/autobot-review"
from
"binhmuc/autobot-review"
3
Search technical documentation using executable scripts to detect query type, fetch from llms.txt sources (context7.com), and analyze results. Use when user needs: (1) Topic-specific documentation (features/components/concepts), (2) Library/framework documentation, (3) GitHub repository analysis, (4) Documentation discovery with automated agent distribution strategy
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
media-processing.md
19
1
export
media-processing
2
from
"binhmuc/autobot-review"
from
"binhmuc/autobot-review"
3
Process multimedia files with FFmpeg (video/audio encoding, conversion, streaming, filtering, hardware acceleration), ImageMagick (image manipulation, format conversion, batch processing, effects, composition), and RMBG (AI-powered background removal). Use when converting media formats, encoding videos with specific codecs (H.264, H.265, VP9), resizing/cropping images, removing backgrounds from images, extracting audio from video, applying filters and effects, optimizing file sizes, creating streaming manifests (HLS/DASH), generating thumbnails, batch processing images, creating composite images, or implementing media processing pipelines. Supports 100+ formats, hardware acceleration (NVENC, QSV), and complex filtergraphs.
2026-01-05
issue-resolver.md
19
1
export
issue-resolver
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
GitHub Issue resolver skill that analyzes, triages, and proposes solutions for issues with full SDD integration
Trigger terms: resolve issue, fix issue, github issue, issue triage, issue analysis, issue to PR, issue resolution, auto-fix issue
Use when: User requests involve GitHub issue analysis or resolution
2026-01-05
test-engineer.md
19
1
export
test-engineer
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
test-engineer skill
Trigger terms: testing, unit tests, integration tests, E2E tests, test cases, test coverage, test automation, test plan, test design, TDD, test-first
Use when: User requests involve test engineer tasks.
2026-01-05
bug-hunter.md
19
1
export
bug-hunter
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Copilot agent that assists with bug investigation, root cause analysis, and fix generation for efficient debugging and issue resolution
Trigger terms: bug fix, debug, troubleshoot, root cause analysis, error investigation, fix bug, resolve issue, error analysis, stack trace
Use when: User requests involve bug hunter tasks.
2026-01-05
planning.md
19
1
export
planning
2
from
"binhmuc/autobot-review"
from
"binhmuc/autobot-review"
3
Use when you need to plan technical solutions that are scalable, secure, and maintainable.
2026-01-05
verification-before-completion.md
19
1
export
verification-before-completion
2
from
"romiluz13/cc10x"
from
"romiluz13/cc10x"
3
Internal skill. Use cc10x-router for all development tasks.
2026-01-05
requirements-reviewer.md
19
1
export
requirements-reviewer
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Copilot agent that assists with systematic requirements review using Fagan Inspection and Perspective-Based Reading (PBR) techniques
Trigger terms: requirements review, specification review, SRS review, Fagan inspection, perspective-based review, requirements validation, requirements verification, quality gate review, formal inspection, requirements checklist
Use when: User requests involve requirements review, validation, or inspection tasks.
2026-01-05
traceability-auditor.md
19
1
export
traceability-auditor
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Validates complete requirements traceability across EARS requirements → design → tasks → code → tests.
Trigger terms: traceability, requirements coverage, coverage matrix, traceability matrix,
requirement mapping, test coverage, EARS coverage, requirements tracking, traceability audit,
gap detection, orphaned requirements, untested code, coverage validation, traceability analysis.
Enforces Constitutional Article V (Traceability Mandate) with comprehensive validation:
- Requirement → Design mapping (100% coverage)
- Design → Task mapping
- Task → Code implementation mapping
- Code → Test mapping (100% coverage)
- Gap detection (orphaned requirements, untested code)
- Coverage percentage reporting
- Traceability matrix generation
Use when: user needs traceability validation, coverage analysis, gap detection,
or requirements tracking across the full development lifecycle.
2026-01-05
clean-architecture-python.md
19
1
export
clean-architecture-python
2
from
"craftaholic/dotfiles"
from
"craftaholic/dotfiles"
3
Implement Clean Architecture principles in Python to create maintainable, testable, and framework-independent applications. Use when designing new Python applications, refactoring existing code, or implementing domain-driven designs.
2026-01-05
steering.md
19
1
export
steering
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
steering skill
Trigger terms: steering, project memory, codebase analysis, auto-update context, generate steering, architecture patterns, tech stack analysis, project structure, analyze codebase, understand project
Use when: User requests involve steering tasks.
2026-01-05
cc10x-router.md
19
1
export
cc10x-router
2
from
"romiluz13/cc10x"
from
"romiluz13/cc10x"
3
THE ONLY ENTRY POINT FOR CC10X - AUTO-LOAD AND EXECUTE for ANY development task.
Triggers: build, implement, create, make, write, add, develop, code, feature, component, app, application, review, audit, check, analyze, debug, fix, error, bug, broken, troubleshoot, plan, design, architect, roadmap, strategy, memory, session, context, save, load, test, tdd, frontend, ui, backend, api, pattern, refactor, optimize, improve, enhance, update, modify, change, help, assist, work, start, begin, continue, research, cc10x, c10x.
CRITICAL: Execute workflow. Never just describe capabilities.
2026-01-05
release-coordinator.md
19
1
export
release-coordinator
2
from
"nahisaho/MUSUBI"
from
"nahisaho/MUSUBI"
3
Coordinates multi-component releases, feature flags, versioning, and rollback strategies.
Trigger terms: release management, release planning, release coordination, feature flags,
canary deployment, progressive rollout, release notes, rollback strategy, release train,
deployment coordination, versioning, changelog, release approval, deployment checklist.
Manages complex release workflows:
- Multi-component release coordination
- Feature flag strategy and management
- Versioning and changelog generation
- Canary and blue-green deployments
- Progressive rollout strategies
- Rollback procedures
- Release approval workflows
- Post-release verification
Use when: planning releases, coordinating multi-service deployments, managing feature flags,
or generating release notes.
2026-01-05