Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Universal self-improvement system that learns from every skill interaction using multi-memory architecture.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
hooks/pre-tool.sh
1#!/usr/bin/env bash2set -euo pipefail34tool_name="${1:-unknown}"5tool_input="${2:-}"67echo "[self-improving-agent] PreToolUse: ${tool_name}" >&28if [[ -n "${tool_input}" ]]; then9echo "[self-improving-agent] Input: ${tool_input}" >&210fi11