with one click
create-new-tool
Scaffold a new bash_tools Skill under bash_tools/new_tools/.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Scaffold a new bash_tools Skill under bash_tools/new_tools/.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Technical reference for OpenSage-ADK — a Google ADK-based framework for long-horizon, tool-heavy AI agents. Covers architecture, configuration, customization, extension, and production agent patterns.
Find testcase IDs (TESTCASE nodes) that cover a given function (METHOD node) in Neo4j.
Code coverage analysis tools. These tools help analyze and visualize code coverage for test execution, upload coverage data to Neo4j, and display coverage statistics. Available tools: run-coverage, show-coverage.
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Standalone `mmp` executable for managing multiple MCP servers from a loaded gateway config.
Neo4j database management and query tools. These tools help interact with Neo4j databases for code analysis, graph queries, and data management. Available tools: neo4j-query.
| name | create-new-tool |
| description | Scaffold a new bash_tools Skill under bash_tools/new_tools/. |
| should_run_in_sandbox | main |
| returns_json | true |
Scaffold a new bash_tools Skill.
/bash_tools/new_tool_creator/scripts/create_new_tool.sh my-tool-name --should_run_in_sandbox main --returns_json true
Type: str
Tool name (hyphen-case, e.g. my-tool-name).
Type: str
Execution sandbox (e.g. main, fuzz, neo4j, joern).
Type: str
true or false.
Type: str
Subdirectory under bash_tools/new_tools/ (default: general).
Type: str
Dependency sandboxes (comma-separated) or none.
{
"success": true,
"tool_name": "my-tool-name",
"category": "general",
"path": "/path/to/bash_tools/new_tools/general/my-tool-name",
"message": "Tool created successfully"
}
none
30 seconds