Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:27 +08:00
commit f9789b0110
16 changed files with 4715 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "learnfrompast",
"description": "Analyzes your shell command history, git workflows, Claude usage patterns, and evaluates dependencies to identify productivity improvements, automation opportunities, and help make informed decisions about package adoption",
"version": "1.5.1",
"author": {
"name": "Anthony Barbieri"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}