Go Concurrency Patterns

v1.0.0

Production Go concurrency patterns — goroutines, channels, sync primitives, context, worker pools, pipelines, and graceful shutdown. Use when building concurrent Go applications or debugging race conditions.

0· 775·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description (Go concurrency patterns) match the contents of SKILL.md and README: code examples and patterns for goroutines, channels, context, worker pools, pipelines, errgroup, etc. Nothing in the metadata or files asks for unrelated capabilities (no cloud credentials, no system access).
Instruction Scope
SKILL.md contains code samples and prose describing patterns; it does not instruct the agent to read arbitrary files, access secrets, or transmit data to unexpected external endpoints. Example snippets include HTTP requests as illustrative code for fetch use-cases (normal for such a tutorial) but do not direct the agent to execute network calls itself.
Install Mechanism
There is no formal install spec (instruction-only), which is low risk. The README mentions an 'npx add' command pointing at a GitHub tree URL and local copy instructions; these are only documentation and not executed by the agent. The 'npx add' usage is unconventional (pointing to a tree URL) but does not affect the skill's runtime behavior. If you plan to follow those install steps, review them before executing.
Credentials
The skill declares no required environment variables, credentials, or config paths. SKILL.md examples reference standard Go packages and context usage only. There is no disproportionate or unexplained request for secrets.
Persistence & Privilege
Skill is not always-enabled (always: false) and is user-invocable. There is no install-time code or files added by the platform and no indication the skill modifies other skills or global agent configs.
Assessment
This is an instruction-only skill providing Go concurrency examples; it's internally consistent and low-risk. Before running any example code locally, inspect it (the SKILL.md appears truncated in one place) and review network calls or third-party imports (e.g., http requests, golang.org/x packages). If you plan to follow the README's 'npx add' or copy steps, validate those commands — the README references a GitHub tree URL which is an unconventional usage and should be reviewed before executing.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dsfz2170fz39cg8bfk6yf4980wrcy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments