Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

data_____opencode_____configuration

data_____opencode_____configuration에는 MrJmpl3에서 수집한 skills 207개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
207
Stars
6
업데이트
2026-07-16
Forks
0
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

laravel-architecture
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-16
laravel-providers
소프트웨어 개발자

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

2026-07-16
laravel-quality
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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

2026-07-16
laravel-value-objects
소프트웨어 개발자

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
소프트웨어 개발자

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
웹·디지털 인터페이스 디자이너

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
정보 보안 분석가

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-15
architecture-decision-records
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
정보 보안 분석가

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

Clean code principles, SOLID, and code review practices

2026-07-15
code-review-excellence
소프트웨어 품질 보증 분석가·테스터

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
네트워크·컴퓨터 시스템 관리자

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
데이터베이스 아키텍트

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
소프트웨어 개발자

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
소프트웨어 개발자

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
웹·디지털 인터페이스 디자이너

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
네트워크·컴퓨터 시스템 관리자

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

2026-07-15
docker-expert
네트워크·컴퓨터 시스템 관리자

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
네트워크·컴퓨터 시스템 관리자

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

2026-07-15
dotnet-backend-patterns
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-15
frontend-design
웹·디지털 인터페이스 디자이너

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-15
laravel-api-resources-and-pagination
소프트웨어 개발자

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

2026-07-15
laravel-api-surface-evolution
소프트웨어 개발자

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

2026-07-15
laravel-authorization-patterns
소프트웨어 개발자

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

2026-07-15
laravel-backup
소프트웨어 개발자

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
이 저장소에서 수집된 skills 207개 중 상위 40개를 표시합니다.