car12o

26 mods across 2 repositories, 4 stars between them.

agents AGENTS.md

01

car12o/agents

Instructions file CodexOpenCode

AGENTS.md instructions for car12o/agents, covering interaction, substance, tone, stance and engineering principles.

2 19d ago A 1,283 tokens

agents CLAUDE.md

02

car12o/agents

Instructions file

Claude Code instructions for car12o/agents, a project described as: A portable configuration and tooling kit for AI coding agents - Claude Code, OpenAI Codex, and OpenCode.

2 19d ago A 3 tokens

golang

03

car12o/agents

Skill Claude CodeCodex

Write idiomatic, production-grade Go. Self-contained — all rules inline, no reference files. Use when editing .go files, go.mod, go.sum, or Go tests, or when asked to design, generate, or review Go code. Covers style, errors, concurrency, context, testing, performance, security, modules, JSON, database, production…

2 19d ago A 87 tokens

multi-code-review

04

car12o/agents

Skill Claude CodeCodex

Review the current branch changes against HEAD using multiple AI agents. Use when asked to review code, audit a PR, or check changes before merging.

2 19d ago A 33 tokens

plan-doc

05

car12o/agents

Skill Claude CodeCodex

Produce a structured implementation plan document and save it to disk. Use when asked to write, create, or generate an implementation plan, design doc, or technical spec for a feature or change.

2 19d ago A 41 tokens

plan-implement

06

car12o/agents

Skill Claude CodeCodex

Implement the plan doc generated by the plan-doc skill. Use when asked to implement, execute, or carry out an implementation plan or design doc.

2 19d ago A 33 tokens

plan-review

07

car12o/agents

Skill Claude CodeCodex

Review a plan doc generated by the plan-doc skill using multiple AI agents. Use when asked to review, audit, or critique an implementation plan or design doc.

2 19d ago A 35 tokens

gopher

09

car12o/claude-workflows

Plugin Claude Code

Go 1.24+ development workflow with TDD, quality gates, and code review. Provides specialized agents, skills, and commands for professional Go development.

2 6mo ago A tokens not measured original MIT

go-analyzer

10

car12o/claude-workflows

Agent

Analyze requirements, investigate Go codebases, determine implementation scale (small/medium/large), and identify ADR triggers. Use when starting a new Go feature or analyzing implementation scope.

2 6mo ago A 39 tokens original MIT

go-designer

11

car12o/claude-workflows

Agent

Create ADRs, design documents, and task plans for Go 1.24+ projects. Designs interfaces, plans packages, and decomposes work into implementable tasks with test specs. Use when designing Go features and preparing for implementation.

2 6mo ago A 51 tokens original MIT

go-implementer

12

car12o/claude-workflows

Agent

TDD implementation for Go 1.24+ projects. Generates test skeletons from task specs, follows RED-GREEN-REFACTOR cycle, and escalates design deviations. Use when implementing Go code from task specifications.

2 6mo ago A 50 tokens original MIT

go-quality-gate

13

car12o/claude-workflows

Agent

Execute 8 Go quality gates in order, auto-fix where possible, and report pass/fail status for commit readiness. Degrades gracefully when optional tools are missing. Use after implementation to verify code quality.

2 6mo ago A 47 tokens original MIT

go-reviewer

14

car12o/claude-workflows

Agent

Batch review all Go code changes for idioms, error handling, context propagation, concurrency safety, test quality, performance, and security. Produces a structured verdict with severity levels. Use as the final review step.

2 6mo ago A 47 tokens original MIT

gopher-feat

15

car12o/claude-workflows

Command

Full-cycle Go 1.24+ development: analysis → design → TDD implementation → quality gates → review. Scale-adaptive with 2 stop points.

2 6mo ago A 32 tokens original MIT

gopher-fix

16

car12o/claude-workflows

Command

Lightweight Go bug fix: reproduce with failing test → diagnose root cause → apply minimal fix → quality gates → review.

2 6mo ago A 24 tokens original MIT

gopher-init

17

car12o/claude-workflows

Command

Scaffold a new Go 1.24+ project with standard structure, Makefile, and linter config.

2 6mo ago A 23 tokens original MIT

gopher-refactor

18

car12o/claude-workflows

Command

Refactor Go code with safety guarantees: analyze scope, plan approval, ensure test coverage, apply changes, verify behavior preserved.

2 6mo ago A 25 tokens original MIT

gopher-review

19

car12o/claude-workflows

Command

Quick Go code review: check staged changes, specific files, a diff range, or a GitHub PR for Go idioms, errors, concurrency, and security.

2 6mo ago A 33 tokens original MIT

PostToolUse

20

car12o/claude-workflows

Hook

Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing go-format-check.sh via bash. From car12o/claude-workflows.

2 6mo ago A tokens not measured original MIT

go-concurrency

21

car12o/claude-workflows

Skill Claude CodeCodex

Go concurrency patterns including context propagation, errgroup, goroutine lifecycle, channels, synchronization, and graceful shutdown. Use when designing concurrent systems or reviewing concurrency safety.

2 6mo ago A 36 tokens original MIT

go-idioms

22

car12o/claude-workflows

Skill Claude CodeCodex

Core Go idioms covering error handling, naming conventions, interface design, dependency injection, and documentation. Use when implementing Go features, reviewing Go code, or designing Go APIs.

2 6mo ago A 40 tokens original MIT

go-modern

23

car12o/claude-workflows

Skill Claude CodeCodex

Modern Go 1.21-1.24 features including new stdlib packages, generics, slog, HTTP server patterns, iterators, and Go 1.24 additions. Use when leveraging recent Go features or reviewing code for modern patterns.

2 6mo ago A 53 tokens original MIT

go-project-layout

24

car12o/claude-workflows

Skill Claude CodeCodex

Go project structure, package design, module configuration, Makefile patterns, linting config, and CI/CD essentials. Use when scaffolding Go projects or reviewing project organization.

2 6mo ago C 38 tokens original MIT