Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:50:18 +08:00
commit b876c97bd3
7 changed files with 457 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "forem-api",
"description": "Interacts with the Forem API. Allowing you to create, update, and delete articles, as well as manage your profile.",
"version": "1.0.0",
"author": {
"name": "Tim Green",
"email": "rawveg@gmail.com"
},
"homepage": "https://github.com/rawveg/claude-skills-marketplace",
"repository": "https://github.com/rawveg/claude-skills-marketplace",
"license": "MIT",
"keywords": ["forem-api", "forem", "dev.to", "Claude Code"],
"category": "productivity",
"strict": false
}