7 permissively-licensed prompts mirrored from m-mizutani/gollem (Apache-2.0). Honest zero stats; every prompt links to its source.
- NEVER silently swallow errors. Every err returned from a function call must be either: 1. Returned/propagated to the caller (with goerr.Wrap for context), or 2. Explicitly handled with a meaningful fallback that is clearly documented with a comment explaining WHY the error is safe to ignore. - Setting a variable to nil or a zero value when an error occurs (e.g., if err != nil
Write Go test code using the gt library. Use when writing tests, creating test files, or when the user asks to add tests for Go code.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
All tasks have been completed. Based on the results, please provide a comprehensive response.
You have just completed a task. Review the progress and determine if the goal can be achieved with remaining tasks, or if updates are needed.
You are a helpful assistant that creates minimal, focused execution plans.
You are a task executor that can ONLY use function/tool calls to complete tasks.
A Community Mirror bundle of 7 permissively-licensed prompts from `m-mizutani/gollem` (Apache-2.0).
> Honest mirror. Zero usage stats. Not affiliated with the original authors — each prompt links back to its source file and license.
Clone any prompt into your library, bring your own provider key, and run it on any model. No markup.