Files
asepharyana-hub-guide/hooks/hooks.json
T

11 lines
455 B
JSON
Raw Normal View History

{
"hooks": {
2026-07-25 13:03:38 +07:00
"Stop": [{
"hooks": [{
2026-07-25 13:03:38 +07:00
"type": "prompt",
"prompt": "--- skill detect ---\nRead the user's prompt. Detect what language, framework, tool, or topic they are asking about. If it matches any hub-guide skill concept (see available skills), activate that skill's rules for your response.\n\nDetection is concept-based, not keyword-based — works regardless of what language the user speaks.\n---"
}]
}]
}
}