Claude Tools / Plugins / sumsec-skills
Plugins · summersec/sumsec-skills
sumsec-skills
SumSec-Skills plugin marketplace. Plugins: writing-zh, dev-tools, agents-dev, claude-md-management, hookify, plugin-dev, cloudflare-email, taste-skill, semantic-linter.
CLEARED_STATICagent-agnosticv1.0.43
Pipeline results
Coverage
CLEARED_STATIC
Tests run
13 / 15
Portability
Agent-agnostic (works beyond Claude)
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
claude-md-management/commands/revise-claude-md.md
componentlow
hookify/agents/conversation-analyzer.md
componentmedium
hookify/commands/configure.md
componentlow
hookify/commands/help.md
componentlow
hookify/commands/hookify.md
componentmedium
hookify/commands/list.md
componentlow
plugin-dev/agents/agent-creator.md
agentmedium
plugin-dev/agents/plugin-validator.md
componentmedium
plugin-dev/agents/skill-reviewer.md
componentmedium
plugin-dev/commands/create-plugin.md
componentmedium
semantic-linter/commands/stl-init.md
componentlow
semantic-linter/commands/stl-lexicon.md
componentlow
semantic-linter/commands/stl-rules.md
componentmedium
.claude/skills/sync-skills/SKILL.md
skillhigh
agents-dev/skills/agent-sdk-dev/SKILL.md
skillhigh
agents-dev/skills/claude-agents-symlink/SKILL.md
skillhigh
agents-dev/skills/multi-platform-plugin-guide/SKILL.md
skillhigh
agents-dev/skills/skill-creator/SKILL.md
skillhigh
agents-dev/skills/skill-optimizer/SKILL.md
skillhigh
agents-dev/skills/workflow-skill-creator/SKILL.md
skillhigh
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 11 lexical match(es)
- injection scan: English-only patterns cannot cover cjk instruction surface
README
From the repository
# SumSec-Skills SummerSec 个人 **Agent Skills 集合**,按类别分插件管理。  ## 仓库布局 ``` SumSec-Skills/ ├── writing-zh/ # 中文写作插件 │ └── skills/ │ ├── humanizer-zh/ 去 AI 味润色 │ └── sumsec-illustrations/ SumSec 博客正文配图 ├── dev-tools/ # 开发工具插件 │ └── skills/ │ ├── git-commit-pr/ Git 提交与 PR │ ├── agent-chat-history/ 对话历史检索 │ └── frontend-design/ 前端界面实现 ├── agents-dev/ # Agent 开发生态插件(聚合) │ └── skills/ │ ├── skill-creator/ 技能创建(claude-plugins-official) │ ├── writing-rules/ Hook rules 生成(hookify) │ ├── agent-sdk-dev/ Agent SDK 开发 │ ├── claude-agents-symlink/ CLAUDE.md 指向 AGENTS.md │ ├── skill-optimizer/ Skill 审计优化 │ ├── multi-platform-plugin-guide/ 多平台版本对齐 │ └── workflow-skill-creator/ 流程编排 Skill 设计 ├── skills/ # 通用 skill 聚合入口(symlink 到各插件 skills) ├── plugin-dev/ # 镜像:插件开发七件套(agent/command/hook/skill/MCP/structure/settings) ├── claude-md-management/ # 镜像:CLAUDE.md 维护 ├── hookify/ # 原创:Hook 创建工具 ├──…