agentic-dns: Skill for Claude Code

.agents/skills/chunk-sidecar-setup/SKILL.md

chunk-sidecar-setup is a skill for Claude Code from dedsecorg/agentic-dns. It costs 122 tokens per session (3,412 once invoked), scanned A, original, MIT.

An onboarding guide for a Chunk sidecar, a remote Linux container on CircleCI that mirrors your local files and runs project commands in isolation.

In plain words
What is it for?
It walks through credentials, dependencies, a reusable environment snapshot, and running build, test, and validation commands on the sidecar.
Why use it?
It helps avoid local environment differences, port conflicts, and dependency mismatches that can cause code to work on one machine but not another.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; installed under .agents/ (shared by several agents).

This is dedsecorg/agentic-dns's own configuration. It tells Claude Code how to work on agentic-dns itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agentic-dns configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dedsecorg/agentic-dns. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dedsecorg/agentic-dns/main/.agents/skills/chunk-sidecar-setup/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dedsecorg/agentic-dns

Made for: Claude Code.

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 chunk-sidecar-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/dedsecorg/agentic-dns/chunk-sidecar-setup/github.svg)](https://agentmods.dev/skills/dedsecorg/agentic-dns/chunk-sidecar-setup)
Your own site
<a href="https://agentmods.dev/skills/dedsecorg/agentic-dns/chunk-sidecar-setup"><img src="https://agentmods.dev/badge/skills/dedsecorg/agentic-dns/chunk-sidecar-setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for chunk-sidecar-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/dedsecorg/agentic-dns/chunk-sidecar-setup"><img src="https://agentmods.dev/badge/skills/dedsecorg/agentic-dns/chunk-sidecar-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,412 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. ✓ AI security review Fable 5.1 · 7 Sept 2026 📄 Read the review
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.00122 $0.03412
Opus 5 $0.00061 $0.01706
Sonnet 5 $0.00024 $0.00682
Haiku 4.5 $0.00012 $0.00341

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

Security

Grade A, and why

chunk-sidecar-setup 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 4d 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.

.agents/skills/chunk-sidecar-setup/SKILL.md · 351 lines

How it starts

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

Chunk Sidecar Setup (Onboarding Wizard)

This skill walks you through setting up a chunk sidecar from scratch. A sidecar is a remote Linux container provisioned on CircleCI. It mirrors your local working tree and runs your build, test, and validate commands in a clean, isolated environment — no local port conflicts, no dependency drift, no "works on my machine."

What you'll have by the end:

  • Auth and credentials verified
  • A running sidecar with your project's dependencies installed
  • A reusable snapshot so future sessions start in seconds
  • chunk validate confirmed passing on the sidecar

Work through the stages in order. At each decision point, call AskUserQuestion as specified. Do not skip ahead.


Stage 1 — Check Prerequisites

Run these three probes and evaluate the results:

chunk --version 2>&1 || echo "CHUNK_NOT_INSTALLED"
chunk auth status 2>&1
cat .chunk/config.json 2>&1 || echo "{}"

chunk --version

If the command is not found, stop and explain: "chunk is not installed or not on your PATH. Install it first (e.g. brew install circleci/tools/chunk on macOS), then re-run this skill."

chunk auth status

Read the output carefully — it prints the status of each credential:

Credential Required for
CircleCI All sidecar commands (required)
GitHub Validate commands that fetch PRs/issues
Anthropic Validate commands that invoke Claude

If CircleCI shows "Not set", run the OAuth login yourself — see Logging in below — then re-run chunk auth status and confirm it shows "Configured" before continuing. For GitHub and Anthropic, surface that they're missing but do not block if the user's validate commands don't need them.

Logging in

OAuth is the default. The user opens a URL, the code comes back over PKCE, and the token lands in the system keychain — no token pasting.

Read the full file on GitHub · 351 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. 4d ago First seen · 351 lines · 122 tokens per session scan F 608ed15a5911

Subscribe to this mod's changes

chunk-sidecar-setup is a skill published in the GitHub repository dedsecorg/agentic-dns (8 stars, last pushed today), licensed MIT. It adds 122 tokens to every session and 3,412 once invoked, about $0.0006 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-09-06.

Related

Other skills, from other repositories

github-actions-templates

Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.

wshobson/agents · 44 tokens

redamon-testing

How RedAmon tests actually run and how to author them: the per-file Docker gate, the unit/integration/live tiers, and the failure modes that make a green run a lie. Trigger: editing any test.py, .test.ts(x) or tests/.sh; a test that is red, skipped or xfailed; a request to "run the tests", "make it green" or check…

samugit83/redamon · 114 tokens

nw-infrastructure-and-observability

Infrastructure as Code patterns (Terraform, Kubernetes), observability design (SLOs, metrics, alerting, dashboards), and pipeline security stages. Load when designing infrastructure, observability, or security scanning.

nWave-ai/nWave · 49 tokens

CI/CD Pipeline Advanced

Expert-level CI/CD pipeline skill for test automation. Covers GitHub Actions, Jenkins, GitLab CI, Azure DevOps, parallel execution, matrix strategies, caching, artifact management, and deployment gates.

PramodDutta/qaskills · 45 tokens

github-actions

Use when authoring or fixing GitHub Actions CI/CD — workflows under .github/workflows, triggers, job matrix, caching, token permissions, OIDC cloud deploys, environment gates, reusable workflows. NOT the Dockerfile or image build strategy (that is docker), NOT the branching model (that is git-workflow), NOT release…

ericrisco/rsc-harness · 81 tokens

qa-security-testing

Builds automated security testing pipelines for SAST, DAST, SCA, secret scanning, and containers. Use when integrating scanners into CI or managing security regression gates.

vasilyu1983/AI-Agents-public · 38 tokens