# Developer Custom Tools

> Workflow for creating, testing, enabling, promoting, and removing Custom Tools from Developer Studio.

- Skill: `siddsachar/developer-custom-tools` (Agent Skill)
- Install (CLI): `npx skillmds@latest add siddsachar/developer-custom-tools`
- Raw SKILL.md: https://api.skillmd.com/api/skills/siddsachar/developer-custom-tools/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: siddsachar (https://skillmd.com/u/siddsachar)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/siddsachar/developer-custom-tools

---


# Developer Custom Tools

Use this skill when the user asks to add a GitHub repo, local folder, or current workspace as a reusable Row-Bot Custom Tool.

The user can ask in natural language. Treat requests like "make this repo a tool", "add this GitHub repo as a Custom Tool", or "turn this folder into a tool" as Custom Tool creation requests.

Workflow:

1. Confirm the source: repo URL, local folder, or current workspace. For repo URLs, ask for an explicit clone parent folder if one is not already provided.
2. Start a draft with `custom_tool_builder` action `start` when that utility is enabled. It performs a compact repo scan plus one AI proposal pass, then validates the proposed commands.
3. Explain the draft commands in plain language. Do not ask the user to hand-write internal config files.
4. Refine the draft with action `refine` when the user asks for changes, or action `update` for a direct command/metadata edit.
5. Public repo Custom Tools require explicit user enablement of public repo tools before creation. Do not silently enable that gate.
6. Create only after the user accepts the proposed commands. Use action `create`.
7. Test at least one command with action `test` before enabling or promotion.
8. Enable Developer use with action `enable` when the user wants it active in Developer.
9. Promote with action `promote` only when the user wants the tool available in normal chat/plugin tools.
10. If removing a draft or Custom Tool, use action `delete` and preserve the source folder unless the user explicitly asks to delete files.

Be clear about scope: a Custom Tool starts as Developer-managed metadata around an existing repo/folder; promotion makes it appear in Settings -> Plugins and normal chat tools.

