deploy-config

A workflow for deploying a project’s full coding-agent setup. It can compose AGENTS.md, generate vendor-specific instruction files, and deploy selected skills.

In plain words
What is it for?
Use it to choose a project profile, generate files for supported agent vendors, install selected skills, and verify the resulting configuration.
Why use it?
It collects several configuration steps into one repeatable setup for a target project.

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/soulcodex/agentic/deploy-config
Any agent
npx skills add soulcodex/agentic --skill deploy-config
Clone the repo
git clone --depth 1 https://github.com/soulcodex/agentic

Made for: Claude Code, Codex.

Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 582 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.00064 $0.00582
Opus 5 $0.00032 $0.00291
Sonnet 5 $0.00013 $0.00116
Haiku 4.5 $0.00006 $0.00058

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

Security

Grade A, and why

deploy-config 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.

skills/agentic/deploy-config/SKILL.md · 69 lines

What it actually says

Deploy Config Skill

Deploy the complete agentic configuration to a target project.

Step 1 — Confirm Target and Profile

Ask the user:

  1. Target project path (absolute or relative)
  2. Profile name (run just list-profiles if unsure)
  3. Skills to deploy (run just list-skills if unsure; can be "all" or a comma-separated list)
  4. Which vendors to generate files for

Step 2 — Check for Existing Config

Read {target}/.agentic/config.yaml if it exists. If it does, show the current profile and version, and ask if the user wants to update or replace.

Step 3 — Run the Full Deploy Pipeline

# 1. Compose AGENTS.md from the profile
just compose {profile} {target}

# 2. Generate vendor-specific files
just vendor-gen {target} --vendors {vendors}

# 3. Deploy selected skills
just deploy-skills {target} --skills {skills}

Step 4 — Verify Output

After deploying, list the files created in the target project:

  • AGENTS.md — primary agent instructions
  • CLAUDE.md — Claude adapter (if claude vendor enabled)
  • .github/copilot-instructions.md — Copilot adapter (if copilot enabled)
  • GEMINI.md — Gemini primary context file (auto-discovered, if gemini enabled)
  • .gemini/system.md — Gemini system-prompt override (requires GEMINI_SYSTEM_MD=1, if gemini enabled)
  • .gemini/skills/ — Gemini skills directory (symlinked, if gemini enabled)
  • .claude/skills/*/ — deployed skill directories (if claude enabled)
  • .agentic/config.yaml — lock file recording what was deployed

Step 5 — Next Steps

Suggest to the user:

  • Commit the generated files to the target project
  • Run just validate {target} to verify the config is valid
  • Run just sync-check {target} periodically to detect drift from the library
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 · 69 lines · 64 tokens per session scan A 1856f4f0f469

Subscribe to this mod's changes

deploy-config is a skill published in the GitHub repository soulcodex/agentic (10 stars, last pushed 2d ago), licensed MIT. It adds 64 tokens to every session and 582 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-31.

Related

Other skills, from other repositories

pinme-uniwebpay

Use when generating, modifying, or reviewing PinMe Worker (Cloudflare Worker TypeScript) code that accepts payments through UniwebPay — payment links, products/prices, checkout sessions, payment status reads, refunds, subscriptions, or handling UniwebPay webhooks with @uniwebpay/sdk in a PinMe project.

glitternetwork/pinme · 71 tokens

pinme-r2

Use when a PinMe Cloudflare Worker needs R2 object storage, including secure file or image upload, streaming download, metadata lookup, deletion, listing, Range requests, or R2+D1 coordination. Guides AI to use PinMe's automatically injected env.R2 binding without R2 credentials or manual Wrangler configuration.

glitternetwork/pinme · 68 tokens

pinme-auth

Use when a PinMe project (Worker TypeScript) needs to integrate user authentication — creating email/password users, verifying idtokens, querying user info, or listing users via Identity Platform auth proxy APIs.

glitternetwork/pinme · 44 tokens

pinme-llm

Use this skill when a PinMe project (Worker TypeScript) needs to call OpenRouter-backed LLM APIs, including models, chat/completions, streaming, or OpenRouter web search. Guides AI to generate correct Worker TS code.

glitternetwork/pinme · 54 tokens

survey-design

Design unbiased survey instruments — question wording, scales, and sampling — to measure attitudes at scale. Use when you need quantitative breadth. For behavioural experiments, use a-b-test-design (prototyping-testing).

Owl-Listener/designer-skills · 47 tokens

design-negotiation

Advocate for design quality, scope, and timeline with partners and leadership using evidence and shared goals. Use in the conversation itself. For the commercial vocabulary behind it, use business-design (ux-strategy).

Owl-Listener/designer-skills · 48 tokens