ワンクリックで
tool-presets
Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Deep codebase analysis — architecture health, test coverage gaps, tech debt, and actionable findings
Run pre-commit checks (fmt, clippy, test) then stage, commit, and push with a conventional message
Review staged or recent changes for correctness, style, and Rust conventions before committing
Use when SSHing into remote machines, looking up credentials, renaming Tailscale devices, or accessing services on the tailnet. Symptoms - SSH auth failures, too many authentication failures, command not found tailscale, need to find credentials for remote machines.
Use when mixing Tokio async code with synchronous blocking I/O libraries (tar, flate2, zip, csv), or when seeing "cannot block the current thread from within the async context" panics, or needing to stream async bytes into a sync reader.
Structured BAML schema edit → validate → test loop for the devloop project. Use when editing any *.baml file in crates/baml/baml_src/ — covers version parity gotchas, uvx invocation, regeneration workflow, and the analyze verify step.
| 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 |
Standardized tool set definitions for Claude Code agents. Use these presets to ensure consistent tool access across similar agent types.
| 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 |
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
---
dev-toolsfile-opsanalysisresearchorchestrationfull-stackFor 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