Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/dkharlanau/agent-ready-web-profilenpx agentmods add skills/dkharlanau/agent-ready-web-profile/arwp-target-transformationWrote 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.
[](https://agentmods.dev/skills/dkharlanau/agent-ready-web-profile/arwp-target-transformation)<a href="https://agentmods.dev/skills/dkharlanau/agent-ready-web-profile/arwp-target-transformation"><img src="https://agentmods.dev/badge/skills/dkharlanau/agent-ready-web-profile/arwp-target-transformation/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.
<a href="https://agentmods.dev/skills/dkharlanau/agent-ready-web-profile/arwp-target-transformation"><img src="https://agentmods.dev/badge/skills/dkharlanau/agent-ready-web-profile/arwp-target-transformation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00092 | $0.00928 |
| Opus 5 | $0.00046 | $0.00464 |
| Sonnet 5 | $0.00018 | $0.00186 |
| Haiku 4.5 | $0.00009 | $0.00093 |
Grade A, and why
arwp-target-transformation 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.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ARWP Target Transformation
Use this skill after arwp-adaptive-upgrade has answered what should change and the next job is resolve and deliver the exact repository change.
Goal
Turn applicable, current ARWP recommendations into a small deterministic change set with:
recommendation → exact file → grounded inputs → before digest → after digest → verification → rollback/PR
Do not treat an upgrade recipe as mutation authority.
Workflow
-
Load the Adaptive Upgrade graph. Reject any recommendation whose
knowledgeStateisreview-dueuntil the upstream guidance is reviewed again. -
Inspect the target repository. Resolve the actual source files that own the public behavior. Do not patch generated output if the source template/config should be changed instead.
-
Classify mutation eligibility.
mechanical: may become deterministic if the exact target is known.grounded-template: may become deterministic only after first-party facts are found and recorded as grounding evidence.policy-gated,editorial,owner-platform,runtime: keep gated; do not turn them into executable operations.
-
Resolve exact operations. Prefer one operation per file. Supported v0.1 operations are
create-file,replace-file,replace-exact,insert-before-exact, andinsert-after-exact. -
Pin preconditions. Capture the exact current file content or absence, the target base commit SHA, and an explicit
allowedPathslist. Never use broad**mutation permissions. -
Compile and simulate.
node bin/arwp-transform.mjs compile adaptive-upgrade.json target-transform-spec.json --output=transform.bundle.json
node bin/arwp-transform.mjs simulate transform.bundle.json
Read the gated-recommendations section before delivery. A large gated list is normal; the engine is designed to automate only what is safe and resolved.
- Deliver. Prefer production PR delivery for shared repositories:
GITHUB_TOKEN=... node bin/arwp-transform.mjs open-pr transform.bundle.json \
--authorize=target-repository-transform-pr
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.
- 3d ago First seen · 82 lines · 92 tokens per session scan A b2d58fb5aacd
arwp-target-transformation is a skill published in the GitHub repository dkharlanau/agent-ready-web-profile (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 92 tokens to every session and 928 once invoked, about $0.0005 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-08.
Other skills, from other repositories
github-pr-workflow
GitHub PR lifecycle: branch, commit, open, CI, merge.
agentic-jujutsu
Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination.
github-automation
GitHub workflow automation, PR management, issue tracking, and code review coordination. Integrates with GitHub Actions and repository management. Use when: PR creation, code review, issue management, release automation, workflow setup. Skip when: local-only changes, non-GitHub repositories.
git-advanced-workflows
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
workflow-patterns
Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
block-no-verify-hook
Configure a PreToolUse hook to prevent AI agents from skipping git pre-commit hooks with --no-verify and other bypass flags. Use when setting up Claude Code projects that enforce commit quality gates.