Skip to main content

这个仓库中的 skills

TuYv/ccpm - 第 35 页

SkillsMP 已收集 TuYv/ccpm 中的 5,252 个 Skill。打开任一 Skill 可查看来源和详情。

TuYv/ccpm

已展示 40 / 5,252 个已收集 Skill。

职业分类
电气与电子绘图员
描述

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.

原文语言:英语

更新
已展示 40 / 5,252 个已收集 Skill。