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 件を表示しています。