Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,32 @@
"homepage": "https://github.com/Jiusi-pys/agent-plugins/tree/main/plugins/ohos-porting",
"license": "MIT"
},
{
"name": "email-notify",
"description": "Gmail SMTP email notification system for Claude Code. Send email alerts when Claude Code completes generation tasks via Postfix + Gmail SMTP relay.",
"version": "1.0.0",
"author": {
"name": "九思"
},
"source": "./plugins/email-notify",
"category": "productivity",
"tags": ["email", "notification", "gmail", "smtp", "automation"],
"homepage": "https://github.com/Jiusi-pys/agent-plugins/tree/main/plugins/email-notify",
"license": "MIT"
},
{
"name": "project-structure",
"description": "Project engineering file management and directory structure enforcement. Initialize projects with standardized layouts, validate structure compliance, and clean messy root directories. Supports C/C++, ROS2, Python, Rust, Node.js, embedded systems.",
"version": "1.0.0",
"author": {
"name": "九思"
},
"source": "./plugins/project-structure",
"category": "development",
"tags": ["project-management", "structure", "engineering", "templates", "scaffolding"],
"homepage": "https://github.com/Jiusi-pys/agent-plugins/tree/main/plugins/project-structure",
"license": "MIT"
},
{
"name": "skill-evolving-expert",
"description": "自我进化专家系统。每次问题解决后自动提取关键知识点,持久化存储,后续任务自动检索应用。支持知识闭环、渐进积累、模式提炼。",
Expand Down
6 changes: 5 additions & 1 deletion plugins/email-notify/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"version": "1.0.0",
"author": {
"name": "九思"
}
},
"category": "productivity",
"tags": ["email", "notification", "gmail", "smtp", "automation"],
"homepage": "https://github.com/Jiusi-pys/agent-plugins/tree/main/plugins/email-notify",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion plugins/email-notify/hooks/hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"hooks": [
{
"type": "command",
"command": "./scripts/on_task_complete.sh"
"command": "./hooks/scripts/on_task_complete.sh"
}
]
}
Expand Down
6 changes: 5 additions & 1 deletion plugins/ohos-porting/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"version": "1.0.0",
"author": {
"name": "九思"
}
},
"category": "development",
"tags": ["openharmony", "kaihongos", "porting", "cross-compile", "embedded", "arm64"],
"homepage": "https://github.com/Jiusi-pys/agent-plugins/tree/main/plugins/ohos-porting",
"license": "MIT"
}
6 changes: 3 additions & 3 deletions plugins/ohos-porting/hooks/hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"hooks": [
{
"type": "command",
"command": "./scripts/detect_ohos_context.sh"
"command": "./hooks/scripts/detect_ohos_context.sh"
}
]
}
Expand All @@ -17,7 +17,7 @@
"hooks": [
{
"type": "command",
"command": "./scripts/on_compile_error.sh"
"command": "./hooks/scripts/on_compile_error.sh"
}
]
}
Expand All @@ -28,7 +28,7 @@
"hooks": [
{
"type": "command",
"command": "./scripts/on_session_end.sh"
"command": "./hooks/scripts/on_session_end.sh"
}
]
}
Expand Down
6 changes: 5 additions & 1 deletion plugins/project-structure/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"version": "1.0.0",
"author": {
"name": "九思"
}
},
"category": "development",
"tags": ["project-management", "structure", "engineering", "templates", "scaffolding"],
"homepage": "https://github.com/Jiusi-pys/agent-plugins/tree/main/plugins/project-structure",
"license": "MIT"
}
6 changes: 5 additions & 1 deletion plugins/skill-evolving-expert/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"version": "1.0.0",
"author": {
"name": "九思"
}
},
"category": "productivity",
"tags": ["knowledge-management", "self-evolving", "expert-system", "automation"],
"homepage": "https://github.com/Jiusi-pys/agent-plugins/tree/main/plugins/skill-evolving-expert",
"license": "MIT"
}