Contributor Onboarding

Contributor Onboarding is a skill for Claude Code from Razaib-khan/ForgeWeave. It costs 33 tokens per session (1,772 once invoked), scanned A, original, MIT.

A guided introduction to contributing to the ForgeWeave repository. It explains the project layout, setup process, branch workflow, and how to choose an issue.

In plain words
What is it for?
Use it to set up ForgeWeave, learn its architecture and contribution process, choose an issue, and start a first pull request. It is not intended for contributors who already know the project well.
Why use it?
It helps someone who is new to the repository understand where to begin and how to make a first contribution.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions OpenCode.

Good fit Use it to set up ForgeWeave, learn its architecture and contribution process, choose an issue, and start a first pull request. It is not intended for contributors who already know the project well.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/razaib-khan/forgeweave/contributor-onboarding
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.

Any agent
npx skills add Razaib-khan/ForgeWeave --skill contributor-onboarding
Clone the repo
git clone --depth 1 https://github.com/Razaib-khan/ForgeWeave

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 Contributor Onboarding

README.md
[![agentmods](https://agentmods.dev/badge/skills/razaib-khan/forgeweave/contributor-onboarding.svg)](https://agentmods.dev/skills/razaib-khan/forgeweave/contributor-onboarding)
Your own site
<a href="https://agentmods.dev/skills/razaib-khan/forgeweave/contributor-onboarding"><img src="https://agentmods.dev/badge/skills/razaib-khan/forgeweave/contributor-onboarding.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,772 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.
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.00033 $0.01772
Opus 5 $0.00016 $0.00886
Sonnet 5 $0.00007 $0.00354
Haiku 4.5 $0.00003 $0.00177

Measured 8d ago against content hash 71b91b5e1ab6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

Contributor Onboarding 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 8d 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.

src/forgeweave/templates/claude/.claude/skills/contributor-onboarding/SKILL.md · 170 lines

How it starts

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

Contributor Onboarding

Purpose

This skill exists to turn a newcomer into a productive contributor within a single session. It provides a guided walkthrough of the ForgeWeave repository — the specs, the CLI, the template structure, and the contribution process — so the contributor understands the project's architecture and can pick an issue, set up their environment, and make their first PR with confidence.

ForgeWeave is a behavioral execution framework for AI agents inside development environments. It is not a general-purpose tool. This skill ensures every contributor understands that core identity before they write code.

When to Use

  • A new contributor asks "where do I start?" or "how do I contribute?"
  • A contributor has cloned the repo but hasn't set up their environment.
  • A contributor needs help picking their first issue.
  • During a PR review, a contributor's changes indicate they don't understand the project's deterministic-first philosophy.

When Not to Use

  • The contributor has already made multiple PRs and understands the workflow — they need task-specific help, not onboarding.
  • The question is about a specific technical issue (Python dependency conflict, an adapter bug) — route to the relevant skill or discussion.
  • The contributor is asking about something outside ForgeWeave (general Python questions, third-party TUI issues) — route to external resources.

Inputs

Input Type Required Description
contributor_level enum: beginner, intermediate, advanced Yes How familiar the contributor is with Python CLI tools and agent frameworks
interest_area enum: core, adapters, skills, agents, docs, templates, ci Yes Which part of the project the contributor wants to work on
has_setup_env boolean No (default: false) Whether the contributor has already run the development setup

Expected Outputs

Output Description
Project map A list of the key files and directories the contributor needs to understand for their interest area
Environment check Report of what's set up and what's missing
Issue suggestions 1-3 open issues matching their interest area, with links and difficulty labels
Next-step instructions The exact commands and files they should look at next

Read the full file on GitHub · 170 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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

Subscribe to this mod's changes

Contributor Onboarding is a skill published in the GitHub repository Razaib-khan/ForgeWeave (1 stars, last pushed 2mo ago), licensed MIT. It adds 33 tokens to every session and 1,772 once invoked, about $0.0002 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