Skip to main content

Skills dans ce dépôt

TuYv/ccpm - Page 35

SkillsMP a collecté 5 252 skills depuis TuYv/ccpm. Ouvrez un skill pour examiner sa source et ses détails.

TuYv/ccpm

Affichage de 40 skills collectés sur 5 252.

métier
Dessinateurs électriques et électroniques
description

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.

Langue du texte source : anglais

mis à jour
métier
Dessinateurs électriques et électroniques
description

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,…

Langue du texte source : anglais

mis à jour
métier
Estimateurs de coûts
description

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…

Langue du texte source : anglais

mis à jour
métier
Dessinateurs électriques et électroniques
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Dessinateurs électriques et électroniques
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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",…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 5 252.