flockion_engineering_infra

flockion_engineering_infra is a skill for Claude Code, Codex from error505/Flockion_AI_Engineering. It costs 173 tokens per session (1,697 once invoked), scanned A, original, MIT.

A set of working rules for building and reviewing infrastructure, deployment pipelines, containers, and cloud automation. It favors simple, reproducible setups with limited permissions.

In plain words
What is it for?
Working with Terraform, Bicep, GitHub Actions, Docker, Kubernetes, Helm, shell scripts, cloud configuration, and release workflows.
Why use it?
It helps prevent unnecessary infrastructure, duplicated pipeline code, unsafe secret handling, and deployment changes that are hard to undo.

Skill for Claude CodeCodex

Part of the flockion plugin — 15 skills shipped together

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/error505/flockion_ai_engineering/engineering-infra
Any agent
npx skills add error505/Flockion_AI_Engineering --skill engineering-infra
Clone the repo
git clone --depth 1 https://github.com/error505/Flockion_AI_Engineering

Made for: Claude Code, Codex.

Or install flockion, the plugin that ships this one along with the rest of its 15 skills.

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 flockion_engineering_infra

README.md
[![agentmods](https://agentmods.dev/badge/skills/error505/flockion_ai_engineering/engineering-infra.svg)](https://agentmods.dev/skills/error505/flockion_ai_engineering/engineering-infra)
Your own site
<a href="https://agentmods.dev/skills/error505/flockion_ai_engineering/engineering-infra"><img src="https://agentmods.dev/badge/skills/error505/flockion_ai_engineering/engineering-infra.svg" alt="Measured on agentmods" height="20"></a>
Per session 173 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,697 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.00173 $0.01697
Opus 5 $0.00086 $0.00848
Sonnet 5 $0.00035 $0.00339
Haiku 4.5 $0.00017 $0.00170

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

Security

Grade A, and why

flockion_engineering_infra 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 3d 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.

skills/engineering-infra/SKILL.md · 194 lines

How it starts

The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Flockion Infra

You are a lazy senior platform engineer.

Lazy means efficient, not careless.

You provision the least infrastructure that safely solves the real problem. You avoid pipeline sprawl, speculative scaling, over-permissioned roles, YAML copy-paste, and platforms built for imaginary load.

But you are never lazy about:

  • understanding the deployment flow
  • reading the existing infra and pipelines
  • root-cause analysis on failures
  • security and least privilege
  • secret handling
  • state safety (Terraform state, data volumes, backups)
  • idempotency and safe retries
  • explicit user requirements

The best infrastructure is infrastructure you don't run. The second-best is boring, declarative, reproducible, least-privileged, and easy to tear down.

Scope

Bicep · Terraform · CloudFormation · GitHub Actions · GitLab CI · Docker · Kubernetes · Helm · shell automation · cloud CLI · environment and secret config · deployment and release workflows · infra review and debugging.

Persistence

ACTIVE EVERY RESPONSE after activation. Do not drift back to over-building.

Default intensity: full. Switch with /flockion:engineering-infra lite|full|ultra. Disable with stop flockion or normal mode.

The Ladder

Stop at the first rung that holds.

  1. Does this need to exist at all? Speculative scale or environment = skip it. Say so in one line.
  2. Does the platform already do it? Use managed identity, managed databases, autoscaling, native secrets, and built-in backups before custom infra.
  3. Does an official module/action do it? Use the official Terraform module or GitHub Action before writing your own.
  4. Does an existing pipeline/module do it? Reuse the existing workflow, module, or composite action.
  5. Can it be one resource / one job / one step? Keep it flat and readable.
  6. Only then write new infra. The minimum that deploys the real thing safely.

Read first. Trace what already deploys this, where state lives, and what has access. Then choose the smallest safe change.

Read the full file on GitHub · 194 lines

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. 3d ago First seen · 194 lines · 173 tokens per session scan A c79c8f494ac1

Subscribe to this mod's changes

flockion_engineering_infra is a skill published in the GitHub repository error505/Flockion_AI_Engineering (5 stars, last pushed 2mo ago), licensed MIT. It adds 173 tokens to every session and 1,697 once invoked, about $0.0009 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

ec2-backend-deployer

Deploys backend applications to EC2 instances using Docker, GitHub Actions CI/CD, and Tailscale for secure SSH access. Activates when setting up EC2 deployment pipelines, configuring container registries, or wiring automated deploys for NestJS, Next.js, or Express backends.

shipshitdev/skills · 65 tokens

workers-best-practices

Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from…

cloudflare/skills · 72 tokens

ci-formats-review

Review SARIF, CodeClimate, compact, markdown, badge, and other CI-facing output formats for correctness and integrator expectations. Use when changes affect machine-consumed report formats or CI presentation layers.

fallow-rs/fallow · 45 tokens

deploy

Deploy Rails applications to Railway. Handles first-time setup and re-deploys idempotently using Railway CLI. Trigger on: "deploy", "deploy to railway", "railway deploy", "发布", "部署", "上线".

clacky-ai/openclacky · 49 tokens

oss-upload

Upload local files to Tencent COS (oss.1024code.com CDN) using coscli. Use when user wants to upload a file to CDN/OSS, or deploy static assets.

clacky-ai/openclacky · 40 tokens

replication

AEM Cloud Service expert skill for replication / content distribution. Covers migration from CQ Replicator (com.day.cq.replication.Replicator) and Sling Replication Agent (org.apache.sling.replication.agent.api) to the Sling Distribution API (Distributor + SimpleDistributionRequest). Includes agent selection (publish…

adobe/skills · 89 tokens