Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:08 +08:00
commit 12f823b4a9
24 changed files with 4951 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "pocketflow",
"description": "PocketFlow Skill, cookbook examples, and templates for graph-based LLM workflows.",
"version": "0.1.0",
"author": {
"name": "claude_market"
},
"skills": [
"./skills"
]
}