← スキル一覧に戻る
When to use
When to use
When to use
When to use
When to use
When to use

tool-presets
by aiskillstore
tool-presetsは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 102🍴 3📅 2026年1月23日
SKILL.md
name: tool-presets description: Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types author: Joseph OBrien status: unpublished updated: '2025-12-23' version: 1.0.1 tag: skill type: skill
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
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
