cloudposse

61 mods across 1 repository, 1.4k stars between them.

cloudposse

01

cloudposse/atmos

Plugin Claude Code

Official Atmos plugins and skills for Claude Code.

1.4k +2 today A tokens not measured original Apache-2.0

README

02

cloudposse/atmos

Agent Claude Code

Specialized Claude agents for Atmos development. Each agent is an expert in a specific domain, helping scale development through focused expertise.

1.4k +2 today A 0 tokens original Apache-2.0

agent-developer

03

cloudposse/atmos

Agent Claude Code

Use this agent when creating, updating, or refining Claude agents. Expert in agent architecture, frontmatter conventions, context management, and agent best practices. Invoke when: - User requests creation of a new agent - User asks to review, audit, or validate an existing agent - Existing agent needs updates or…

1.4k +2 today A 95 tokens original Apache-2.0

atmos-errors

04

cloudposse/atmos

Agent Claude Code

Expert in designing helpful, friendly, and actionable error messages using the Atmos error handling system. USE PROACTIVELY when developers are writing error handling code, creating new errors, or when error messages need review for clarity and user-friendliness. Ensures proper use of static sentinel errors, error…

1.4k +2 today A 133 tokens original Apache-2.0

coderabbit-review

05

cloudposse/atmos

Agent Claude Code

Reviews and addresses CodeRabbit feedback on code changes.

1.4k +2 today A 13 tokens original Apache-2.0

example-creator

06

cloudposse/atmos

Agent Claude Code

Expert in creating Atmos examples with proper structure, documentation, mock components, and CI testing integration. Invoke when: - User wants to create a new example - User asks about example best practices - User needs a mock component that doesn't require cloud credentials - User wants to add tests for an example …

1.4k +2 today A 83 tokens original Apache-2.0

flag-handler

07

cloudposse/atmos

Agent Claude Code

Expert in Atmos flag handling patterns and command registry architecture. The pkg/flags/ infrastructure is FULLY IMPLEMENTED and robust. NEVER call viper.BindEnv() or viper.BindPFlag() directly - Forbidigo enforces this ban outside pkg/flags/. AUTO-INVOKE when ANY of these topics are mentioned: - flag, flags, flag…

1.4k +2 today A 330 tokens original Apache-2.0

gist-creator

08

cloudposse/atmos

Agent Claude Code

Expert in creating Atmos gists with proper structure, README documentation, file-browser plugin integration, and blog post announcements. Invoke when: - User wants to create a new gist - User asks about gist best practices - User wants to add a community recipe or pattern - User mentions "gist" in the context of…

1.4k +2 today A 67 tokens original Apache-2.0

lint-fix

09

cloudposse/atmos

Agent Claude Code

Fixes golangci-lint findings (patch-scoped or full-repo) produced by the lint skill.

1.4k +2 today A 28 tokens original Apache-2.0

cloudposse/atmos

Agent Claude Code

Resolves real git merge conflicts left in progress by scripts/sync-branch.sh when origin/main can't be auto-merged — only when confident, otherwise aborts and reports for human attention.

1.4k +2 today A 45 tokens original Apache-2.0

test-coverage-fix

11

cloudposse/atmos

Agent Claude Code

Fixes scoped-package failing tests, then fixes genuine coverage gaps, on the current patch vs origin/main — invoked by the test-coverage skill.

1.4k +2 today A 36 tokens original Apache-2.0

tui-expert

12

cloudposse/atmos

Agent Claude Code

Expert in Atmos theme-aware TUI system. Use for developing new UI components, refactoring hard-coded colors to theme-aware patterns, or understanding theme architecture. Invoke when: - Creating new TUI/CLI output with colors, tables, or markdown - Refactoring hard-coded colors (lipgloss.Color("#...")) to theme-aware…

1.4k +2 today A 179 tokens original Apache-2.0

tui-list

13

cloudposse/atmos

Agent Claude Code

Expert in developing DX-friendly list commands for Atmos CLI. Specializes in table rendering, column configuration, filter/sort implementation, and pipeline-friendly output formats. Invoke when: - Creating new list commands (list components, list stacks, list workflows, etc.) - Adding columns to existing list commands…

1.4k +2 today A 120 tokens original Apache-2.0

ui-test-developer

14

cloudposse/atmos

Agent Claude Code

Use this agent for developing and improving UI tests for Atmos TUI components. Expert in Charmbracelet TeaTest patterns, ANSI handling, and coverage optimization. Invoke when: - Writing tests for pkg/generator/ui components - Improving UI test coverage - Debugging TUI test failures - Analyzing untested UI functions …

1.4k +2 today A 77 tokens original Apache-2.0

PostToolUse

15

cloudposse/atmos

Hook Claude Code

Runs after a tool call finishes for Bash tool calls, executing security-remediate-trigger.sh. From cloudposse/atmos.

1.4k +2 today A tokens not measured copy · 39% Apache-2.0

atmos

16

cloudposse/atmos

Settings file Claude Code

Agent settings declaring 1 hook event (PostToolUse) and 31 allowed tools.

1.4k +2 today A tokens not measured original Apache-2.0

atmos-asciicast

17

cloudposse/atmos

Skill Claude CodeCodex

Create and update Atmos repository asciicast demos for internal documentation, website publishing, and CastPlayer embeds.

1.4k +2 today A 26 tokens original Apache-2.0

cloudposse/atmos

Skill Claude CodeCodex

Atmos CORE contributor guide for adding/modifying a component TYPE in the Go codebase (terraform/helmfile/packer/ansible/container): the component registry & provider, the CLI command group, the describe/list type whitelist, custom-component inheritance & deep-merge, schema, and tests. NOT for authoring user…

1.4k +2 today A 80 tokens original Apache-2.0

changelog

19

cloudposse/atmos

Skill Claude CodeCodex

Blog post authoring for Atmos: MDX template, frontmatter, website/blog/tags.yml and authors.yml rules, problem-first framing, backtick-opening ban, optional cast embeds, and no-Go-internals leakage. Invoke when writing, editing, or reviewing a website/blog/.mdx changelog post.

1.4k +2 today A 65 tokens original Apache-2.0

code-hygiene

20

cloudposse/atmos

Skill Claude CodeCodex

Reviews code changes for architectural smells that mechanical checks (lint, tests, coverage) structurally can't catch: duplicated 'shared' abstractions, missing sentinel errors, generics that discard their own type info, self-aware nolint suppressions of mandated rules, business logic in the wrong layer…

1.4k +2 today A 225 tokens original Apache-2.0

cloudposse/atmos

Skill Claude CodeCodex

Atmos core component development: adding or changing native component types, component registry providers, commands, stack schema, docs, examples, DAG/affected behavior, auth, hooks, source/provisioning, and tests.

1.4k +2 today A 44 tokens original Apache-2.0

docs

22

cloudposse/atmos

Skill Claude CodeCodex

Docs: contributor documentation conventions for Atmos website docs, CLI command docs, configuration pages, action cards, changelog, roadmap, and stale-content checks.

1.4k +2 today A 31 tokens original Apache-2.0

field-test

23

cloudposse/atmos

Skill Claude CodeCodex

Hands-on manual DX test pass of a feature or CLI command: read the real implementation and tests, hypothesize plausible user misunderstandings and misuse automated tests don't cover, build durable fixtures, execute for real against real state, and report ranked findings. Investigation only — never fixes anything…

1.4k +2 today A 116 tokens original Apache-2.0

fix-all

24

cloudposse/atmos

Skill Claude CodeCodex

Run one full merge-readiness pass on the current branch's PR right now: sync with origin/main, check CI, address CodeRabbit threads, lint, test coverage, and a code-hygiene architectural-smell check — fixing what's safely fixable. Mirrors atmos fix --all at the CLI, plus the agent-delegated fixing atmos itself can't…

1.4k +2 today B 127 tokens original Apache-2.0