By baneeishaque
Curated skills for Claude Code and Codex power users - tool selection, workflow optimization, and productivity
English | νκ΅μ΄ | ζ₯ζ¬θͺ | δΈζ | EspaΓ±ol | PortuguΓͺs | Π ΡΡΡΠΊΠΈΠΉ | FranΓ§ais | Deutsch
Discover your tool environment. Amplify your capabilities. (Claude Code + Codex)
Tool Advisor scans your runtime environment β MCP servers, skills, plugins, CLI tools β and suggests optimal tool compositions as non-binding options with copy-paste commands. It arms the model with knowledge it wouldn't otherwise have.

Option 1: One-line install (default: Claude Code + Codex)
curl -fsSL https://raw.githubusercontent.com/dragon1086/claude-skills/main/install.sh | bash
Install for a single agent:
# Codex only
curl -fsSL https://raw.githubusercontent.com/dragon1086/claude-skills/main/install.sh | bash -s -- --agent codex
# Claude Code only
curl -fsSL https://raw.githubusercontent.com/dragon1086/claude-skills/main/install.sh | bash -s -- --agent claude-code
Option 2: Via skills.sh
npx skills add dragon1086/claude-skills -y --agent claude-code
npx skills add dragon1086/claude-skills -y --agent codex
To update, run the same command again.
Just ask naturally:
"Analyze with tool-advisor: refactor the auth module"
"tool-advisor, how should I tackle this database migration?"
"What's the best approach for implementing user authentication?"
"Use $tool-advisor to analyze this task: ship v2 API migration"
The skill activates when you mention tool-advisor or ask for tool recommendations.
Your Prompt
β
ββββββββββββββββββββββββββββββββββββ
β Tool Advisor v3.4 β
β "Amplifier, not Commander" β
ββββββββββββββββββββββββββββββββββββ€
β 1. Discover Environment β
β MCP / Skills / Plugins / CLI β
β 2. Analyze Task + Done When β
β 3. Match Capabilities β
β 4. Suggest Options (up to 3) β
β 5. Identify Gaps β
β 6. Performance Tips β
ββββββββββββββββββββββββββββββββββββ
β
Options + Quick Action table
| Feature | Description |
|---|---|
| 4-Layer Environment Scan | Discovers MCP servers, skills, plugins, and CLI tools at runtime |
| Completion Criteria | Extracts "Done when" from prompts so the model knows the finish line |
| Scale-Adaptive Output | Small tasks get <10 lines; large tasks get full analysis |
| Multi-Option Suggestions | Up to 3 approaches (Methodical / Fast / Deep) β never mandates |
| Capability Gap Analysis | Suggests missing tools with "doable without these" disclaimer |
| Iron Rules & Anti-Patterns | 9 hard boundaries prevent advisor-to-executor drift; 3 concise anti-patterns |
| Phase Enforcement | Every phase MUST produce output or explicit "N/A" β no skipping allowed |
| Human-in-the-loop | Never installs without your approval |
Input:
Analyze with tool-advisor: Refactor auth module to use JWT tokens
Output:
## Tool Advisor v3.4 β Environment & Composition Analysis
Prompt: `Refactor auth module to use JWT tokens`
### Your Environment
| Layer | Available |
|-------|-----------|
| MCP Servers | lsp, context7 |
| Skills | /feature-dev, /code-review, /tdd |
| Plugins | oh-my-claudecode (33 agents) |
| CLI | git, node, pytest, docker |
### Task Profile
- **Type**: Modification / **Scale**: Large / **Traits**: Needs planning, has tests
- **Done when**: all session-based auth replaced with JWT, tests pass, no session imports remain
### Relevant Capabilities
- `lsp_diagnostics` β Type-check after changes
- `ast_grep_search` β Find all session usage patterns
- `/feature-dev` β Guided development workflow
### Suggested Approaches
**A β Methodical** (Recommended)
Task(Explore) -> EnterPlanMode -> Edit in stages -> Bash(pytest)
**B β Skill-guided**
/feature-dev (handles the full flow)
**C β Agent-parallel**
[Task(Explore, bg), WebSearch("JWT best practices")] -> plan -> implement
---
## Quick Action
| Approach | Copy & Paste |
|----------|--------------|
| Methodical | Start with `Task(Explore)` to scout the codebase |
| Skill-guided | `/feature-dev` then describe the refactoring |
| Fast | `Glob("**/auth/**") + Grep("session")` parallel |
-> Recommended: "Methodical" (large refactoring benefits from planning first)
MIT Β© 2026 dragon1086
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub baneeishaque/dragon1086_claude-skillsWriting guidance based on William Strunk Jr.'s The Elements of Style (1918)
Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,896 supported skills.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,884 supported skills.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Matt Pocock's agent skills for real engineering β grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques