Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:03 +08:00
commit e32589a11a
8 changed files with 387 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "firecrawl",
"description": "Firecrawl plugin for Claude Code",
"version": "1.0.0",
"author": {
"name": "Nathan Vale",
"email": "hi@nathanvale.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}