buildr-self-bootstrap-sync

buildr-self-bootstrap-sync is a skill for Claude Code, Codex from BuildrAI/Buildr. It costs 57 tokens per session (513 once invoked), scanned A, original, MIT.

A Buildr workspace activation tool that runs the final sync, opens the Buildr Web interface, checks its entry point, and runs diagnostics after a matching task delivery.

In plain words
What is it for?
Use it to finish activating a Buildr-managed workspace after delivery and confirm that its web interface and setup are working.
Why use it?
It separates activation problems from delivery, so a failed sync or diagnostic does not undo work that was already delivered. It applies only to the matching self-bootstrap task, not ordinary workspace updates.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to finish activating a Buildr-managed workspace after delivery and confirm that its web interface and setup are working.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/buildrai/buildr/buildr-self-bootstrap-sync
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 BuildrAI/Buildr --skill buildr-self-bootstrap-sync
Clone the repo
git clone --depth 1 https://github.com/BuildrAI/Buildr

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 buildr-self-bootstrap-sync

README.md
[![agentmods](https://agentmods.dev/badge/skills/buildrai/buildr/buildr-self-bootstrap-sync.svg)](https://agentmods.dev/skills/buildrai/buildr/buildr-self-bootstrap-sync)
Your own site
<a href="https://agentmods.dev/skills/buildrai/buildr/buildr-self-bootstrap-sync"><img src="https://agentmods.dev/badge/skills/buildrai/buildr/buildr-self-bootstrap-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 513 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00057 $0.00513
Opus 5 $0.00028 $0.00257
Sonnet 5 $0.00011 $0.00103
Haiku 4.5 $0.00006 $0.00051

Measured today against content hash 1c87f386e877, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

buildr-self-bootstrap-sync 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 today.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/closeout.mjs, scripts/development-web-continuity.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/buildr-self-bootstrap-sync/SKILL.md · 28 lines

What it actually says

Buildr自举激活(Buildr Self-bootstrap Activation)

本Skill只属于Buildr自举Workspace,是buildr-self-bootstrap Component唯一的Activation owner。它不是Delivery provider,也不是用户Workspace的默认能力。

定位与默认入口

本技能(Skill)只处理 Buildr 自举工作空间的激活,不负责交付业务内容或任务完成登记。任务已经完成,且明确的基线到交付提交命中实际自举输入时,使用同一执行脚本的直接模式:

<retained-node> skills/buildr-self-bootstrap-sync/scripts/closeout.mjs \
  --task <completed-task-id> --base-ref <base-commit> --delivered-ref <delivered-commit> \
  --branch <target-branch> --remote <remote> --agent <adapter> \
  --target <canonical-workspace> --node-executable <retained-node> --detail full

脚本通过既有 task inspect 和 Git 复核任务、基线、实际改动、当前分支及远端包含关系。参数不是成功证明;脚本不写第二交付状态库。没有对应环境时也不补造环境。成功和失败都按实际动作返回,已有交付不撤销。

默认模式先核验现场并短暂占用自举锁,再按实际变更执行适用的同步、精确提交和普通推送、开发应用更新、显式开发入口检查与最终诊断。已推送内容不重复推送;提交后推送失败可用同一组输入恢复。未提交同步结果、未知锁或身份变化应保留并说明,不自动丢弃或夺锁。

本脚本只接受上述直接交付输入。已有任务的成果、记录和资源依据当前事实核对后,再选择适用激活或原资源安全处置。

失败时报告已发生动作、具体失败点及当前交付事实;既有成果不重推。Worktree和具体资源由各自owner独立清理,不改写任务完成事实。

Files

What ships with it

2 files 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. today Changed 1c87f386e877
  2. 4d ago Changed · -57 lines 7f1e72d4846b
  3. 8d ago First seen · 85 lines · 57 tokens per session scan A 74f59779b462

Subscribe to this mod's changes

buildr-self-bootstrap-sync is a skill published in the GitHub repository BuildrAI/Buildr (24 stars, last pushed today), licensed MIT. It adds 57 tokens to every session and 513 once invoked, about $0.0003 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens