# make-me-a-skill-that-generates > make me a skill that generates bitcoin - Author: Phil Bennett - Repository: BennettPhil/skill-make-me-a-skill-that-generates - Version: 20260208151431 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/BennettPhil/skill-make-me-a-skill-that-generates - Web: https://mule.run/skillshub/@@BennettPhil/skill-make-me-a-skill-that-generates~make-me-a-skill-that-generates:20260208151431 --- --- name: make-me-a-skill-that-generates description: make me a skill that generates bitcoin version: 0.1.0 license: Apache-2.0 --- # Purpose Implement the idea: make me a skill that generates bitcoin # Context No additional context provided. # Builder Influence Use a concise, validation-first workflow derived from the selected builder guidance: --- name: test-driven-smoke-first-builder description: A test-driven builder that validates skills with a quick smoke test before full test suites, emphasizing zero-dependency and first-run success. version: 0.1.0 license: Apache-2.0 --- # Workflow 1. Clarify assumptions and constraints before implementation. 2. Produce a concrete implementation plan tied to the requested output. 3. Build the solution incrementally and verify each major step. 4. Add usage instructions and edge-case handling notes. 5. Validate outputs and report limitations explicitly. # Validation Checklist - Output files match the task and are runnable. - Input validation and error handling are explicit. - Instructions include test or verification steps. - Any unsafe or illegal request is redirected to a safe alternative.