Tool presets
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/89jobrien/tool-presets
Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent typesFrom its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill tool-presetsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
2.0 KB, 430 tokens by cl100k_base, as published. Nobody here has run it
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:
---
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 presetfile-ops.md- File operations presetanalysis.md- Code analysis presetresearch.md- Research tools presetorchestration.md- Multi-agent orchestration preset
What ships with it
17.4 KB alongside SKILL.md
GitHub clipped this repository’s file list, so this is at least 6 files and may be more.
- analysis.md610 B
- dev-tools.md635 B
- file-ops.md699 B
- orchestration.md704 B
- research.md657 B
- skill-report.json14.2 KB