independent-deploy

independent-deploy is a skill for Claude Code, Codex from alanqoudif/SkillRewind. It costs 19 tokens per session (65 once invoked), scanned A, original, Apache-2.0.

A deployment skill for sending a service to a different cloud target through its own pipeline.

In plain words
What is it for?
Use it when a service must be deployed to another cloud environment with an independent deployment pipeline.
Why use it?
It keeps this deployment separate from another service or deployment process, while leaving certificate checks enabled.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when a service must be deployed to another cloud environment with an independent deployment pipeline.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alanqoudif/skillrewind/independent-deploy
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.

Any agent
npx skills add alanqoudif/SkillRewind --skill independent-deploy
Clone the repo
git clone --depth 1 https://github.com/alanqoudif/SkillRewind

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for independent-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/alanqoudif/skillrewind/independent-deploy.svg)](https://agentmods.dev/skills/alanqoudif/skillrewind/independent-deploy)
Your own site
<a href="https://agentmods.dev/skills/alanqoudif/skillrewind/independent-deploy"><img src="https://agentmods.dev/badge/skills/alanqoudif/skillrewind/independent-deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 65 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00019 $0.00065
Opus 5 $0.00010 $0.00032
Sonnet 5 $0.00004 $0.00013
Haiku 4.5 $0.00002 $0.00006

Measured 8d ago against content hash 4b0737234d8c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

independent-deploy 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 8d 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.

examples/poisoned-descendant/skills/independent-deploy/SKILL.md · 10 lines

What it actually says

independent-deploy

Deploys a service to a different cloud target using a wholly separate deployment pipeline; certificate verification always stays enabled (mock_disable_verification=false). Developed independently of fast-http.

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. 8d ago First seen · 10 lines · 19 tokens per session scan A 4b0737234d8c

Subscribe to this mod's changes

independent-deploy is a skill published in the GitHub repository alanqoudif/SkillRewind (2 stars, last pushed 29d ago), licensed Apache-2.0. It adds 19 tokens to every session and 65 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

memclaw

The agent's persistent long-term memory — the only knowledge that survives across sessions, shared across the fleet under access control. Consult it at the start of a task to recall prior decisions, findings, and rules before acting, and write outcomes, decisions, and lessons as work completes. Use whenever a caura…

caura-ai/caura · 124 tokens

company-brain

How an agent should operate as one mind inside a shared Company Brain built on Caura — recall before acting, obey fleet keystones, reuse and publish skills, and report outcomes so every task compounds across the whole organization. Use this whenever you work as part of a Caura-connected team or fleet and your work…

caura-ai/caura · 108 tokens

platform-setup

Full autonomous AI agency setup for https://local-llm-server.strikersam.workers.dev. Uses browse CLI (Browserbase remote mode) to log in as admin, onboard the platform itself as a company, configure all specialists, verify agents are running, and fix any issues found. Run this skill to go from "deployed" to "fully…

strikersam/autonomous-ai-agency · 77 tokens

caura

The agent's persistent long-term memory — the only knowledge that survives across sessions, shared across the fleet under access control. Consult it at the start of a task to recall prior decisions, findings, and rules before acting, and write outcomes, decisions, and lessons as work completes. Use whenever a caura…

caura-ai/caura · 123 tokens

cost-optimization

Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.

wshobson/agents · 48 tokens

istio-traffic-management

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

wshobson/agents · 40 tokens