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

engineering-skills

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

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

이 저장소의 skills

disk-cleanup
네트워크·컴퓨터 시스템 관리자

Use when the user wants to free disk space, investigate disk usage, clean caches, remove unused artifacts, or when disk capacity is high. Also use when asked to "clean up", "free space", "disk full", or "what's using disk space". Always uses AskUserQuestion for every deletion decision.

2026-03-22
eng-lead
소프트웨어 개발자

Use at the start of every conversation and for every user message — orchestrates the full engineering skills suite by understanding intent, clarifying requirements interactively, and invoking the right skills

2026-03-22
go-refactor
소프트웨어 개발자

Use when refactoring Go code, cleaning up legacy codebases, optimizing performance, or enforcing clean architecture boundaries in a Go/Fiber backend

2026-03-22
py-refactor
소프트웨어 개발자

Use when refactoring Python code, cleaning up legacy codebases, optimizing performance, enforcing type safety, or improving clean architecture in a FastAPI backend

2026-03-22
react-refactor
소프트웨어 개발자

Use when refactoring React components, cleaning up legacy frontends, optimizing performance, improving component architecture, or reducing bundle size

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

Use when reviewing changed code before committing or after completing a feature — checks performance, architecture, type safety, and code quality against project standards

2026-03-22
claude-md
소프트웨어 개발자

Use after any skill completes work that changes project structure, conventions, commands, environment variables, dependencies, or architecture — proactively updates CLAUDE.md so future sessions inherit current project state

2026-03-22
debug
소프트웨어 개발자

Use when debugging any issue in Go, Python, or React applications — provides hands-on investigation tools including Docker inspection, API probing, log analysis, database queries, and browser debugging

2026-03-22
fullstack-healthcheck
소프트웨어 개발자

Use when onboarding to a codebase, inheriting legacy code, after pulling changes, or for periodic health assessment — detects code quality debt, missing tests, architecture violations, and dead code in Go, Python, or React projects

2026-03-22
docker-build
소프트웨어 개발자

Use when creating or updating Docker configurations, Dockerfiles, or docker-compose setups for Go, Python, or React projects

2026-03-22
adr
소프트웨어 개발자

Use when making significant technical decisions that should be documented — framework choices, architecture patterns, trade-offs, and migration decisions

2026-03-22
api-contract
소프트웨어 개발자

Use when designing API contracts between frontend and backend, implementing contract testing, or managing API versioning and breaking changes

2026-03-22
api-design
소프트웨어 개발자

Use when designing new API endpoints, reviewing API consistency, or establishing REST conventions for Go/Fiber or Python/FastAPI backends

2026-03-22
ci-pipeline
소프트웨어 개발자

Use when creating or updating CI/CD pipelines with GitHub Actions or GitLab CI for Go, Python, or React projects

2026-03-22
code-quality
소프트웨어 개발자

Use when writing any production code in Go, Python, or React — enforces performance-first patterns, prevents N+1 queries, demands algorithmic efficiency, and ensures security safety at every layer

2026-03-22
db-migrate
소프트웨어 개발자

Use when creating or modifying database schema in Go projects using golang-migrate with PostgreSQL

2026-03-22
dep-update
소프트웨어 개발자

Use when updating dependencies, running security audits, or managing tech debt in Go, Python, or React projects

2026-03-22
deploy
네트워크·컴퓨터 시스템 관리자

Use when setting up deployment pipelines, Kubernetes manifests, environment promotion, or production infrastructure for Go, Python, or React applications

2026-03-22
event-driven
소프트웨어 개발자

Use when implementing async processing, background jobs, webhooks, real-time events, or message queues in Go or Python applications

2026-03-22
go-feature
소프트웨어 개발자

Use when implementing a new feature, endpoint, or use case in a Go/Fiber backend with clean architecture and PostgreSQL

2026-03-22
go-scaffold
소프트웨어 개발자

Use when starting a new Go backend, API, or microservice with Fiber, PostgreSQL, and clean architecture

2026-03-22
observability
소프트웨어 개발자

Use when adding logging, metrics, tracing, or error tracking to Go, Python, or React applications — structured observability from day one

2026-03-22
onboarding
기술 작가

Use when onboarding to a new codebase, setting up a new engineer, or generating project documentation like ARCHITECTURE.md, CONTRIBUTING.md, or CODEOWNERS

2026-03-22
py-feature
소프트웨어 개발자

Use when implementing a new feature, endpoint, or use case in a Python/FastAPI backend with clean architecture, SQLAlchemy, and PostgreSQL

2026-03-22
py-migrate
데이터베이스 아키텍트

Use when creating or modifying database schema in Python projects using Alembic with SQLAlchemy 2.0 and PostgreSQL

2026-03-22
py-scaffold
소프트웨어 개발자

Use when starting a new Python/FastAPI backend, API, or microservice with SQLAlchemy, Alembic, and clean architecture

2026-03-22
react-feature
웹 개발자

Use when implementing a new React feature, page, component, or hook in a Vite/Bun frontend with testing-library

2026-03-22
react-scaffold
소프트웨어 개발자

Use when starting a new React/Vite/Bun frontend with testing-library, feature-based structure, and typed API client

2026-03-22
security
정보 보안 분석가

Use when implementing authentication, authorization, input validation, or security hardening in Go, Python, or React applications

2026-03-22
interactive-clarify
소프트웨어 개발자

Use for every interaction where clarification is needed — enforces AskUserQuestion tool over plaintext questions for all requirement gathering and decision making

2026-03-22
analytics
소프트웨어 개발자

Use when implementing product analytics, event tracking, user metrics, funnels, or A/B testing in Go, Python, or React applications

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

Use when designing database schema, entity relationships, or index strategy before writing migrations — for PostgreSQL with Go or Python

2026-03-22
incident-response
네트워크·컴퓨터 시스템 관리자

Use when production is broken, a service is down, or a critical bug is affecting users — structured incident management and postmortem

2026-03-22
product-spec
프로젝트 관리 전문가

Use when starting a new feature, product, or project — before any architecture or code, to define what to build and why

2026-03-22
system-design
소프트웨어 개발자

Use when designing system architecture for a new project or major feature — service boundaries, data flow, API contracts, and technical trade-offs

2026-03-22
go-integration-test
소프트웨어 품질 보증 분석가·테스터

Use when writing integration tests for Go services that need real PostgreSQL, Redis, or other external dependencies via testcontainers

2026-03-22
py-integration-test
소프트웨어 품질 보증 분석가·테스터

Use when writing integration tests for Python/FastAPI services that need real PostgreSQL, Redis, or other external dependencies via testcontainers

2026-03-22