Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Guardrails for AI-assisted software development — a collection of agents, skills, and quality guidance that keep agentic coding tools productive and consistent.
agents/ — Opinionated "craftsperson" agents for 16 language/framework stacks. Each agent enforces quality gates, TDD workflow, and language-idiomatic patterns. See agents/README.md.skills/ — Reusable skills following the Agent Skills specification. See skills/README.md.AGENTS.md — Baseline standards (versioning, frontmatter, file conventions) shared by all agents and skills in this repo.AI coding agents are powerful but unconstrained — they'll happily skip tests, ignore linters, invent abstractions nobody asked for, and commit without running quality checks. These guidelines give agents a clear set of engineering principles to follow:
Copy or symlink the agents and skills you need into your project's agentic tool configuration. Each agent is a standalone .md file; each skill is a self-contained directory with a SKILL.md.
For details on creating your own agents, see agents/MAKERS.md.
Stacey Vetzal — [email protected]
Clojure craftsperson agent
Stacey Vetzal's writing and presentation voice guides
Python craftsperson agent with uv and pip toolchain skills
Elixir and Phoenix craftsperson agents
Swift craftsperson agent for iOS, macOS, and server-side Swift
npx claudepluginhub svetzal/guidelines --plugin go-ecosystemAI Agent Skills for production-ready Go projects
Go development following Google Go style guide with Go 1.25+ features and best practices
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
gopilot is your Go copilot - a skill for writing idiomatic Go code, covering design patterns, error handling, testing, concurrency, generics, and stdlib patterns up to Go 1.26.
Gopher Guides training materials integrated into Claude
Advanced Go skills for concurrency, error handling, and interfaces.