# AGENTIC_LAYER_001 > Teach agents to use scripts. Custom tools - core four. CONTEXT | MODEL | PROMPT | TOOLS. - Author: NetCinematics - Repository: netcinematics/ALPHABITZ_AI_V3 - Version: 20260131192803 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/netcinematics/ALPHABITZ_AI_V3 - Web: https://mule.run/skillshub/@@netcinematics/ALPHABITZ_AI_V3~AGENTIC_LAYER_001:20260131192803 --- ## SKILL Teach agents to use scripts. Custom tools - core four. CONTEXT | MODEL | PROMPT | TOOLS. Start the app - Stop the app. ### tools - tools/start.py - start the app - tools/stop.py - stop the app - tools/restart.py - restart the app - tools/reload.py - reload the app ### usage ```bash # start uv run .claude/skills/start/tools/start.py # stop uv run .claude/skills/stop/tools/stop.py # restart uv run .claude/skills/restart/tools/restart.py # reload uv run .claude/skills/reload/tools/reload.py ```