developer-setup

A one-time setup skill for a developer workflow across multiple code repositories. It creates a commitments workspace, connects repositories to projects, installs workflow tasks, and saves setup information.

In plain words
What is it for?
Use it when starting the workflow for the first time or adding its supporting setup across repositories.
Why use it?
It avoids configuring commitment tracking, reviews, automation, and related workflows by hand for each repository.

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/suyoumo/clawprobench/developer-setup
Any agent
npx skills add suyoumo/ClawProBench --skill developer-setup
Clone the repo
git clone --depth 1 https://github.com/suyoumo/ClawProBench

Made for: Claude Code, Codex.

Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,746 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.00049 $0.03746
Opus 5 $0.00024 $0.01873
Sonnet 5 $0.00010 $0.00749
Haiku 4.5 $0.00005 $0.00375

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

Security

Grade A, and why

developer-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 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.

ironclaw/skills/developer-setup/SKILL.md · 235 lines

How it starts

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

Developer Workflow Setup

You are configuring the full developer workflow — commitment tracking, GitHub automation, tech debt tracking, security/QA reviews, product prioritization, and proactive briefings across multiple repositories.

Companion skills

These activate during conversation via keyword matching:

Skill When What
commitment-triage Obligations, deadlines Signal extraction, commitment creation
commitment-digest "show commitments" Formatted status summary
decision-capture Architecture/design decisions Records decision + rationale
delegation-tracker "waiting on @teammate" Tracks delegation follow-ups
idea-parking "park this idea" Saves for later
tech-debt-tracker "this is a hack", "refactor later" Tracks tech debt, resurfaces weekly
project-setup "add repo owner/repo" Adds a new project with workflow
security-review "security review", "check for vulnerabilities" OWASP audit, auto-fix obvious issues
qa-review "QA review", "test coverage", "edge cases" Test plans, coverage gaps, regression risks
review-readiness "ready to merge?", "PR readiness" Tracks which reviews are complete per branch
product-prioritization "what to build next", "prioritize" Evidence-based feature scoring, demand analysis
github GitHub API operations REST API with credential injection
github-workflow Workflow automation reference Issue-to-merge pipeline templates
review-checklist Pre-merge review 55+ verification items

If any are missing from skills/, tell the user which ones are needed.

Step 1: Setup questions (4, no timezone)

  1. Repos: Which GitHub repos do you work on? (1-5, format: owner/repo)
  2. Role: Solo maintainer, team member, or team lead? (Affects delegation vs personal tracking)
  3. Per-repo: For each repo — who are maintainers/reviewers? Do you use a staging branch?
  4. AI agents: Do any bots create PRs? (Dependabot, Copilot, internal agents) — these get tracked separately in digests with shorter stale thresholds

Read the full file on GitHub · 235 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. 2d ago First seen · 235 lines · 49 tokens per session scan A 4015705737e5

Subscribe to this mod's changes

developer-setup is a skill published in the GitHub repository suyoumo/ClawProBench (823 stars, last pushed 7d ago), licensed Apache-2.0. It adds 49 tokens to every session and 3,746 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-30.

Related

Other skills, from other repositories

lastlight-evals

Scaffold, configure and run a Last Light EVALS workspace — the harness that runs Last Light's real workflows against a mocked GitHub and grades them deterministically. Use when the user wants to "set up / scaffold Last Light Evals", "create an evals workspace or instance", "run evals", "compare models", or author new…

nearform/lastlight · 185 tokens

Evaluation

Frames model, prompt, and system evaluation as a reproducible experiment with baselines, datasets, and explicit metrics.

agentic-in/elephant-agent · 25 tokens

open-code-review

Performs AI-powered code review on Git changes using the ocr CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can automatically apply…

alibaba/open-code-review · 98 tokens

harness-creator

Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…

walkinglabs/learn-harness-engineering · 142 tokens

gh-pr-description

Drafts and reviews GitHub pull request descriptions for the eve repository. Use when opening, updating, or reviewing a PR, or when summarizing a branch for reviewers.

vercel/eve · 38 tokens

technical-writing

Write, edit, review, or audit user-facing documentation for the eve repository. Use for changes under docs/, documentation tied to eve APIs or CLI behavior, docs work based on Slack or support feedback, and requests to make eve docs clearer, more natural, or less AI-patterned while verifying claims against current…

vercel/eve · 78 tokens