Update component registry and system state
Register new skills and update future considerations for Claude dashboard integration.
This commit is contained in:
@@ -77,6 +77,32 @@
|
|||||||
"tracking",
|
"tracking",
|
||||||
"history"
|
"history"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"stock-lookup": {
|
||||||
|
"description": "Look up stock prices and quotes",
|
||||||
|
"script": "~/.claude/skills/stock-lookup/scripts/quote.py",
|
||||||
|
"triggers": [
|
||||||
|
"stock",
|
||||||
|
"stock price",
|
||||||
|
"quote",
|
||||||
|
"ticker",
|
||||||
|
"share price",
|
||||||
|
"market price",
|
||||||
|
"trend",
|
||||||
|
"performance"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"morning-report": {
|
||||||
|
"description": "Generate daily morning dashboard with email, calendar, stocks, weather, tasks, infra, and news",
|
||||||
|
"script": "~/.claude/skills/morning-report/scripts/generate.py",
|
||||||
|
"triggers": [
|
||||||
|
"morning report",
|
||||||
|
"morning",
|
||||||
|
"daily report",
|
||||||
|
"dashboard",
|
||||||
|
"briefing",
|
||||||
|
"daily briefing"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
@@ -95,6 +121,16 @@
|
|||||||
"aliases": ["/calendar", "/cal"],
|
"aliases": ["/calendar", "/cal"],
|
||||||
"invokes": "skill:gcal"
|
"invokes": "skill:gcal"
|
||||||
},
|
},
|
||||||
|
"/stock": {
|
||||||
|
"description": "Stock price lookup",
|
||||||
|
"aliases": ["/quote", "/ticker"],
|
||||||
|
"invokes": "skill:stock-lookup"
|
||||||
|
},
|
||||||
|
"/morning": {
|
||||||
|
"description": "Generate morning report dashboard",
|
||||||
|
"aliases": ["/briefing", "/daily"],
|
||||||
|
"invokes": "skill:morning-report"
|
||||||
|
},
|
||||||
"/usage": {
|
"/usage": {
|
||||||
"description": "View usage statistics",
|
"description": "View usage statistics",
|
||||||
"aliases": ["/stats"],
|
"aliases": ["/stats"],
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -154,6 +154,34 @@
|
|||||||
"ended": null,
|
"ended": null,
|
||||||
"summarized": false,
|
"summarized": false,
|
||||||
"topics": []
|
"topics": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2026-01-02_11-35-50",
|
||||||
|
"started": "2026-01-02T11:35:50-08:00",
|
||||||
|
"ended": null,
|
||||||
|
"summarized": false,
|
||||||
|
"topics": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2026-01-02_12-57-47",
|
||||||
|
"started": "2026-01-02T12:57:47-08:00",
|
||||||
|
"ended": null,
|
||||||
|
"summarized": false,
|
||||||
|
"topics": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2026-01-03_00-41-54",
|
||||||
|
"started": "2026-01-03T00:41:54-08:00",
|
||||||
|
"ended": null,
|
||||||
|
"summarized": false,
|
||||||
|
"topics": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2026-01-03_01-07-49",
|
||||||
|
"started": "2026-01-03T01:07:49-08:00",
|
||||||
|
"ended": null,
|
||||||
|
"summarized": false,
|
||||||
|
"topics": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user