mirror of
https://github.com/samber/cc-skills-golang.git
synced 2026-09-11 19:46:44 +03:00
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.
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user