Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

data_____opencode_____configuration

data_____opencode_____configuration contiene 207 skills recopiladas de MrJmpl3, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
207
Stars
6
actualizado
2026-07-16
Forks
0
Cobertura ocupacional
8 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

laravel-architecture
Desarrolladores de software

High-level architecture decisions, patterns, and project structure. Use when deciding which pattern to use, organizing code, or making structural decisions.

2026-07-16
laravel-jobs
Desarrolladores de software

Background jobs and event listeners for async processing. Use when creating or modifying jobs, queues, listeners, or event-driven workflows.

2026-07-16
laravel-packages
Desarrolladores de software

Package development and extraction of reusable code. Use when creating, extracting, or modifying composer packages.

2026-07-16
laravel-providers
Desarrolladores de software

Service providers, bootstrapping, and application configuration. Use when modifying service providers, booters, bootstrap logic, or app-level configuration.

2026-07-16
laravel-quality
Desarrolladores de software

Code quality tooling with PHPStan, Pint, and strict types. Use when configuring or running static analysis, code style, or linting.

2026-07-16
laravel-routing
Desarrolladores de software

Route configuration, route model binding, and authorization. Use when defining routes, configuring model binding, or setting up route-level authorization.

2026-07-16
laravel-testing
Analistas de garantía de calidad de software y probadores

Comprehensive testing patterns with Pest. Use when writing or modifying tests, mocking, factories, or test patterns.

2026-07-16
laravel-value-objects
Desarrolladores de software

Immutable value objects for domain values. Use when creating or modifying value objects like money, coordinates, or other domain primitives.

2026-07-16
nuxt-composables
Desarrolladores de software

Creating custom Vue composables with proper patterns. Use when building reusable stateful logic, shared state management, or encapsulating feature-specific behavior.

2026-07-16
accessibility-compliance
Diseñadores de interfaces web y digitales

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

2026-07-15
anti-reversing-techniques
Analistas de seguridad de la información

Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use this skill when analyzing malware evasion techniques, when implementing anti-debugging protections for CTF challenges, when reverse engineering packed binaries, or when building security research tools that need to detect virtualized environments.

2026-07-15
api-design-principles
Desarrolladores de software

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

2026-07-15
api-security-best-practices
Desarrolladores de software

Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities

2026-07-15
architecture-decision-records
Desarrolladores de software

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

2026-07-15
architecture-patterns
Desarrolladores de software

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservice, when refactoring a monolith to use bounded contexts, when implementing hexagonal or onion architecture patterns, or when debugging dependency cycles between application layers.

2026-07-15
async-python-patterns
Desarrolladores de software

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

2026-07-15
attack-tree-construction
Analistas de seguridad de la información

Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.

2026-07-15
auth-implementation-patterns
Desarrolladores de software

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.

2026-07-15
bash-defensive-patterns
Desarrolladores de software

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

2026-07-15
code-quality
Desarrolladores de software

Clean code principles, SOLID, and code review practices

2026-07-15
code-review-excellence
Analistas de garantía de calidad de software y probadores

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

2026-07-15
cost-optimization
Administradores de redes y sistemas informáticos

Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.

2026-07-15
database-migration
Arquitectos de bases de datos

Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies.

2026-07-15
debugging-strategies
Desarrolladores de software

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

2026-07-15
dependency-upgrade
Desarrolladores de software

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

2026-07-15
design-system-patterns
Diseñadores de interfaces web y digitales

Build scalable design systems with design tokens, theming infrastructure, and component architecture patterns. Use when creating design tokens, implementing theme switching, building component libraries, or establishing design system foundations.

2026-07-15
docker-compose-orchestration
Administradores de redes y sistemas informáticos

Container orchestration with Docker Compose for multi-container applications, networking, volumes, and production deployment

2026-07-15
docker-expert
Administradores de redes y sistemas informáticos

You are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage builds, orchestration patterns, and production deployment strategies based on current industry best practices.

2026-07-15
docker-patterns
Administradores de redes y sistemas informáticos

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

2026-07-15
dotnet-backend-patterns
Desarrolladores de software

Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.

2026-07-15
eloquent-best-practices
Desarrolladores de software

Best practices for Laravel Eloquent ORM including query optimization, relationship management, and avoiding common pitfalls like N+1 queries.

2026-07-15
frontend-design
Diseñadores de interfaces web y digitales

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

2026-07-15
go-concurrency-patterns
Desarrolladores de software

Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.

2026-07-15
javascript-testing-patterns
Analistas de garantía de calidad de software y probadores

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.

2026-07-15
laravel-actions
Desarrolladores de software

Action-oriented architecture for Laravel — invokable classes containing domain logic. Use when creating or modifying actions, business logic, or domain operations.

2026-07-15
laravel-api-resource-patterns
Desarrolladores de software

Best practices for Laravel API Resources including resource transformation, collection handling, conditional attributes, and relationship loading.

2026-07-15
laravel-api-resources-and-pagination
Desarrolladores de software

Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly

2026-07-15
laravel-api-surface-evolution
Desarrolladores de software

Evolve APIs safely using versioned DTOs/transformers, deprecations, and compatibility tests

2026-07-15
laravel-authorization-patterns
Desarrolladores de software

Best practices for Laravel authorization including Gates, Policies, middleware auth, and Blade directives for access control.

2026-07-15
laravel-backup
Desarrolladores de software

Configure and extend spatie/laravel-backup for database and file backups, cleanup strategies, health monitoring, and notifications. Activates when working with backup configuration, scheduling backups, creating custom cleanup strategies or health checks, customizing notifications, or when the user mentions backups, backup monitoring, backup cleanup, or spatie/laravel-backup.

2026-07-15
Mostrando las 40 principales de 207 skills recopiladas en este repositorio.