Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:10:45 +08:00
commit 52869959db
4 changed files with 821 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "file-upload-specialist",
"description": "Expert agent for file upload handling, AWS S3 integration, image processing with Sharp, video transcoding with FFmpeg, presigned URLs, and chunked uploads",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/upload-expert.md"
]
}