langbot-skills-maintenance

A maintenance guide for the LangBot skills repository, which stores reusable instructions and test materials for LangBot. It explains where different kinds of documentation, test cases, fixtures, and troubleshooting entries belong.

In plain words
What is it for?
It helps add or edit skills, reference guides, test cases, test groups, fixtures, troubleshooting entries, indexes, and maintenance reports.
Why use it?
It reduces duplicated or scattered guidance by directing each piece of information to one appropriate place and checking existing material before adding more.

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/langbot-app/langbot/langbot-skills-maintenance
Any agent
npx skills add langbot-app/LangBot --skill langbot-skills-maintenance
Clone the repo
git clone --depth 1 https://github.com/langbot-app/LangBot

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 539 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.00539
Opus 5 $0.00024 $0.00269
Sonnet 5 $0.00010 $0.00108
Haiku 4.5 $0.00005 $0.00054

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

Security

Grade A, and why

langbot-skills-maintenance 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 yesterday.

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/skills/langbot-skills-maintenance/SKILL.md · 41 lines

How it starts

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

LangBot Skills Maintenance

Use this skill before changing reusable assets in this repository.

Workflow

  1. Read AGENTS.md, skills/.env, and the relevant existing skill files.
  2. Classify the change:
    • SKILL.md for routing and concise operating rules.
    • references/*.md for canonical detailed workflows.
    • cases/*.yaml for executable test-plan skeletons.
    • suites/*.yaml for reusable groups of case ids.
    • fixtures/fixtures.json for deterministic fixture readiness metadata.
    • reports/evidence/<run-id>/automation-result.json as automation output and reports/evidence/<run-id>/result.json as final judgment output; neither is a catalog asset to commit.
    • troubleshooting/*.yaml for one reusable failure mode.
  3. Search existing assets before adding new files:
    • rg "<feature|error|case id>" skills
    • bin/lbs case list
    • bin/lbs suite list
    • bin/lbs fixture list
  4. Put detail in one canonical place and link to it from cases or routing bullets.
  5. Run the checks in AGENTS.md after edits.

Entropy Rules

  • Prefer extending an existing reference or troubleshooting entry when the root cause is the same.
  • Keep cases short: setup, action, evidence, pass/fail checks. Do not paste long prompts or debug transcripts when a reference exists.
  • Put machine-checkable inputs in env, automation_env, or fixtures; put operator-confirmed assumptions in preconditions so test plan can surface manual_check.
  • Keep suites short: title, intent, tags, and ordered case ids. Do not duplicate case steps inside a suite.
  • Keep fixture manifests factual: id, title, path, kind, and related case ids. Do not encode environment-specific absolute paths.
  • Keep troubleshooting entries narrow: symptoms, patterns, likely causes, fixes, related assets.
  • Do not hardcode local ports, browser profile paths, secrets, tokens, or provider keys.
  • Use bin/lbs index --check to verify the committed index is current without writing it; run bin/lbs index when the index needs regeneration.

Read the full file on GitHub · 41 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. yesterday First seen · 41 lines · 49 tokens per session scan A ffcef2dfec7b

Subscribe to this mod's changes

langbot-skills-maintenance is a skill published in the GitHub repository langbot-app/LangBot (17,616 stars, last pushed yesterday), licensed Apache-2.0. It adds 49 tokens to every session and 539 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

html-artifacts

Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for saveplan, outputiframe, or slackattachhtml.

langchain-ai/open-swe · 51 tokens

bootstrap-repo-analysis

First-time analysis of a repository with no prior reviewer outcomes. Crawl historical merged-PR review feedback with the gh CLI (plus any preloaded samples), extract the team's review norms, and synthesize the initial per-repo review-style prompt. Use this for a cold-start repo; use continual-learning instead once the…

langchain-ai/open-swe · 73 tokens

baby-sit

Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.

langchain-ai/open-swe · 30 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens

gzh_article

公众号图文创作 / 推文 / 官方号文章 (official account article) — 端到端:选题→搜集→成文→配图→去AI化→公众号内联样式排版→交付/草稿箱。honors user persona & style memory.

mateaix/mateclaw · 66 tokens

search

Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.

taishi-i/awesome-ChatGPT-repositories · 57 tokens