simon-auto-boost

simon-auto-boost is a skill for Claude Code, Codex from SW-in-beta/simon-skills. It costs 185 tokens per session (3,527 once invoked), scanned A, original, MIT.

A workflow that searches the web for recent practices for improving Simon-family coding-agent skills, then has experts review possible changes.

In plain words
What is it for?
Use it to discover and apply recent improvements from documentation, Hacker News, YouTube, Medium, and dev.to to selected skills.
Why use it?
It helps find newer guidance without repeatedly searching the same sources, while recording search history and checking proposed updates.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; names the AskUserQuestion tool; mentions Claude Code.

Good fit Use it to discover and apply recent improvements from documentation, Hacker News, YouTube, Medium, and dev.to to selected skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sw-in-beta/simon-skills/simon-auto-boost
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 SW-in-beta/simon-skills --skill simon-auto-boost
Clone the repo
git clone --depth 1 https://github.com/SW-in-beta/simon-skills

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 simon-auto-boost

README.md
[![agentmods](https://agentmods.dev/badge/skills/sw-in-beta/simon-skills/simon-auto-boost/github.svg)](https://agentmods.dev/skills/sw-in-beta/simon-skills/simon-auto-boost)
Your own site
<a href="https://agentmods.dev/skills/sw-in-beta/simon-skills/simon-auto-boost"><img src="https://agentmods.dev/badge/skills/sw-in-beta/simon-skills/simon-auto-boost/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for simon-auto-boost

Your own site · 80×15
<a href="https://agentmods.dev/skills/sw-in-beta/simon-skills/simon-auto-boost"><img src="https://agentmods.dev/badge/skills/sw-in-beta/simon-skills/simon-auto-boost.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 185 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,527 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.00185 $0.03527
Opus 5 $0.00093 $0.01764
Sonnet 5 $0.00037 $0.00705
Haiku 4.5 $0.00018 $0.00353

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

Security

Grade A, and why

simon-auto-boost 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 9d 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.

skills/simon-auto-boost/SKILL.md · 317 lines

How it starts

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

simon-auto-boost

웹을 자동 검색하여 최신 AI 코딩 에이전트 best practices를 발견하고, 전문가 패널 분석 → 사용자 승인 → 적용 → 검증 → 테스트까지 완료하는 스킬.

simon-boost와의 관계

simon-boost simon-auto-boost
입력 사용자가 링크 제공 자동 웹 검색
검색 범위 단일 리소스 다중 소스 (docs, HN, Medium, YouTube 등)
시간 필터 없음 마지막 검색 이후 콘텐츠만
분석 전문가 패널 6인 전문가 패널 6인 (동일)
검증 기본 무결성 + 형식 품질 기본 무결성 + 형식 품질 + 스킬 가이드라인 + 스모크 테스트

분석 대상 스킬은 ~/.claude/skills/_shared/boost-target-skills.md를 따른다 (simon-boost와 같은 SSoT — 디렉토리 스캔 기준).

상태 파일

~/.claude/boost/auto-boost-state.json에 검색 이력을 기록한다.

{
  "last_search_at": "2026-03-13T14:00:00+09:00",
  "processed_urls": ["https://..."],
  "search_history": [
    {
      "searched_at": "2026-03-13T14:00:00+09:00",
      "urls_found": 12,
      "urls_selected": 5,
      "improvements_applied": 3
    }
  ]
}
  • 첫 실행 시 파일이 없으면 생성하고, 최근 2주를 기본 검색 범위로 사용한다.
  • processed_urls가 200개를 초과하면 오래된 항목부터 정리한다 (무한 증가 방지).

Phase 1: 상태 로드 & 검색

Step 1-1: 상태 로드

~/.claude/boost/auto-boost-state.json을 읽는다.

사용자에게 현재 상태를 간단히 보고한다:

"마지막 검색: {날짜}. {날짜} 이후 새로운 콘텐츠를 검색합니다."

첫 실행이면:

"첫 실행입니다. 최근 2주간의 콘텐츠를 검색합니다."

Step 1-2: 검색 실행

아래 4개 카테고리의 검색 쿼리를 WebSearch로 병렬 실행한다. 날짜 필터를 포함하여 last_search_at 이후 콘텐츠만 찾는다. {year}는 현재 연도, {date_filter}after:{last_search_date} 형식.

카테고리 1 — Claude Code 공식 & 핵심

"Claude Code" best practices {year}
"Claude Code" tips workflow {year}
"Claude Code" MCP hooks skills
site:docs.anthropic.com claude code
site:github.com/anthropics claude-code

카테고리 2 — 커뮤니티 & 뉴스

site:news.ycombinator.com "Claude Code"
site:news.ycombinator.com "agentic coding" OR "AI coding agent"
"Claude Code" site:reddit.com {year}

카테고리 3 — 튜토리얼 & 사례

site:medium.com "Claude Code" OR "AI coding agent" workflow {year}
site:dev.to "Claude Code" OR "agentic coding"
"Claude Code" tutorial OR guide {year}
site:youtube.com "Claude Code" {year}

카테고리 4 — AI 코딩 에이전트 일반

AI coding agent workflow best practices {year}
"agentic coding" patterns tips {year}
LLM coding assistant prompt engineering {year}
coding agent skills workflow automation {year}

Read the full file on GitHub · 317 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. 9d ago First seen · 317 lines · 185 tokens per session scan A c9da5adc3480

Subscribe to this mod's changes

simon-auto-boost is a skill published in the GitHub repository SW-in-beta/simon-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 185 tokens to every session and 3,527 once invoked, about $0.0009 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

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

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 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