agentsclimarketplace

Tool presets

Skill aiskillstore/marketplace/skills/89jobrien/tool-presets

Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

Install
npx -y skills add aiskillstore/marketplace --skill tool-presets

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

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

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

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.