Skill Claude CodeCodex
Prefer defaulting and naked switches over if/else chains for shallow branching logic in Go. Use when writing or refactoring conditional logic with 1-3 branches.
Skill Claude CodeCodex
Prefer defaulting and naked switches over if/else chains for shallow branching logic in Go. Use when writing or refactoring conditional logic with 1-3 branches.
Skill Claude CodeCodex
Use when adding a cross-cutting concern (OTEL tracing, logging, metrics, caching, auth) to a business domain, creating files under business/domain//extensions/, or adding the extension seam (ExtBusiness/Extension) to a bus package.
Skill Claude CodeCodex
Enforce primitive-at-edges / strong-types-in-Business layering and the toBus/fromBusResponse/toDB converter pattern. Use when writing, editing, or auditing Go files under app/, business/domain/, or .../stores/db.
Skill Claude CodeCodex
Service Diffguard: read-only PR review lenses for correctness, error visibility, comment truthfulness, test coverage, type/contract boundaries, and simplification across every language in this repo (Go, Vue/JS/SCSS, Rego, protobuf, SQL, Helm/YAML, shell). Use for PR review, pre-commit review, unstaged-diff review, or…
Skill Claude CodeCodex
Apply modern Go syntax guidelines based on the project's Go version. Use whenever writing, editing, or reviewing Go (.go) code — not only when explicitly asked for guidelines.
Instructions file CodexOpenCode
Instructions for ardanlabs/service, covering agents.md, rules, coding rules and tools.
Skill Claude CodeCodex
Using the Kronk MCP service in the default agent configuration, where Kronk is wired directly into the host (OpenCode, Kilo, Pi) as an MCP server. Exposes fuzzyedit (fallback for the host's exact-match edit when whitespace / line-endings cause it to miss) and websearch (Brave-powered). Load whenever you need web…
Skill Claude CodeCodex
Apply modern Go syntax guidelines based on project's Go version. Use when user ask for modern Go code guidelines.
Instructions file CodexOpenCode
Instructions for ardanlabs/kronk, covering agents.md, basic rules, mcp services and manual index.
Skill Claude CodeCodex
Prefer defaulting and naked switches over if/else chains for shallow branching logic in Go. Use when writing or refactoring conditional logic with 1-3 branches.
Skill Claude CodeCodex
Use when adding a cross-cutting concern (OTEL tracing, logging, metrics, caching, auth) to a business domain, creating files under business/domain//extensions/, or adding the extension seam (ExtBusiness/Extension) to a bus package.
Skill Claude CodeCodex
Enforce primitive-at-edges / strong-types-in-Business layering and the toBus/fromBusResponse/toDB converter pattern. Use when writing, editing, or auditing Go files under app/, business/domain/, or .../stores/db.
Skill Claude CodeCodex
Service DiffGuard: read-only PR review lenses for security (secrets/data-leak/vulnerability, mandatory), feature-completeness against acceptance criteria (unimplemented required behavior in unchanged files, mandatory when a ticket is supplied), correctness, error visibility, comment truthfulness, test coverage…
Skill Claude CodeCodex
Apply modern Go syntax guidelines based on the project's Go version. Use whenever writing, editing, or reviewing Go (.go) code — not only when explicitly asked for guidelines.
Plugin Claude Code
Ardan Labs skills for Go, layered architecture, and PR review.
Instructions file CodexOpenCode
Instructions for ardanlabs/skills, covering agents.md, identity, reasoning, working with the user and git.
Instructions file
Instructions for ardanlabs/skills: IMPORTANT: Ensure you’ve thoroughly reviewed the @AGENTS.md file before beginning any work.
Hook Claude Code
Runs when a session starts, running an inline shell check. From ardanlabs/skills.
Settings file Claude Code
Agent settings declaring 1 hook event (SessionStart) and 33 allowed tools.