Skip to main content

이 저장소의 skills

TuYv/ccpm - 35페이지

SkillsMP는 TuYv/ccpm에서 5,252개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

TuYv/ccpm

수집된 skill 5,252개 중 40개를 표시합니다.

직업 분류
전기·전자 제도사
설명

Create, edit, render, and snapshot browser-native implicit CAD `.implicit.js` and `.implicit.mjs` files using GLSL signed-distance fields, shader primitives, smooth booleans, TPMS fields, and direct CAD Viewer raymarch rendering. Experimental.

원문 언어: 영어

업데이트
직업 분류
전기·전자 제도사
설명

SDFormat/SDF model and world authoring, validation, and simulator handoff. Use for `.sdf` files, SDFormat XML, models, worlds, links, joints, poses, frames, inertials, visual/collision geometry, mesh URIs, sensors, lights, physics, plugins, includes, Gazebo,…

원문 언어: 영어

업데이트
직업 분류
원가 견적사
설명

Review DXF and STEP/STP uploads for SendCutSend.com orders using its ordering guide, catalog, and specs. Use only for SendCutSend.com preflight reports covering upload readiness, selected material/SKU/thickness/service availability, and service-specific…

원문 언어: 영어

업데이트
직업 분류
전기·전자 제도사
설명

MoveIt2 SRDF authoring, validation, and planning-semantics workflow. Use when creating, editing, inspecting, or validating `.srdf` files, MoveIt planning groups, virtual joints, passive joints, end effectors, group states, disabled collisions, URDF-paired…

원문 언어: 영어

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

Find, evaluate, and download common purchasable CAD parts from step.parts, including named off-the-shelf actuators, servos, motors, electronics boards, connectors, screws, bolts, nuts, washers, bearings, standoffs, and other catalog components. Use when Codex…

원문 언어: 영어

업데이트
직업 분류
전기·전자 제도사
설명

URDF robot description authoring and validation. Use when creating, editing, inspecting, validating, or debugging `.urdf` files, robot links, joints, limits, inertials, visual/collision geometry, mesh references, frame conventions, or robot-description…

원문 언어: 영어

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

Structured git commit messages following Conventional Commits format for Go projects. Generates well-scoped, atomic commits with clear descriptions. Use when committing changes, writing commit messages, preparing PRs, or reviewing commit history quality.…

원문 언어: 영어

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

REST and gRPC API design patterns for Go services. Covers HTTP handlers, middleware, routing, request/response patterns, versioning, pagination, graceful shutdown, and OpenAPI documentation. Use when designing APIs, writing HTTP handlers, implementing…

원문 언어: 영어

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

Review Go project architecture: package structure, dependency direction, layering, separation of concerns, domain modeling, and module boundaries. Use when reviewing architecture, designing package layout, evaluating dependency graphs, or refactoring…

원문 언어: 영어

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

Continuous integration for Go projects: GitHub Actions pipelines, caching, golangci-lint setup, test/coverage gates, vulnerability scanning, build matrices, and Makefile targets. Use when: "set up CI", "GitHub Actions for Go", "add lint to the pipeline", "CI…

원문 언어: 영어

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

Build command-line tools in Go: flag handling, subcommands, stdin/stdout discipline, exit codes, signal handling, and when Cobra/Viper earn their weight over the standard library. Use when: "build a CLI", "add a subcommand", "parse flags", "exit codes",…

원문 언어: 영어

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

Comprehensive code review checklist for Go projects. Evaluates code quality, idiomatic patterns, error handling, naming, package structure, and test coverage. Use when reviewing Go code, PRs, or before merging changes. Trigger examples: "review this code",…

원문 언어: 영어

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

Go coding standards and style conventions grounded in Effective Go, Go Code Review Comments, and production-proven idioms. Use when writing or reviewing Go code, enforcing naming conventions, import ordering, variable declarations, struct initialization, or…

원문 언어: 영어

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

Review and implement safe concurrency patterns in Go: goroutines, channels, sync primitives, context propagation, and goroutine lifecycle management. Use when writing concurrent code, reviewing async patterns, checking thread safety, debugging race…

원문 언어: 영어

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

Correct usage of context.Context in Go: propagation, cancellation, timeouts, deadlines, values, and common anti-patterns. Use when: "context usage", "context.Context", "context cancellation", "timeout", "context.WithTimeout", "context.WithCancel", "context…

원문 언어: 영어

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

Correct use of Go's built-in data structures: slices (nil vs empty, append semantics, aliasing, preallocation), maps (comma-ok, sets, iteration order), arrays, and choosing between them. Use when: "slice vs array", "nil slice", "empty slice", "preallocate",…

원문 언어: 영어

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

Database patterns for Go services: database/sql, connection management, transactions, migrations, query builders, and ORM usage (sqlc, GORM, ent). Use when: "database access", "SQL query", "connection pool", "transactions", "database migration", "sqlc",…

원문 언어: 영어

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

Audit Go module dependencies: detect outdated packages, check for known vulnerabilities, review go.mod hygiene, identify unused or redundant deps, and evaluate dependency quality. Use when auditing dependencies, checking for CVEs, cleaning up go.mod,…

원문 언어: 영어

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

Dependency injection in Go: constructor injection, wiring in main, avoiding global state, and when frameworks (wire, fx, dig) earn their complexity. Use when: "dependency injection", "wire up dependencies", "inject this", "remove global state", "singleton in…

원문 언어: 영어

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

Idiomatic Go design patterns: functional options, builder, factory, strategy, middleware chain, pub/sub, and other patterns adapted for Go's type system. Use when: "design pattern", "functional options", "builder pattern", "factory pattern", "strategy…

원문 언어: 영어

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

Go documentation conventions: godoc comments, package docs, testable Example functions, deprecation notices, and doc links. Use when: "add godoc", "document this package", "write doc comments", "add examples to docs", "deprecate a function", "package…

원문 언어: 영어

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

Go error handling patterns, wrapping, sentinel errors, custom error types, and the errors package. Grounded in Effective Go, Go Code Review Comments, and production-proven idioms. Use when implementing error handling, designing error types, debugging error…

원문 언어: 영어

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

gRPC services in Go beyond the basics: proto design, status codes and error details, interceptors, deadlines, streaming, health checks, and graceful shutdown. Use when: "gRPC service", "proto design", "gRPC error handling", "interceptor", "gRPC streaming",…

원문 언어: 영어

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

Go interface design patterns: implicit interfaces, consumer-side definition, interface compliance verification, composition, the accept-interfaces-return-structs principle, and common pitfalls. Use when designing interfaces, decoupling packages, defining…

원문 언어: 영어

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

Modernize Go code to use current language features and standard library additions. Covers generics, log/slog, errors.Join, slices/maps packages, range-over-func, and iterators introduced in Go 1.21-1.23+. Use when: "modernize", "update to modern Go", "use…

원문 언어: 영어

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

Structured logging, distributed tracing, metrics, and health checks for Go services. Covers slog, OpenTelemetry, Prometheus, and observability best practices. Use when: "add logging", "structured logs", "add tracing", "OpenTelemetry", "add metrics",…

원문 언어: 영어

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

Detect performance anti-patterns and apply optimization techniques in Go. Covers allocations, string handling, slice/map preallocation, sync.Pool, benchmarking, and profiling with pprof. Use when checking performance, finding slow code, reducing allocations,…

원문 언어: 영어

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

Scaffold new Go projects and services: directory structure, cmd/ and internal/ conventions, when to use a flat layout, module naming, and main package wiring. Use when: "new Go project", "scaffold a service", "create project structure", "start a Go module",…

원문 언어: 영어

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

Safe refactoring workflow for Go: behavior-preserving steps, compiler-checked renames, extracting packages, breaking circular dependencies, and strangler migrations — always behind green tests. Use when: "refactor this", "rename across the codebase", "extract…

원문 언어: 영어

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

Security review for Go applications: input validation, SQL injection, authentication/authorization, secrets management, TLS, OWASP Top 10, and secure coding patterns. Use when performing security reviews, checking for vulnerabilities, hardening Go services,…

원문 언어: 영어

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

Navigate and analyze Go codebases semantically with the toolchain instead of text search: gopls (references, implementations, call hierarchy, rename), go list for the dependency graph, and go doc for APIs. Use when: "find all callers", "who implements this…

원문 언어: 영어

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

Go testing patterns for production-grade code: subtests, test helpers, fixtures, golden files, httptest, testcontainers, property-based testing, and fuzz testing. Covers mocking strategies, test isolation, coverage analysis, and test design philosophy. Use…

원문 언어: 영어

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

Deep dive on table-driven tests in Go: when to use them, when to avoid them, struct design, subtest naming, advanced patterns like test matrices and shared setup, and refactoring bloated tables into clean ones. Use when writing table-driven tests, refactoring…

원문 언어: 영어

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

Diagnose runtime problems in Go programs: panics and stack traces, deadlocks, goroutine leaks, memory leaks, OOM kills, race reports, and debugging with delve and pprof. Use when: "debug this panic", "read this stack trace", "deadlock", "memory leak",…

원문 언어: 영어

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

Use when you need to ask questions about a codebase or understand code using a knowledge graph

원문 언어: 영어

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

Launch the interactive web dashboard to visualize a codebase's knowledge graph

원문 언어: 영어

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

Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks

원문 언어: 영어

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

Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.

원문 언어: 영어

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

Use when you need a deep-dive explanation of a specific file, function, or module in the codebase

원문 언어: 영어

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

Analyze a Figma file via the Figma REST API and generate an interactive design knowledge graph (pages, screens, components, component sets, instances, design tokens) with a kind:"design" dashboard.

원문 언어: 영어

업데이트
수집된 skill 5,252개 중 40개를 표시합니다.