baseline: Skill for Claude Code

.claude/skills/claude-automation-recommender/SKILL.md

claude-automation-recommender is a skill for Claude Code from friedbotstudio/baseline. It costs 77 tokens per session (4,289 once invoked), scanned A, original, Apache-2.0.

A read-only skill that examines a codebase and suggests Claude Code automations, such as hooks, subagents, skills, plugins, and MCP servers. Claude Code is a coding assistant that can be extended with these components.

In plain words
What is it for?
Use it when setting up Claude Code for a project or reviewing ways to improve its development workflow.
Why use it?
It helps identify useful automation ideas without changing the project or its configuration.

Skill for Claude Code

Written for Claude Code: PostToolUse hook event. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

This is friedbotstudio/baseline's own configuration. It tells Claude Code how to work on baseline itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything baseline configures →

Reuse

Borrowing it

Nothing to install: this file belongs to friedbotstudio/baseline. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/friedbotstudio/baseline/main/.claude/skills/claude-automation-recommender/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/friedbotstudio/baseline

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 claude-automation-recommender

README.md
[![agentmods](https://agentmods.dev/badge/skills/friedbotstudio/baseline/claude-automation-recommender.svg)](https://agentmods.dev/skills/friedbotstudio/baseline/claude-automation-recommender)
Your own site
<a href="https://agentmods.dev/skills/friedbotstudio/baseline/claude-automation-recommender"><img src="https://agentmods.dev/badge/skills/friedbotstudio/baseline/claude-automation-recommender.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,289 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.1 $0.00077 $0.04289
Opus 5 $0.00039 $0.02145
Sonnet 5 $0.00015 $0.00858
Haiku 4.5 $0.00008 $0.00429

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

Security

Grade A, and why

claude-automation-recommender 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 6d 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.

.claude/skills/claude-automation-recommender/SKILL.md · 365 lines

How it starts

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

Claude Automation Recommender

Analyze codebase patterns to recommend tailored Claude Code automations across all extensibility options.

This skill is read-only. It analyzes the codebase and outputs recommendations. It does NOT create or modify any files. Users implement the recommendations themselves or ask Claude separately to help build them.

Working with the baseline

This skill is invoked from inside a project that ships the Claude Code Baseline (docs/init/seed.md). Read that file before recommending — it lists what is already installed.

The baseline already provides the following. Do not recommend any of these as additions — they exist:

  • 22 hooks: 17 write/run-boundary guards — setup_guard, destructive_cmd_guard, git_commit_guard, env_guard, direction_approval_guard, swarm_approval_guard, verify_pass_guard, track_guard, artifact_template_guard, plantuml_syntax_guard, spec_diagram_presence_guard, spec_design_calls_guard, swarm_boundary_guard, tdd_order_guard, process_lifecycle_guard, lint_runner, test_runner — plus 4 lifecycle hooks: memory_session_start, memory_stop, memory_pre_compact, harness_continuation — plus 1 input-boundary hook: consent_gate_grant.
  • 1 subagent: swarm-worker — the only subagent in the baseline. It executes pre-decided recipes from main context inside isolated git worktrees during /swarm-dispatch. No new subagents should be recommended. All decision-making lives in skills running in main context, where conversational nuance and full file visibility are preserved.
  • 36 skills: artifact drafting (4), workflow phases (10), phase workers — scenario, implement, verify, prose, design-ui (5), spec helpers — spec-lint, spec-render, spec-diagram-review, spec-traceability-review (4), orchestration — harness, swarm-plan, swarm-dispatch (3), memory — memory-sync (1), audit — audit-baseline (1), alternate tracks — chore (1), plus seven shared globals: claude-automation-recommender, code-structure, humanizer, documentation, technical-tutorials, copywriting, impeccable. Several skills mandatorily invoke another skill: scenario and implement invoke code-structure; design-ui invokes impeccable; prose invokes humanizer (always) and copywriting (when persuasive). The technical-tutorials skill carries its audience-context reference doc inline at .claude/skills/technical-tutorials/references/audience-context.md (consolidated 2026-04-28 from the upstream developer-audience-context skill).
  • 4 commands: /approve-direction, /approve-swarm, /grant-commit, /init-project.
  • 3 MCP servers: the documentation provider named in .claude/docs-provider.json (library docs), plantuml (diagram rendering), playwright (Microsoft-official browser automation; used by design-ui for cross-engine visual verification, by integrate for optional cross-engine smoke).

Read the full file on GitHub · 365 lines

Files

What ships with it

7 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. 6d ago First seen · 365 lines · 77 tokens per session scan A 09892009d6dc

Subscribe to this mod's changes

claude-automation-recommender is a skill published in the GitHub repository friedbotstudio/baseline (14 stars, last pushed 3d ago), licensed Apache-2.0. It adds 77 tokens to every session and 4,289 once invoked, about $0.0004 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.