II.
Topic JSON
Structured · livetopic:custom-hooks
Custom Hooks json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:custom-hooks",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Custom Hooks",
"description": "Custom Hooks as a cross-cutting topic - packaging reusable stateful logic\ninto composable hook abstractions in React-style systems.\n"
},
"outgoingEdges": [
{
"from": "topic:custom-hooks",
"to": "domain:web-development",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:web-development",
"to": "topic:custom-hooks",
"kind": "contains"
},
{
"from": "lib-agent:web-development--hooks-developer",
"to": "topic:custom-hooks",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--react-hooks",
"to": "topic:custom-hooks",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
}
]
}