Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

data_____opencode_____configuration

data_____opencode_____configuration には MrJmpl3 から収集した 207 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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 件を表示しています。