Hook
Runs when you submit a prompt, before the agent sees it, executing userpromptsubmit.py via python3. From SummerSec/SumSec-Skills.
Hook
Runs when you submit a prompt, before the agent sees it, executing userpromptsubmit.py via python3. From 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 引导式工作流。.
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…
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…
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…
Command
Guided end-to-end plugin creation workflow with component design, implementation, and validation.
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…
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…
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…
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…
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…
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…
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.
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.
Command
First-use setup for Semantic-Linter in the current project.
Plugin Claude Code
Local marketplace entry for the Semantic-Linter Claude Code plugin.
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.
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…
Instructions file
Claude Code instructions for SummerSec/semantic-linter, covering claude.md, core commands, current runtime design, important files and config surface.
Command
First-use setup for Semantic-Linter in the current project.
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.
Command
Generate or refresh semantic-rules.md plus managed project pointers.
Hook
Runs when a session starts on startup, resume and compact, executing session-start.js via node. From SummerSec/semantic-linter.
Hook
Runs when a subagent starts, executing subagent-start.js via node. From SummerSec/semantic-linter.