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

claude-skills

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

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

이 저장소의 skills

architecture-anti-patterns
소프트웨어 개발자

Identify and avoid common architectural mistakes. Recognize patterns of failure. Use when reviewing designs or learning from mistakes.

2026-03-11
architecture-kata
컴퓨터 시스템 분석가

Practice architectural design with structured problems. Time-limited design challenges. Use for skill development, interviews, team exercises.

2026-03-11
architecture-patterns-catalog
소프트웨어 개발자

Reference catalog of proven architecture patterns. Know when to apply each pattern, tradeoffs, and examples. Use as reference when designing systems.

2026-03-11
architecture-review-facilitation
프로젝트 관리 전문가

Lead effective architecture reviews. Manage discussions, surface disagreements, build consensus, document decisions. Use when conducting reviews or running architecture forums.

2026-03-11
interview-prep
소프트웨어 개발자

Prepare for architecture interview questions and scenarios. Practice system design, tradeoff discussions, communication. Use for career development and interview readiness.

2026-03-11
system-audit
컴퓨터·정보 시스템 관리자

Conduct comprehensive system architecture evaluation. Assess design quality, technical debt, operational readiness, scalability. Use when auditing existing systems.

2026-03-11
technical-mentoring
컴퓨터·정보 시스템 관리자

Coach engineers on architecture and design. Provide feedback, guide learning, support growth. Use when mentoring junior architects or senior engineers.

2026-03-11
architecture-principles
소프트웨어 개발자

Define foundational architecture principles and decision-making rules. Communicate guidelines across organization. Use when establishing architectural standards or updating strategy.

2026-03-11
architecture-review-checklist
컴퓨터·정보 시스템 관리자

Standardized architecture review process with consistent criteria. Evaluate systems against principles, quality attributes, and operational readiness. Use when conducting architecture reviews.

2026-03-11
change-impact-analysis
소프트웨어 개발자

Predict impacts of architectural changes on dependent systems. Trace dependencies, assess risk, plan rollout. Use when making major changes or analyzing blast radius.

2026-03-11
compliance-framework
정보 보안 분석가

Implement compliance requirements (SOC2, GDPR, HIPAA). Design architecture for regulations. Map technical controls to compliance requirements. Use when building regulated systems.

2026-03-11
dependency-governance
소프트웨어 개발자

Manage and optimize system dependencies (libraries, services, data). Reduce coupling, track vulnerabilities, plan deprecation. Use when managing dependency sprawl or improving system modularity.

2026-03-11
fitness-function-design
소프트웨어 개발자

Design metrics that measure architecture health (coupling, modularity, scalability). Automate fitness function checks in CI/CD. Use when establishing quality gates or measuring architectural degradation.

2026-03-11
tech-debt-assessment
소프트웨어 개발자

Measure, prioritize, and address technical debt. Classify debt by impact and effort. Build paydown roadmap. Use when evaluating system health or planning refactoring.

2026-03-11
architecture-brief
프로젝트 관리 전문가

Write concise executive summaries of architecture. Communicate decisions and tradeoffs to non-technical stakeholders. Use when presenting to leadership or documenting decisions.

2026-03-11
architecture-roadmap
컴퓨터·정보 시스템 관리자

Create multi-quarter architecture vision and roadmap. Prioritize initiatives, estimate effort, communicate strategy. Use when planning architecture evolution or communicating long-term vision.

2026-03-11
c4-model-diagram
소프트웨어 개발자

Create C4 context, container, component, and code diagrams. Visualize architecture at different abstraction levels. Use when communicating system structure to diverse audiences.

2026-03-11
context-diagram
컴퓨터 시스템 분석가

Design high-level system boundary diagrams. Show external systems, users, data flows. Use when onboarding teams or clarifying system scope.

2026-03-11
rfc-template
소프트웨어 개발자

Propose architectural changes with comprehensive RFCs. Structure feedback, document decisions, track rationale. Use when proposing major architecture changes or design patterns.

2026-03-11
sequence-diagram
소프트웨어 개발자

Show interactions and flows over time. Illustrate request paths, asynchronous patterns, error handling. Use when documenting complex flows or onboarding on system behavior.

2026-03-11
stakeholder-presentation
프로젝트 관리 전문가

Present architecture to diverse audiences (executives, product, engineers). Tailor message, manage Q&A, handle skepticism. Use when communicating major decisions or visions.

2026-03-11
data-flow-diagram
데이터베이스 아키텍트

Design data movement and transformation pipelines. Show how data flows between systems, transforms, and where it's stored. Use when architecting data integrations or ETL processes.

2026-03-11
data-governance
컴퓨터·정보 시스템 관리자

Establish data ownership, quality standards, compliance policies, and metadata management. Build organizational data practices. Use when defining data strategy or improving data quality and compliance.

2026-03-11
data-model-design
데이터베이스 아키텍트

Design data models for business domains using entity-relationship or domain-driven design. Use when modeling new domains or refactoring data structures.

2026-03-11
data-pipeline-design
데이터 과학자

Design batch and streaming data pipelines. Plan ingestion, transformation, quality checks, and failure recovery. Use when building ETL/ELT systems or data infrastructure.

2026-03-11
event-sourcing
데이터베이스 아키텍트

Store state as immutable event log instead of current values. Build auditable, event-driven systems with full history. Use when auditability, temporal queries, or event-driven processing matters.

2026-03-11
integration-patterns
데이터베이스 아키텍트

Integrate data across systems using ETL, CDC, event streaming, and API patterns. Design robust, maintainable data integrations. Use when connecting disparate data sources or microservices.

2026-03-11
schema-evolution
데이터베이스 아키텍트

Manage database schema changes while maintaining backwards compatibility. Handle migrations, versioning, and zero-downtime deployments. Use when evolving data models in production systems.

2026-03-11
storage-selection
데이터베이스 아키텍트

Choose the right database technology for specific workloads. Evaluate relational, NoSQL, data warehouses, and search engines. Use when selecting storage systems for new features or optimizing existing ones.

2026-03-11
architecture-decision-record
소프트웨어 개발자

Document architectural decisions using ADR format. Use when making significant architectural choices that affect future development.

2026-03-11
build-vs-buy
소프트웨어 개발자

Systematically evaluate whether to build a solution or buy/use existing product. Use when evaluating tooling, services, or frameworks.

2026-03-11
legacy-modernization
소프트웨어 개발자

Modernize legacy systems without rewriting from scratch. Use strangler fig, facade, and strategic refactoring.

2026-03-11
migration-strategy
소프트웨어 개발자

Plan large-scale migrations from old systems to new architectures. Use when modernizing legacy systems or upgrading infrastructure.

2026-03-11
proof-of-concept-plan
컴퓨터 시스템 분석가

Plan and execute focused POCs to validate architectural decisions before full commitment.

2026-03-11
risk-assessment
컴퓨터 시스템 분석가

Identify and manage architectural risks using risk matrices and mitigation strategies.

2026-03-11
technology-radar
컴퓨터·정보 시스템 관리자

Evaluate and track technology choices on a radar. Use when selecting frameworks, databases, or tools.

2026-03-11
vendor-evaluation
구매 담당자(도소매·농산물 제외)

Systematically evaluate and select vendors for infrastructure, SaaS, or services.

2026-03-11
capacity-planning
네트워크·컴퓨터 시스템 관리자

Forecast infrastructure resource needs (compute, storage, network). Model growth scenarios and utilization targets. Use when planning infrastructure investments or optimizing costs.

2026-03-11
cloud-architecture
컴퓨터 네트워크 아키텍트

Design cloud infrastructure for AWS, GCP, or Azure. Plan compute, storage, networking, and compliance. Use when architecting cloud systems or migrating to cloud.

2026-03-11
container-orchestration
네트워크·컴퓨터 시스템 관리자

Design Kubernetes clusters for scaling, service discovery, storage, and networking. Plan upgrades and multi-cluster strategies. Use when architecting container infrastructure.

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