onboard-repo

onboard-repo is a skill for Claude Code, Codex from aws-samples/sample-autonomous-cloud-coding-agents. It costs 71 tokens per session (2,310 once invoked), scanned A, original, MIT-0.

A guide for registering a GitHub repository with the ABCA platform so its agent can work on that repository.

In plain words
What is it for?
Use it when adding a repository or when an unregistered-repository error appears.
Why use it?
It resolves the problem of ABCA being unable to target a repository that has not been registered.

Skill for Claude CodeCodex

About the project

ABCA is a sample AWS platform that lets coding agents take repository tasks, work in isolated cloud environments, run checks, and open pull requests without continuous human interaction. It is for teams running asynchronous, repository-focused software work through sources such as Slack, issue trackers, command-line tools, or webhooks. The catalogue add-ons support operating and navigating this background-agent platform.

aws-samples/sample-autonomous-cloud-coding-agents · 136 stars · on GitHub

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/aws-samples/sample-autonomous-cloud-coding-agents/onboard-repo
Any agent
npx skills add aws-samples/sample-autonomous-cloud-coding-agents --skill onboard-repo
Clone the repo
git clone --depth 1 https://github.com/aws-samples/sample-autonomous-cloud-coding-agents

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 onboard-repo

README.md
[![agentmods](https://agentmods.dev/badge/skills/aws-samples/sample-autonomous-cloud-coding-agents/onboard-repo.svg)](https://agentmods.dev/skills/aws-samples/sample-autonomous-cloud-coding-agents/onboard-repo)
Your own site
<a href="https://agentmods.dev/skills/aws-samples/sample-autonomous-cloud-coding-agents/onboard-repo"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-autonomous-cloud-coding-agents/onboard-repo.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,310 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00071 $0.02310
Opus 5 $0.00036 $0.01155
Sonnet 5 $0.00014 $0.00462
Haiku 4.5 $0.00007 $0.00231

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

Security

Grade A, and why

onboard-repo 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 5d 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.

docs/abca-plugin/skills/onboard-repo/SKILL.md · 170 lines

The source is not reproduced here

Licensed MIT-0

The repository is licensed MIT-0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 5d ago First seen · 170 lines · 71 tokens per session scan A f63ae7a670db

Subscribe to this mod's changes

onboard-repo is a skill published in the GitHub repository aws-samples/sample-autonomous-cloud-coding-agents (136 stars, last pushed today), licensed MIT-0. It adds 71 tokens to every session and 2,310 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

hyperpod-node-debugger

Diagnose and remediate per-node issues on a HyperPod cluster (EKS or Slurm) — a specific node is unhealthy, unresponsive, stuck, or needs replacing. Covers on-node EFA, GPU / accelerator hardware (XID, ECC, NVLink, row-remap, DCGM), Slurm node down/drained, disk and memory pressure, per-node lifecycle-script failures…

awslabs/agent-plugins · 139 tokens

aws-lambda-managed-instances

Evaluate, configure, and migrate workloads to AWS Lambda Managed Instances (LMI). Triggers on: Lambda Managed Instances, LMI, capacity provider, multi-concurrency Lambda, dedicated instance Lambda, EC2-backed Lambda, cold start elimination, Graviton Lambda, instance type for Lambda, scheduled scaling for LMI, Lambda…

awslabs/agent-plugins · 130 tokens

document-service

This skill should be used when the user asks to "analyze this codebase", "document this service", "generate technical docs", "I inherited this code", "help me understand this system", "create docs for this project", "what does this system look like", "onboard me to this codebase", "this codebase has no docs"…

awslabs/agent-plugins · 141 tokens

aws-architecture-diagram

Generate validated AWS architecture diagrams as draw.io XML using official AWS4 icon libraries. Use this skill whenever the user wants to create, generate, or design AWS architecture diagrams, cloud infrastructure diagrams, or system design visuals. Also triggers for requests to visualize existing infrastructure from…

awslabs/agent-plugins · 110 tokens

dataset-transformation

Generates code that transforms datasets between ML schemas for model training or evaluation. Use when the user says "transform", "convert", "reformat", "change the format", or when a dataset's schema needs to change to match the target format — always use this skill for format changes rather than writing inline…

awslabs/agent-plugins · 110 tokens

hyperpod-cluster-debugger

Diagnose and remediate cluster-wide HyperPod (EKS or Slurm) problems — creation / deployment failures (CloudFormation, EFA health check, lifecycle scripts, capacity), EKS access, node replacement, CloudFormation nested-stack errors, post-maintenance rollback state, dangling nodes, autoscaler conflicts. Includes…

awslabs/agent-plugins · 80 tokens