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

claude-skills

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

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

이 저장소의 skills

api-designer
소프트웨어 개발자

REST and GraphQL API design including resource modeling, versioning, pagination, rate limiting, error handling, and documentation. Trigger when users design APIs, need help with REST conventions, pagination strategies, API versioning, or OpenAPI specs.

2026-03-07
auth-patterns
소프트웨어 개발자

Authentication and authorization including OAuth2, OIDC, JWT, RBAC, ABAC, session management, and MFA. Trigger for auth system design, OAuth integration, or access control implementation.

2026-03-07
aws-architect
소프트웨어 개발자

AWS cloud architecture including service selection, IAM policies, cost optimization, Well-Architected Framework, and multi-account strategies. Trigger when users design AWS infrastructure, choose between AWS services, write IAM policies, or optimize AWS costs.

2026-03-07
cicd-master
소프트웨어 개발자

CI/CD pipeline design including GitHub Actions, GitLab CI, matrix builds, caching, and artifact management. Trigger for pipeline setup, CI optimization, or deployment automation.

2026-03-07
code-reviewer
소프트웨어 개발자

Code review practices including review checklists, refactoring patterns, PR best practices, and team conventions. Trigger for code review guidance, refactoring advice, or PR process design.

2026-03-07
css-craftsman
웹 개발자

Modern CSS including Grid, Subgrid, container queries, CSS custom properties, animations, and CSS architecture patterns. Trigger for complex CSS layouts, animation design, responsive patterns, or CSS architecture decisions.

2026-03-07
database-design
데이터베이스 아키텍트

Database schema design including normalization, denormalization, migration strategies, and schema evolution. Trigger for database modeling, migration planning, or schema optimization.

2026-03-07
debugging-detective
소프트웨어 개발자

Systematic debugging including profiling tools, log analysis, bisection technique, and production debugging. Trigger when users need help debugging issues, analyzing error logs, or profiling applications.

2026-03-07
devops-pipeline
소프트웨어 개발자

Release engineering including deployment strategies, feature flags, canary releases, blue-green deployments, and rollback procedures. Trigger for release processes, feature flag implementation, or deployment strategy design.

2026-03-07
django-master
소프트웨어 개발자

Django web development including ORM mastery, Django REST Framework, signals, custom managers/querysets, migrations, and admin customization. Trigger when users work with Django projects, need ORM optimization, DRF serializers/viewsets, Django admin customization, or migration strategies.

2026-03-07
docker-orchestrator
소프트웨어 개발자

Docker containerization including multi-stage builds, Docker Compose, security best practices, image optimization, and orchestration patterns. Trigger when users create Dockerfiles, docker-compose.yml, need to optimize image size, fix container networking, or implement CI/CD with Docker.

2026-03-07
documentation-writer
기술 작가

Technical documentation including API docs, ADRs, runbooks, READMEs, and changelogs. Trigger for documentation structure, API documentation, or technical writing guidance.

2026-03-07
fastapi-pro
소프트웨어 개발자

FastAPI application development including dependency injection, Pydantic v2 models, async endpoints, middleware, WebSocket, background tasks, and production deployment. Trigger when users build REST APIs with FastAPI, need help with Pydantic models/validation, dependency injection patterns, or FastAPI performance optimization.

2026-03-07
git-workflow
소프트웨어 개발자

Git version control including branching strategies, interactive rebase, bisect, hooks, conflict resolution, and monorepo workflows. Trigger for git branching questions, merge conflicts, rebase strategies, or git workflow design.

2026-03-07
go-engineer
소프트웨어 개발자

Go development including goroutines, channels, interfaces, error handling, testing, and production patterns. Trigger when users write Go code, need help with concurrency, interface design, error handling patterns, or Go project structure.

2026-03-07
graphql-expert
소프트웨어 개발자

GraphQL API development including schema design, resolvers, DataLoader, subscriptions, federation, and performance optimization. Trigger for GraphQL schema design, N+1 resolution, subscription implementation, or Apollo/Relay patterns.

2026-03-07
kubernetes-ops
네트워크·컴퓨터 시스템 관리자

Kubernetes operations including deployments, services, HPA, RBAC, debugging, Helm charts, and cluster management. Trigger when users deploy to Kubernetes, debug pod issues, configure scaling, set up RBAC, or write Helm charts.

2026-03-07
linux-admin
네트워크·컴퓨터 시스템 관리자

Linux system administration including systemd, networking, permissions, troubleshooting, and security hardening. Trigger for Linux server management, process management, or system debugging.

2026-03-07
microservices-patterns
소프트웨어 개발자

Microservices architecture including Saga pattern, CQRS, circuit breaker, service mesh, and event sourcing. Trigger for distributed system design, inter-service communication, or microservice decomposition.

2026-03-07
monitoring-observability
네트워크·컴퓨터 시스템 관리자

Application monitoring and observability including Prometheus, Grafana, OpenTelemetry, distributed tracing, alerting, and SLO design. Trigger for monitoring setup, alerting rules, dashboard design, or tracing implementation.

2026-03-07
nextjs-architect
소프트웨어 개발자

Next.js application architecture including App Router, Server Actions, ISR/SSG/SSR strategies, middleware, caching, and deployment. Trigger when users ask about Next.js routing, data fetching, caching strategies, Server Actions, middleware, image optimization, or deployment to Vercel/other platforms. Also trigger for Next.js performance optimization and migration from Pages Router.

2026-03-07
nginx-config
네트워크·컴퓨터 시스템 관리자

Nginx configuration including reverse proxy, SSL/TLS, load balancing, rate limiting, and caching. Trigger for Nginx setup, SSL configuration, or load balancer design.

2026-03-07
nodejs-backend
소프트웨어 개발자

Node.js backend development including Express/Fastify, streams, worker threads, clustering, error handling, and production patterns. Trigger when users build Node.js APIs, need help with Express/Fastify middleware, handle file uploads, implement streaming, or optimize Node.js performance.

2026-03-07
performance-tuner
소프트웨어 개발자

Application performance optimization including profiling, caching strategies, lazy loading, CDN configuration, and Core Web Vitals. Trigger when users have slow applications, need caching advice, want to improve page load times, or optimize API response times.

2026-03-07
postgres-expert
데이터베이스 관리자

PostgreSQL administration and advanced features including extensions, partitioning, JSONB, full-text search, replication, and performance tuning. Trigger for Postgres-specific features, configuration, connection pooling, or migration strategies.

2026-03-07
python-expert
소프트웨어 개발자

Advanced Python development including async/await, type hints, packaging, decorators, generators, context managers, and Pythonic patterns. Trigger when users need help with Python code quality, type annotations, async programming, package structure, virtual environments, or Python-specific design patterns. Also trigger for Python performance optimization and debugging.

2026-03-07
react-mastery
소프트웨어 개발자

Expert-level React development including React 19, Server Components, hooks composition, state management, and performance optimization. Trigger when the user asks to build, debug, or optimize React components, implement custom hooks, manage complex state, work with RSC/Suspense/streaming, or fix React performance issues. Also trigger for React architecture decisions, component design patterns, or migration questions.

2026-03-07
redis-caching
소프트웨어 개발자

Redis data structures, caching patterns, pub/sub, Lua scripting, and cluster configuration. Trigger for Redis usage patterns, caching strategies, or Redis-specific optimization.

2026-03-07
regex-master
소프트웨어 개발자

Regular expressions including pattern design, lookaheads, lookbehinds, performance optimization, and engine differences. Trigger for complex regex patterns, regex debugging, or regex performance issues.

2026-03-07
rust-systems
소프트웨어 개발자

Rust systems programming including ownership, lifetimes, async/await, traits, unsafe code, FFI, and zero-cost abstractions. Trigger when users write Rust code, fight the borrow checker, design trait hierarchies, implement async Rust, or need help with Rust error handling and pattern matching.

2026-03-07
security-hardening
소프트웨어 개발자

Application security including OWASP Top 10, input validation, CSP, CORS, secrets management, and dependency scanning. Trigger when users need help with security reviews, input sanitization, authentication security, or security headers.

2026-03-07
shell-scripting
소프트웨어 개발자

Shell scripting including Bash best practices, error handling, process management, and task automation. Trigger for shell script writing, Bash debugging, or CLI tool development.

2026-03-07
sql-optimizer
소프트웨어 개발자

SQL query optimization including EXPLAIN analysis, index strategies, window functions, CTEs, query rewriting, and performance tuning. Trigger when users have slow queries, need help reading EXPLAIN output, want index recommendations, or need to write complex analytical queries with window functions or CTEs.

2026-03-07
svelte-expert
소프트웨어 개발자

Svelte and SvelteKit development including runes, reactive declarations, stores, transitions, and SvelteKit routing. Trigger for Svelte component development or SvelteKit application architecture.

2026-03-07
tailwind-master
소프트웨어 개발자

Tailwind CSS including design systems, custom plugins, responsive patterns, dark mode, and component styling. Trigger for Tailwind configuration, custom utility creation, or Tailwind-based UI development.

2026-03-07
terraform-infra
소프트웨어 개발자

Terraform infrastructure as code including modules, state management, workspaces, providers, and best practices. Trigger when users write Terraform configs, manage cloud infrastructure, need help with state management, or design reusable modules.

2026-03-07
testing-arsenal
소프트웨어 품질 보증 분석가·테스터

Testing strategies including unit tests, integration tests, E2E tests, mocking, coverage analysis, and TDD workflow. Trigger when users need help writing tests, choosing testing frameworks, implementing mocking strategies, or setting up test infrastructure.

2026-03-07
typescript-wizard
소프트웨어 개발자

Advanced TypeScript development including generics, conditional types, template literal types, mapped types, decorators, and type-level programming. Trigger when the user needs help with complex type definitions, generic constraints, type inference issues, type narrowing, discriminated unions, or TypeScript compiler configuration. Also trigger for migrating JavaScript to TypeScript or resolving type errors.

2026-03-07
vue-specialist
소프트웨어 개발자

Vue.js development including Composition API, Pinia, Nuxt 3, Vue Router, and reactivity system patterns. Trigger when users build Vue applications or need help with Vue-specific patterns.

2026-03-07
websocket-realtime
소프트웨어 개발자

WebSocket and real-time communication including Socket.IO, scaling, presence, rooms, and reconnection strategies. Trigger for real-time features, WebSocket implementation, or Socket.IO patterns.

2026-03-07