SummerSec

103 mods across 4 repositories, 2.6k stars between them.

UserPromptSubmit

73

SummerSec/SumSec-Skills

Hook

Runs when you submit a prompt, before the agent sees it, executing userpromptsubmit.py via python3. From SummerSec/SumSec-Skills.

8 17d ago A tokens not measured copy · 100% Apache-2.0

plugin-dev

74

SummerSec/SumSec-Skills

Plugin Claude Code

Claude Code 插件开发工具箱:7 个核心 skill(agent/command/hook/skill/MCP/插件结构与设置)+ 3 个 agent(agent-creator、plugin-validator、skill-reviewer)+ /plugin-dev:create-plugin 引导式工作流。.

8 17d ago A tokens not measured original Apache-2.0

agent-creator

75

SummerSec/SumSec-Skills

Agent

Use this agent when the user asks to "create an agent", "generate an agent", "build a new agent", "make me an agent that...", or describes agent functionality they need. Trigger when user wants to create autonomous agents for plugins. Examples: Context: User wants to create a code review agent user: "Create an agent…

8 17d ago A 254 tokens copy · 100% Apache-2.0

plugin-validator

76

SummerSec/SumSec-Skills

Agent

Use this agent when the user asks to "validate my plugin", "check plugin structure", "verify plugin is correct", "validate plugin.json", "check plugin files", or mentions plugin validation. Also trigger proactively after user creates or modifies plugin components. Examples: Context: User finished creating a new plugin…

8 17d ago A 241 tokens copy · 100% Apache-2.0

skill-reviewer

77

SummerSec/SumSec-Skills

Agent

Use this agent when the user has created or modified a skill and needs quality review, asks to "review my skill", "check skill quality", "improve skill description", or wants to ensure skill follows best practices. Trigger proactively after skill creation. Examples: Context: User just created a new skill user: "I've…

8 17d ago A 249 tokens copy · 100% Apache-2.0

create-plugin

78

SummerSec/SumSec-Skills

Command

Guided end-to-end plugin creation workflow with component design, implementation, and validation.

8 17d ago A 16 tokens copy · 100% Apache-2.0

agent-development

79

SummerSec/SumSec-Skills

Skill Claude CodeCodex

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development…

8 17d ago A 80 tokens original Apache-2.0

command-development

80

SummerSec/SumSec-Skills

Skill Claude CodeCodex

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash…

8 17d ago A 99 tokens copy · 92% Apache-2.0

hook-development

81

SummerSec/SumSec-Skills

Skill Claude CodeCodex

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDEPLUGINROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop…

8 17d ago A 117 tokens copy · 100% Apache-2.0

mcp-integration

82

SummerSec/SumSec-Skills

Skill Claude CodeCodex

This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDEPLUGINROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive…

8 17d ago B 98 tokens copy · 100% Apache-2.0

plugin-settings

83

SummerSec/SumSec-Skills

Skill Claude CodeCodex

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md…

8 17d ago B 81 tokens copy · 89% Apache-2.0

plugin-structure

84

SummerSec/SumSec-Skills

Skill Claude CodeCodex

This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDEPLUGINROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest…

8 17d ago A 93 tokens copy · 100% Apache-2.0

skill-development

85

SummerSec/SumSec-Skills

Skill Claude CodeCodex

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

8 17d ago A 63 tokens copy · 98% Apache-2.0

semantic-linter

86

SummerSec/SumSec-Skills

Plugin Claude Code

Semantic-Linter detects semantic trap words in LLM instruction files (Skill/Prompt/Agent). Identifies wide-boundary vocabulary that may cause hallucination or scope creep.

8 17d ago A tokens not measured original Apache-2.0

stl-init

87

SummerSec/SumSec-Skills

Command

First-use setup for Semantic-Linter in the current project.

8 17d ago A 12 tokens original Apache-2.0

semantic-linter

89

SummerSec/semantic-linter

Plugin Claude Code

Semantic-Linter detects semantic trap words in LLM instruction files (Skill/Prompt/Agent). Identifies wide-boundary vocabulary that may cause hallucination or scope creep.

2 17d ago A tokens not measured

SummerSec/semantic-linter

Instructions file CodexOpenCode

AGENTS.md instructions for SummerSec/semantic-linter: Before writing or editing skill / agent / command / prompt instruction text, open semantic-rules.md in the same directory (27 trap pairs + four semantic checks) and narrow wide-boundary wording. If a wide term must stay, apply the boundary-anchoring guidance from…

2 17d ago A 99 tokens

SummerSec/semantic-linter

Instructions file

Claude Code instructions for SummerSec/semantic-linter, covering claude.md, core commands, current runtime design, important files and config surface.

2 17d ago A 564 tokens

stl-lexicon

93

SummerSec/semantic-linter

Command

A command for maintaining the Semantic-Linter dictionary of trap words. It can update word pairs and severity levels, then regenerate the data used at runtime.

2 17d ago A 28 tokens

SessionStart

95

SummerSec/semantic-linter

Hook

Runs when a session starts on startup, resume and compact, executing session-start.js via node. From SummerSec/semantic-linter.

2 17d ago A tokens not measured

SubagentStart

96

SummerSec/semantic-linter

Hook

Runs when a subagent starts, executing subagent-start.js via node. From SummerSec/semantic-linter.

2 17d ago A tokens not measured