Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
89jobrien avatar

Tool Presets

  • 25 installs
  • 4 repo stars
  • Updated April 11, 2026
  • 89jobrien/steve

tool-presets is a Claude Code skill that provides standardized tool-set definitions to give similar agent types consistent tool access.

About

tool-presets is a Claude Code skill that defines standardized tool sets for agents so similar agent types get consistent tool access. It provides six named presets, from dev-tools to full-stack, referenced in an agent's frontmatter. Developers use it when authoring Claude Code agents to pick the right tool bundle. It includes a selection guide and per-preset reference files.

  • Defines standardized tool sets for Claude Code agents (dev-tools, file-ops, analysis, research, orchestration, full-stac
  • Ensures consistent tool access across similar agent types via frontmatter presets
  • Includes a selection guide and per-preset reference files

Tool Presets by the numbers

  • 25 all-time installs (skills.sh)
  • Ranked #9,800 of 16,544 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

tool-presets capabilities & compatibility

Capabilities
tool configuration · agent authoring
Use cases
orchestration
From the docs

What tool-presets says it does

Standardized tool set definitions for Claude Code agents. Use these presets to ensure consistent tool access across similar agent types.
SKILL.md
npx skills add https://github.com/89jobrien/steve --skill tool-presets

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs25
repo stars4
Last updatedApril 11, 2026
Repository89jobrien/steve

What it does

Assign a standardized tool preset to a Claude Code agent so similar agent types share consistent tool access.

Who is it for?

Developers authoring Claude Code subagents who want consistent, predefined tool bundles.

When should I use this skill?

Defining a Claude Code agent and choosing which tools it should have access to.

What you get

Agents configured with a consistent, named tool preset appropriate to their role.

  • A configured agent tools list
  • A chosen tool preset

By the numbers

  • 6 tool presets defined

Files

SKILL.mdMarkdownGitHub ↗

Tool Presets Skill

Standardized tool set definitions for Claude Code agents. Use these presets to ensure consistent tool access across similar agent types.

Available Presets

PresetToolsBest For
dev-toolsRead, Write, Edit, BashDevelopment/coding agents
file-opsRead, Write, Edit, Grep, GlobFile manipulation agents
analysisRead, Grep, Glob, BashCode analysis agents
researchRead, Write, WebSearch, WebFetchResearch agents
orchestrationRead, Write, Edit, Task, TodoWriteCoordinator agents
full-stackAll toolsComprehensive agents

Usage

Reference a preset in your agent's frontmatter:

---
name: my-agent
description: Agent description
tools: Read, Write, Edit, Bash  # Use dev-tools preset pattern
skills: tool-presets
---

Preset Selection Guide

When to use dev-tools

  • Writing or modifying code
  • Running build/test commands
  • General development tasks

When to use file-ops

  • Searching codebases
  • Refactoring across files
  • Code analysis without execution

When to use analysis

  • Read-only code review
  • Pattern detection
  • Static analysis

When to use research

  • Documentation lookup
  • External API research
  • Web-based information gathering

When to use orchestration

  • Multi-agent coordination
  • Complex task breakdown
  • Workflow management

When to use full-stack

  • Comprehensive agents needing all capabilities
  • Meta agents that delegate to others

Reference Files

For detailed tool lists per preset, see:

  • dev-tools.md - Development tools preset
  • file-ops.md - File operations preset
  • analysis.md - Code analysis preset
  • research.md - Research tools preset
  • orchestration.md - Multi-agent orchestration preset

Related skills

FAQ

What presets are available?

dev-tools, file-ops, analysis, research, orchestration, and full-stack.

How do you apply a preset?

Reference the preset's tool pattern in the agent's frontmatter tools field.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.