Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:50:56 +08:00
commit f0e7f0e603
9 changed files with 3525 additions and 0 deletions

15
plugin.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "project-planner-skill",
"description": "Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking.",
"version": "1.0.0",
"author": {
"name": "George A Puiu",
"email": "puiu.adrian@gmail.com"
},
"homepage": "https://github.com/adrianpuiu/claude-skills-marketplace",
"repository": "https://github.com/adrianpuiu/claude-skills-marketplace",
"license": "MIT",
"keywords": ["project-planning", "documentation", "requirements", "design", "implementation"],
"category": "productivity",
"strict": false
}