Instructions file CodexOpenCode
AGENTS.md instructions for car12o/agents, covering interaction, substance, tone, stance and engineering principles.
Instructions file CodexOpenCode
AGENTS.md instructions for car12o/agents, covering interaction, substance, tone, stance and engineering principles.
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.
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…
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.
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.
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.
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.
Plugin Claude Code
A collection of Claude Code workflow plugins for software development.
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.
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.
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.
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.
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.
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.
Command
Full-cycle Go 1.24+ development: analysis → design → TDD implementation → quality gates → review. Scale-adaptive with 2 stop points.
Command
Lightweight Go bug fix: reproduce with failing test → diagnose root cause → apply minimal fix → quality gates → review.
Command
Scaffold a new Go 1.24+ project with standard structure, Makefile, and linter config.
Command
Refactor Go code with safety guarantees: analyze scope, plan approval, ensure test coverage, apply changes, verify behavior preserved.
Command
Quick Go code review: check staged changes, specific files, a diff range, or a GitHub PR for Go idioms, errors, concurrency, and security.
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.
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.
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.
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.
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.