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

ai-skills

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

수집된 skills
18
Stars
2
업데이트
2026-05-31
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

figma2compose
웹 개발자

Converts Figma MCP design data into production-ready Jetpack Compose UI components for Android with strict spec fidelity and no guesswork.

2026-05-31
architecture-advisor
소프트웨어 개발자

Analyzes existing project architecture, detects technology stack, identifies structural strengths and gaps, and produces a structured report with actionable recommendations. Use when asked to review architecture, audit a codebase, evaluate design decisions, or onboard to an unfamiliar project. Triggers on "review architecture", "audit codebase", "analyze project structure", "what's wrong with this project", "architecture report".

2026-05-30
code-standards
소프트웨어 개발자

Expert in code design standards including SOLID principles, Clean Code patterns (KISS, YAGNI, DRY, TDA), and pragmatic software design. **ALWAYS use when designing ANY classes/modules, implementing features, fixing bugs, refactoring code, or writing functions.** Use proactively to ensure proper design, separation of concerns, simplicity, and maintainability. Examples - "create class", "design module", "implement feature", "refactor code", "fix bug", "is this too complex", "apply SOLID", "keep it simple", "avoid over-engineering".

2026-05-30
sql-expert
데이터베이스 아키텍트

Expert SQL query writing, optimization, and database schema design with support for PostgreSQL, MySQL, SQLite, and SQL Server. Use when working with databases for: (1) Writing complex SQL queries with joins, subqueries, and window functions, (2) Optimizing slow queries and analyzing execution plans, (3) Designing database schemas with proper normalization, (4) Creating indexes and improving query performance, (5) Writing migrations and handling schema changes, (6) Debugging SQL errors and query issues

2026-05-30
kotlin
소프트웨어 개발자

Kotlin modern patterns, coroutines, Clean Architecture, Compose, Hilt, and Material Design 3 for Android and KMP. Use when building, reviewing, or auditing Android/KMP apps. Triggers on "Kotlin", "Android", "Compose", "coroutine", "Hilt", "Room", "MVVM", "MVI", "Clean Architecture".

2026-05-24
kotlin-tester
소프트웨어 품질 보증 분석가·테스터

Kotlin testing patterns for Android and KMP — JUnit 5, Kotest, MockK, Coroutines Test, Turbine, Espresso, Compose Testing, and UIAutomator. Use when authoring, refactoring, or debugging tests. Triggers on "test", "MockK", "Espresso", "Compose test", "runTest", "Turbine", "Kotest", "coverage".

2026-05-24
swiftui
소프트웨어 개발자

SwiftUI modern patterns, Swift 6.3+ concurrency, SwiftData, security, and HIG-compliant design. Use when building, reviewing, or auditing iOS/macOS apps. Triggers on "SwiftUI", "SwiftData", "View", "async/await", "actor", "@Observable", "iOS app", "Figma to SwiftUI".

2026-05-14
swiftui-tester
소프트웨어 품질 보증 분석가·테스터

Swift Testing and XCTest patterns for SwiftUI apps. Use when authoring, refactoring, or debugging tests. Triggers on "test", "#expect", "#require", "XCTest", "unit test", "integration test", "@Test", "@Suite", "withKnownIssue".

2026-05-14
golang
소프트웨어 개발자

Go (Golang) modern patterns, idiomatic code, concurrency, error handling, and toolchain best practices. Use when writing, reviewing, or auditing Go code. Triggers on "Go", "Golang", "goroutine", "channel", "Go module", "review Go", "Go best practices".

2026-05-14
golang-tester
소프트웨어 품질 보증 분석가·테스터

Expert Go testing skill — unit tests, table-driven tests, parallel tests, mocking, integration tests, benchmarks, fuzzing, and goroutine leak detection. Use when writing, reviewing, or debugging Go tests of any kind. Triggers on "Go test", "golang test", "testify", "goleak", "gomock", "table-driven", "benchmark", "fuzz", "go test", "httptest", "testcontainers".

2026-05-14
wordpress
웹 개발자

Expert WordPress development covering blocks, plugins, REST API, themes, WP-CLI, and performance. Use when building WordPress plugins, themes, blocks, or working with hooks/actions/filters. Triggers on "WordPress", "WP", "Gutenberg block", "block theme", "wp-", "add_action", "add_filter", "WP-CLI", or "WooCommerce".

2026-05-05
woocommerce
웹 개발자

Expert WooCommerce development covering products, orders, cart, checkout, payments, shipping, emails, REST API, and admin. Extends WordPress agent with WooCommerce-specific hooks, data models, and patterns. Triggers on "WooCommerce", "WC_", "woocommerce_", "product", "order", "cart", "checkout", "payment gateway", "shipping method".

2026-05-05
php
소프트웨어 개발자

PHP 8.x modern patterns, PSR standards, and SOLID principles. Use when reviewing PHP code, checking type safety, auditing code quality, or ensuring PHP best practices. Triggers on "review PHP", "check PHP code", "audit PHP", or "PHP best practices".

2026-05-05
laravel
소프트웨어 개발자

Unified Laravel 13 skill covering architecture patterns, Eloquent, controllers, validation, testing (Pest/PHPUnit), database optimization, caching, queues, and OWASP security for Laravel + React/Inertia apps. Use when building, reviewing, auditing, or refactoring any Laravel codebase — including models, migrations, API resources, form requests, service layers, jobs, factories, tests, or security checks.

2026-05-05
javascript
소프트웨어 개발자

Expert JavaScript & TypeScript skill for modern Backend (Node.js), Advanced Testing, TypeScript Type Systems, and ES6+ Patterns. Use for building scalable Node.js services, writing robust Vitest/Jest suites, or designing complex TypeScript type logic.

2026-05-05
phpunit
소프트웨어 품질 보증 분석가·테스터

Expert guidance for writing, running, and maintaining PHPUnit tests. Use this skill when creating new tests, refactoring existing ones, or troubleshooting test failures in PHP projects.

2026-05-05
microservices
소프트웨어 개발자

Microservices architecture patterns for PHP (Laravel/Symfony) and TypeScript (NestJS/Express) — service decomposition, DDD bounded contexts, sync/async communication, saga and event sourcing, resilience (circuit breaker, retry, bulkhead, timeout), observability (correlation IDs, distributed tracing, SLO), deployment (health probes, graceful shutdown), API gateway, and service mesh. Use when decomposing monoliths, designing new distributed systems, reviewing service boundaries, implementing inter-service communication, or hardening an existing microservice.

2026-05-05
api-design-patterns
소프트웨어 개발자

RESTful API design, error handling, versioning, security, pagination, response format, and documentation. Use when designing new APIs, reviewing endpoints, implementing error responses, choosing pagination / versioning strategies, or setting up API security and docs. Triggers on "design API", "review API", "REST best practices", "API patterns".

2026-05-05