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

open-tarteel

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

수집된 skills
51
Stars
32
업데이트
2026-02-12
Forks
29
직업 범위
직업 카테고리 13개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

api-patterns
소프트웨어 개발자

API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.

2026-02-12
app-builder
소프트웨어 개발자

Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.

2026-02-12
templates
소프트웨어 개발자

Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.

2026-02-12
architecture
소프트웨어 개발자

Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.

2026-02-12
bash-linux
네트워크·컴퓨터 시스템 관리자

Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.

2026-02-12
behavioral-modes
기타 컴퓨터 관련 직업

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.

2026-02-12
brainstorming
프로젝트 관리 전문가

Socratic questioning protocol + user communication. MANDATORY for complex requests, new features, or unclear requirements. Includes progress reporting and error handling.

2026-02-12
clean-code
소프트웨어 개발자

Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments

2026-02-12
code-review-checklist
소프트웨어 품질 보증 분석가·테스터

Code review guidelines covering code quality, security, and best practices.

2026-02-12
database-design
데이터베이스 아키텍트

Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.

2026-02-12
deployment-procedures
네트워크·컴퓨터 시스템 관리자

Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.

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

Docker containerization expert with deep knowledge of multi-stage builds, image optimization, container security, Docker Compose orchestration, and production deployment patterns. Use PROACTIVELY for Dockerfile optimization, container issues, image size problems, security hardening, networking, and orchestration challenges.

2026-02-12
documentation-templates
소프트웨어 개발자

Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.

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

Design thinking and decision-making for web UI. Use when designing components, layouts, color schemes, typography, or creating aesthetic interfaces. Teaches principles, not fixed values.

2026-02-12
2d-games
소프트웨어 개발자

2D game development principles. Sprites, tilemaps, physics, camera.

2026-02-12
3d-games
소프트웨어 개발자

3D game development principles. Rendering, shaders, physics, cameras.

2026-02-12
game-art
그래픽 디자이너

Game art principles. Visual style selection, asset pipeline, animation workflow.

2026-02-12
game-audio
음향 기술자

Game audio principles. Sound design, music integration, adaptive audio systems.

2026-02-12
game-design
소프트웨어 개발자

Game design principles. GDD structure, balancing, player psychology, progression.

2026-02-12
mobile-games
소프트웨어 개발자

Mobile game development principles. Touch input, battery, performance, app stores.

2026-02-12
multiplayer
소프트웨어 개발자

Multiplayer game development principles. Architecture, networking, synchronization.

2026-02-12
pc-games
소프트웨어 개발자

PC and console game development principles. Engine selection, platform features, optimization strategies.

2026-02-12
game-development
소프트웨어 개발자

Game development orchestrator. Routes to platform-specific skills based on project needs.

2026-02-12
vr-ar
소프트웨어 개발자

VR/AR development principles. Comfort, interaction, performance requirements.

2026-02-12
web-games
소프트웨어 개발자

Web browser game development principles. Framework selection, WebGPU, optimization, PWA.

2026-02-12
geo-fundamentals
시장조사 분석가·마케팅 전문가

Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).

2026-02-12
i18n-localization
소프트웨어 개발자

Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.

2026-02-12
lint-and-validate
소프트웨어 품질 보증 분석가·테스터

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.

2026-02-12
mcp-builder
기타 컴퓨터 관련 직업

MCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices.

2026-02-12
mobile-design
웹·디지털 인터페이스 디자이너

Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.

2026-02-12
nestjs-expert
소프트웨어 개발자

Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js authentication. Use PROACTIVELY for any Nest.js application issues including architecture decisions, testing strategies, performance optimization, or debugging complex dependency injection problems. If a specialized expert is a better fit, I will recommend switching and stop.

2026-02-12
nextjs-best-practices
소프트웨어 개발자

Next.js App Router principles. Server Components, data fetching, routing patterns.

2026-02-12
nodejs-best-practices
소프트웨어 개발자

Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.

2026-02-12
parallel-agents
기타 컴퓨터 관련 직업

Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.

2026-02-12
performance-profiling
소프트웨어 개발자

Performance profiling principles. Measurement, analysis, and optimization techniques.

2026-02-12
plan-writing
프로젝트 관리 전문가

Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.

2026-02-12
powershell-windows
소프트웨어 개발자

PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.

2026-02-12
prisma-expert
데이터베이스 관리자

Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations. Use PROACTIVELY for Prisma schema issues, migration problems, query performance, relation design, or database connection issues.

2026-02-12
python-patterns
소프트웨어 개발자

Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.

2026-02-12
react-patterns
소프트웨어 개발자

Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices.

2026-02-12
이 저장소에서 수집된 skills 51개 중 상위 40개를 표시합니다.