Skip to main content

irahardianto/claude-superpowers

SkillsMP는 irahardianto/claude-superpowers에서 25개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
25
GitHub 스타
2
GitHub 포크
0

수집된 skill 25개 중 25개를 표시합니다.

직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Execute a structured code review protocol that inspects code quality against the full rule set. Use when auditing code written by yourself or another agent, during code audit workflows, or when the user asks for a code review. Produces a findings document…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Generates distinctive, production-grade frontend interfaces and artifacts (React, Vue, HTML/CSS). Prioritizes bold aesthetics, unique typography, and motion to avoid generic designs. Use when building websites, landing pages, dashboards, posters, or when the…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Structured research protocol for investigating technologies, patterns, and APIs before implementation. Use when exploring unfamiliar technologies, evaluating library options, or documenting technical findings. Covers multi-tool search strategy, research log…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Apply WCAG accessibility standards when building UI components, forms, interactive elements, or any user-facing interface. Covers semantic HTML, ARIA attributes, keyboard navigation, color contrast, and screen reader support.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Document significant architectural decisions using the ADR (Architecture Decision Record) format. Use during research phases when choosing between approaches, when introducing new dependencies or patterns, or when the user asks to document a technical…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply REST/HTTP API design conventions when implementing endpoints, handlers, middleware, request validation, or response formatting. Covers resource naming, status codes, error formats, versioning, and pagination.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Apply Kubernetes deployment and GitOps patterns when configuring container orchestration, deployment strategies (rolling, blue-green, canary), ArgoCD/Flux manifests, or Kubernetes secrets management. Supplement to ci-cd-principles.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply CI/CD pipeline design patterns when configuring build pipelines, deployment processes, release strategies, Dockerfiles, or GitHub Actions workflows. Covers pipeline stages, artifact management, environment promotion, and rollback strategies.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply safe command execution patterns when spawning external processes, shell commands, or system calls from application code. Covers input sanitization, timeout handling, output capture, and error propagation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply concurrency and parallelism patterns when implementing goroutines, async/await, threads, channels, mutexes, worker pools, or any concurrent data access. Covers race condition prevention, deadlock avoidance, and message passing.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Apply configuration management patterns when working with environment variables, config files, settings structs, secrets injection, or feature toggles. Covers validation, layering, fail-fast on missing config, and twelve-factor app principles.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply data serialization best practices when encoding, decoding, or validating structured data formats (JSON, YAML, XML, Protocol Buffers, MessagePack). Covers schema validation, versioning, backward compatibility, and safe deserialization.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Apply database design patterns when creating schemas, writing migrations, designing queries, managing indexes, or working with transaction boundaries. Covers normalization, query optimization, connection pooling, and migration safety.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Execute a structured debugging protocol to systematically identify root causes of software issues. Use when diagnosing complex bugs, flaky tests, intermittent failures, or unknown system behavior by forming hypotheses and validating them through specific,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply dependency management best practices when adding, updating, or auditing project dependencies in go.mod, package.json, Cargo.toml, pubspec.yaml, or requirements.txt. Covers version pinning, vulnerability scanning, and dependency hygiene.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply feature flag patterns ONLY when explicitly required by the PRD or technical architecture document. Covers flag evaluation rules, lifecycle management, testing strategies, and infrastructure requirements. Do NOT load speculatively.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply git workflow conventions when creating branches, writing commit messages, managing pull requests, or resolving merge conflicts. Covers conventional commits, branch naming, PR hygiene, and release tagging.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Run pre-flight checklists before writing code and post-implementation self-review after writing code. Use at the start of implementation to verify readiness, and after writing code but before verification to catch architectural violations, missing…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Apply structured logging and observability implementation patterns when adding log statements, configuring loggers, implementing correlation IDs, or setting up telemetry. Covers log levels, structured fields, context propagation, and language-specific logger…

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Generate distinctive, production-grade mobile interfaces for Flutter and React Native with platform-native patterns, adaptive layouts, and fluid motion. Use when building mobile app screens, widgets, or when the user requests visually striking mobile UI with…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Apply health check and metrics patterns when implementing readiness/liveness probes, instrumenting RED/USE metrics, integrating error tracking, or adding production observability code. Covers Prometheus metrics, health endpoints, and alert threshold design.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Execute profile-driven performance optimization using a structured methodology. Use when profiling data (CPU, heap, trace, flamegraph) is available, when the user requests performance analysis, or when a benchmark regression is detected. Covers…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply performance optimization principles when profiling, benchmarking, or optimizing hot paths. Covers the measure-first methodology, identifying bottlenecks, caching strategies, and when to stop optimizing. For hands-on profiling workflows, use the…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Apply resource lifecycle management patterns when working with files, database connections, network sockets, locks, or any resource requiring explicit cleanup. Covers RAII, defer/finally, connection pooling, graceful shutdown, and leak prevention.

원문 언어: 영어

업데이트
직업 분류
중등 후 수학 과학 교사
설명

Perform dynamic, reflective problem-solving through iterative thought chains with built-in revision and branching. Use for complex planning, multi-step analysis, hypothesis verification, or any problem where the full scope isn't initially clear and thinking…

원문 언어: 영어

업데이트
수집된 skill 25개 중 25개를 표시합니다.