cosmosmith-devops-release

A release-readiness guide for a Cosmosmith project, covering how to build, test, deploy, monitor, and roll back the system. Rollback means returning to a previously working version after a failed release.

In plain words
What is it for?
It helps document commands, environment variables, deployment and rollback plans, logging, smoke checks, release blockers, and a release-readiness file.
Why use it?
It makes missing setup steps, environment details, monitoring, and recovery procedures visible before deployment.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/devnomad-byte/cosmosmith/cosmosmith-devops-release
Any agent
npx skills add devnomad-byte/cosmosmith --skill cosmosmith-devops-release
Clone the repo
git clone --depth 1 https://github.com/devnomad-byte/cosmosmith

Made for: Claude Code, Codex.

Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 263 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00051 $0.00263
Opus 5 $0.00026 $0.00131
Sonnet 5 $0.00010 $0.00053
Haiku 4.5 $0.00005 $0.00026

Measured 2d ago against content hash 45944d8fde1c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cosmosmith-devops-release scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/cosmosmith/skills/cosmosmith-devops-release/SKILL.md · 33 lines

What it actually says

Cosmosmith DevOps Release

Purpose

Make the system buildable, testable, deployable, observable, and reversible.

Workflow

  1. Read task.md, design.md, QA evidence, and project configuration.
  2. Use web research for current platform, CI, hosting, container, runtime, or cloud provider docs when needed.
  3. Identify setup, build, lint, test, run, deploy, and rollback commands.
  4. Document environment variables without exposing secrets.
  5. Define monitoring, logging, smoke checks, and rollback plan.
  6. Write docs/cosmosmith/release-readiness.md or update release tasks.
  7. Update task.md with remaining release blockers or evidence.

Standards

  • Prefer reproducible setup over local folklore.
  • Automate checks before relying on manual confidence.
  • Treat developer experience as part of production quality.
  • Keep secrets out of commits and generated docs.

Completion

Stop when release readiness is explicit or blockers are recorded in task.md.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 33 lines · 51 tokens per session scan A 45944d8fde1c

Subscribe to this mod's changes

cosmosmith-devops-release is a skill published in the GitHub repository devnomad-byte/cosmosmith (20 stars, last pushed 1mo ago), licensed MIT. It adds 51 tokens to every session and 263 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

auth-web-cloudbase

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

TencentCloudBase/CloudBase-AI-Toolkit · 38 tokens

fix-codesign-error

Slash command that inspects a macOS signing or entitlement failure and explains the minimum fix path. Invoke explicitly with /fix-codesign-error — this skill never self-triggers.

robinebers/openusage · 42 tokens

browse-and-evaluate

Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

MoizIbnYousaf/Ai-Agent-Skills · 43 tokens

specflow-use

To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.

griddynamics/rosetta · 27 tokens

loop-engineering

Shared loop-engineering reference for COG skills - the agent loop, deterministic verifiers, termination conditions, in-loop context management, and named patterns. Invoke when designing or debugging a skill that iterates (search-verify-retry, scan-until-dry, fetch-retry-gate).

huytieu/COG-second-brain · 63 tokens

telnyx-messaging-hosted-curl

Set up hosted SMS numbers, toll-free verification, and RCS messaging. Use when migrating numbers or enabling rich messaging features. This skill provides REST API (curl) examples.

team-telnyx/ai · 45 tokens