From a18860b303ef1d3d928f9670631e03210b8698bf Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Sun, 23 Aug 2026 20:56:31 +0200 Subject: [PATCH] chore: add CITATION.cff Enables the GitHub "Cite this repository" button and gives Zenodo a stable citation source instead of auto-generating one from the noisy GitHub contributor list. --- CITATION.cff | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..8658503 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,26 @@ +cff-version: 1.2.0 +message: "If you use these skills, please cite them as below." +title: "samber/cc-skills-golang: AI Agent Skills for production-ready Go projects" +abstract: >- + A collection of AI agent skills that extend coding assistants with Go-specific + expertise: language idioms, naming, error handling, testing, security, + performance, concurrency, observability and project layout. +type: software +authors: + - family-names: Berthe + given-names: Samuel + orcid: "https://orcid.org/0009-0000-2060-7721" + email: hello@samuel-berthe.fr +doi: 10.5281/zenodo.21605229 +date-released: 2026-03-22 +license: MIT +repository-code: "https://github.com/samber/cc-skills-golang" +url: "https://github.com/samber/cc-skills-golang" +keywords: + - golang + - go + - ai-agent + - agent-skills + - claude-code + - llm + - developer-productivity