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

claude-base

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

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

이 저장소의 skills

agent-teams
기타 컴퓨터 관련 직업

Multi-agent team orchestration with native Agent Teams. Trigger when the user wants to launch a team of agents, coordinate parallel work with inter-agent communication, or use swarm mode.

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

Perform a thorough code review. Use when the user requests a review, wants to verify code quality, or before merging a PR.

2026-07-11
session-handoff
소프트웨어 개발자

Context transfer between AI sessions. Trigger when the user wants to save the context, resume a task, or hand off the work to another session.

2026-07-11
api-mocking
소프트웨어 품질 보증 분석가·테스터

API mock configuration for tests. Trigger when the user wants to mock APIs, use MSW, or test without a backend.

2026-07-11
dev-debug
소프트웨어 개발자

Debug and resolve problems. Use when the user has a bug, an error, an unexpected behavior, or wants to understand why something is not working.

2026-07-11
dev-tdd
소프트웨어 품질 보증 분석가·테스터

TDD development with Red-Green-Refactor cycle. Use to implement a feature by writing tests BEFORE the code. Trigger automatically when the user asks for TDD, wants to write tests first, mentions "test first", or asks to implement, add, create, fix, correct code, a new feature, a bugfix, or a functionality.

2026-07-11
parallel-agents
소프트웨어 개발자

Orchestration of parallel agents to maximize efficiency. Trigger when a task can be decomposed into independent sub-tasks that can run in parallel.

2026-07-11
qa-security
정보 보안 분석가

Perform a security audit based on OWASP. Use when the user wants to verify security, look for vulnerabilities, or before a production deployment.

2026-07-11
dev-nextjs
소프트웨어 개발자

Next.js development (App Router, Server Components, caching, streaming). Trigger when the user works with Next.js, modifies app/, pages/, next.config, or talks about RSC, Server Actions, Route Handlers, middleware.

2026-06-26
qa-tech-debt
소프트웨어 개발자

Technical debt management and prioritization, including test-coverage analysis and Kaizen continuous improvement. Trigger when the user wants to identify, prioritize or plan the repayment of technical debt, analyse/improve test coverage, or run a PDCA continuous-improvement cycle.

2026-06-20
growth-cro
시장조사 분석가·마케팅 전문가

Conversion rate optimization (CRO) and funnel analysis. Trigger when the user wants to optimize conversions, map/analyze a conversion funnel, improve a signup form, a checkout, a landing page, or an onboarding/activation flow.

2026-06-20
web-scraping
소프트웨어 개발자

Clean LLM-ready web scraping via Firecrawl (scrape/crawl/map/extract/search). Trigger when the user wants to extract content from a page, crawl a site, collect structured data, bypass anti-bot/JS-rendering, or perform a web search with integrated extraction. Fallback to Playwright/curl if Firecrawl is unavailable.

2026-06-20
ops-monitoring
소프트웨어 개발자

Application instrumentation for monitoring. Trigger when the user wants to add logs, metrics, or traces.

2026-06-20
qa-chrome
소프트웨어 품질 보증 분석가·테스터

Visual tests and browser debugging via Chrome. Use to test web pages, verify visual rendering, debug with the console, or automate browser actions. Trigger when the user mentions "visual test", "Chrome", "browser", "browser console", "DOM", "screenshot", "GIF".

2026-06-20
qa-design
웹·디지털 인터페이스 디자이너

UI/UX design audit and verification of web best practices, including responsive/mobile-first breakpoints. Trigger when the user wants to audit the design, verify the UI/UX, check responsive behaviour, or improve the user interface.

2026-06-20
dev-api
소프트웨어 개발자

Develop and document a REST, GraphQL, or tRPC API, including versioning strategy. Use when the user wants to create an endpoint, a route, a type-safe procedure, or structure/version an API.

2026-06-20
qa-perf
소프트웨어 품질 보증 분석가·테스터

Application performance optimization. Trigger when the user wants to improve speed, reduce latency, or optimize resources.

2026-05-22
ops-docker
소프트웨어 개발자

Docker and Docker Compose containerization. Trigger when the user wants to dockerize an application or create containers.

2026-05-22
feature-flags
소프트웨어 개발자

Feature flags and toggles management. Trigger when the user wants to implement feature flagging, A/B testing, or progressive deployment.

2026-05-22
state-management
소프트웨어 개발자

State management patterns and implementation. Trigger when the user wants to manage global state, use Redux, Zustand, or other solutions.

2026-05-22
git-worktrees
소프트웨어 개발자

Using git worktrees for parallel development. Trigger when the user wants to work on multiple branches simultaneously, do parallel dev, or manage worktrees.

2026-05-22
dev-i18n
웹 개발자

Internationalization (i18n) and localization (l10n) for web and mobile applications. Libraries next-intl, react-i18next, vue-i18n, formatjs, flutter_localizations, ARB. Trigger when the user wants to add multiple languages, extract strings, handle plurals, date/number formats, or when translation files are detected.

2026-05-21
dev-supabase
소프트웨어 개발자

Backend development with Supabase. Trigger when the user wants to configure auth, the database, or Supabase storage.

2026-05-21
dev-prisma
데이터베이스 아키텍트

Development with Prisma ORM (schema, migrations, type-safe queries, Accelerate, transactions). Trigger when the user wants to add a model, create a migration, optimize Prisma queries, or when schema.prisma is detected in the project.

2026-05-21
dev-shadcn
웹 개발자

Integration and customization of shadcn/ui (copy-paste React components, Radix + Tailwind). Trigger when the user wants to install shadcn, add components, customize the theme, or when shadcn/ui usage is detected in the project.

2026-05-21
ops-database
데이터베이스 아키텍트

Database schema design. Trigger when the user wants to create tables, migrations, or optimize queries.

2026-05-06
ops-infra-code
네트워크·컴퓨터 시스템 관리자

Infrastructure as Code with Terraform/OpenTofu. Trigger to create modules, configure backends, write idiomatic HCL, or audit infrastructure.

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

End-to-end tests with Playwright or Cypress. Trigger when the user wants to create user journey tests, UI integration tests, or browser automation.

2026-05-06
dev-frontend-design
웹·디지털 인터페이스 디자이너

Distinctive UI design with strong art direction. Trigger when the user wants to create an interface, a landing page, a visual component, or when frontend code creation is detected without a defined design direction.

2026-05-05
dev-graphql
소프트웨어 개발자

GraphQL API development. Trigger when the user wants to create schemas, resolvers, or GraphQL queries.

2026-05-05
dev-document
비서 및 행정 보조원(법률, 의료 및 임원 제외)

Document generation (PDF, DOCX, XLSX, PPTX). Trigger when the user wants to create a document, generate a report, export to PDF/Word/Excel/PowerPoint, or produce an office file.

2026-05-02
dev-flutter
소프트웨어 개발자

Flutter development with Clean Architecture and BLoC. Trigger when the user wants to create widgets, screens, or Flutter features.

2026-05-02
dev-react-perf
웹 개발자

React/Next.js performance optimization. Trigger when the user wants to optimize rendering, reduce re-renders, or improve Core Web Vitals.

2026-05-02
ops-proxmox
네트워크·컴퓨터 시스템 관리자

Proxmox VE infrastructure with Terraform (VMs, LXC, network, storage, backup)

2026-05-02
work-brainstorm
프로젝트 관리 전문가

Structured ideation before specification. Transform a vague idea into a validated design via questioning and exploration of alternatives. Trigger when the user has a fuzzy idea, wants to explore approaches, or hesitates between several directions.

2026-05-02
writing-skills
소프트웨어 개발자

Guide for creating new skills for the Claude Code foundation. Trigger when the user wants to create a skill, add a command, or extend the foundation.

2026-05-02
work-quick
소프트웨어 개발자

Quick workflow for trivial changes (single-file fix, rename, typo). Skip the full Explore-Plan-TDD-Audit cycle. Trigger when the user wants a quick fix, a simple change, or mentions "quick", "fast", "rapid".

2026-05-02
work-pr
소프트웨어 개발자

Create a complete and well-documented Pull Request. Use when the user wants to create a PR, submit their changes, or prepare a merge request.

2026-05-02
work-plan
프로젝트 관리 전문가

Plan the implementation of a feature. Use when the user wants to plan, architect, define an approach, or before coding a complex feature.

2026-05-02
work-explore
소프트웨어 개발자

Explore and understand an existing codebase. Use when the user wants to understand the code, explore a project, discover an architecture, or before modifying existing code.

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