tool-presets

Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types

242 stars

Best use case

tool-presets is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types

Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "tool-presets" skill to help with this workflow task. Context: Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/tool-presets/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/89jobrien/tool-presets/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/tool-presets/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How tool-presets Compares

Feature / Agenttool-presetsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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

| Preset | Tools | Best For |
|--------|-------|----------|
| `dev-tools` | Read, Write, Edit, Bash | Development/coding agents |
| `file-ops` | Read, Write, Edit, Grep, Glob | File manipulation agents |
| `analysis` | Read, Grep, Glob, Bash | Code analysis agents |
| `research` | Read, Write, WebSearch, WebFetch | Research agents |
| `orchestration` | Read, Write, Edit, Task, TodoWrite | Coordinator agents |
| `full-stack` | All tools | Comprehensive agents |

## Usage

Reference a preset in your agent's frontmatter:

```yaml
---
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

doc-sync-tool

242
from aiskillstore/marketplace

自动同步项目中的 Agents.md、claude.md 和 gemini.md 文件,保持内容一致性。支持自动监听和手动触发。

security-scanning-tools

242
from aiskillstore/marketplace

This skill should be used when the user asks to "perform vulnerability scanning", "scan networks for open ports", "assess web application security", "scan wireless networks", "detect malware", "check cloud security", or "evaluate system compliance". It provides comprehensive guidance on security scanning tools and methodologies.

scanning-tools

242
from aiskillstore/marketplace

This skill should be used when the user asks to "perform vulnerability scanning", "scan networks for open ports", "assess web application security", "scan wireless networks", "detec...

red-team-tools

242
from aiskillstore/marketplace

This skill should be used when the user asks to "follow red team methodology", "perform bug bounty hunting", "automate reconnaissance", "hunt for XSS vulnerabilities", "enumerate su...

red-team-tools-and-methodology

242
from aiskillstore/marketplace

This skill should be used when the user asks to "follow red team methodology", "perform bug bounty hunting", "automate reconnaissance", "hunt for XSS vulnerabilities", "enumerate subdomains", or needs security researcher techniques and tool configurations from top bug bounty hunters.

personal-tool-builder

242
from aiskillstore/marketplace

Expert in building custom tools that solve your own problems first. The best products often start as personal tools - scratch your own itch, build for yourself, then discover others have the same itch. Covers rapid prototyping, local-first apps, CLI tools, scripts that grow into products, and the art of dogfooding. Use when: build a tool, personal tool, scratch my itch, solve my problem, CLI tool.

n8n-mcp-tools-expert

242
from aiskillstore/marketplace

Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, or using any n8n-mcp tool. Provides tool selection guidance, parameter formats, and common patterns.

debugging-toolkit-smart-debug

242
from aiskillstore/marketplace

Use when working with debugging toolkit smart debug

agent-tool-builder

242
from aiskillstore/marketplace

Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that actually helps the LLM, validation, and the emerging MCP standard that's becoming the lingua franca for AI tools. Key insight: Tool descriptions are more important than tool implementa

tools-ui

242
from aiskillstore/marketplace

Tool lifecycle UI components for React/Next.js from ui.inference.sh. Display tool calls: pending, progress, approval required, results. Capabilities: tool status, progress indicators, approval flows, results display. Use for: showing agent tool calls, human-in-the-loop approvals, tool output. Triggers: tool ui, tool calls, tool status, tool approval, tool results, agent tools, mcp tools ui, function calling ui, tool lifecycle, tool pending

test-echo-tool

242
from aiskillstore/marketplace

A tool that echoes its input for testing

mcp-tool-creation

242
from aiskillstore/marketplace

Master creating MCP tools with type-safe parameters, automatic schema generation, and best practices