A collection of reusable agent skills (Markdown-based instruction sets) for AI coding tools.
| Skill | Description |
|---|---|
code-quality |
Enforce clean, simple, maintainable code best practices. Use when planning, implementation and code reviews. |
go-service-scaffold |
Scaffolds new Go microservices from scratch with a production-ready layered architecture: Fiber HTTP, Bun ORM, Unit of Work, dual-interface services, domain packages, task queues, cron workers. Use when creating a new Go project, bootstrapping a Go service, or asked to scaffold a Go API. |
golang-code |
Enforce good Go (Golang) code styles and best practices. Use when writing and reviewing Go code. |
trivy-scanner |
Scan the current project for vulnerabilities using Trivy via Podman. |
npx add-skills ac5tin/skillsnpx add-skills ac5tin/skills --skill <skill-name>For example:
npx add-skills ac5tin/skills --skill code-quality
npx add-skills ac5tin/skills --skill go-service-scaffold
npx add-skills ac5tin/skills --skill golang-code
npx add-skills ac5tin/skills --skill trivy-scanner