Plugin Claude Code
A Claude Code plugin marketplace operated by radiostart. It provides agent workflow tools based on knowledge of particular domains.
Plugin Claude Code
A Claude Code plugin marketplace operated by radiostart. It provides agent workflow tools based on knowledge of particular domains.
Instructions file
Claude Code instructions for radiostart/claude-plugins, covering claude-plugins (pilot), 정본 문서 and 테스트.
Agent
An internal code-review role that examines the current Git changes for quality before they are submitted as a pull request.
Agent
A review step for checking finished code against the stated requirements and checking whether the code follows a consistent style.
Agent
An agent that implements code after a planner has confirmed the plan, using existing patterns, services, and models as references.
Agent
A review tool that challenges a planner’s plan.md file from an adversarial viewpoint. It records the critique in a separate .plan.critic.md file instead of changing the original plan.
Agent
A planning step for starting a new feature by examining its requirements, affected parts of the project, and the work needed in each stage.
Hook
Runs when a session starts, executing session-context.sh via bash. From radiostart/claude-plugins.
Hook
Runs before the agent uses a tool for Bash, Edit and Write tool calls, executing commit-format.sh, protect-managed.sh and scope-guard.sh via bash (4 commands). From radiostart/claude-plugins.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing coding-rules.sh via bash. From radiostart/claude-plugins.
Hook
Runs when the agent asks permission for an action, executing slack-notify.sh via bash. From radiostart/claude-plugins.
Hook
Runs when the agent sends a notification, executing slack-notify.sh via bash. From radiostart/claude-plugins.
Skill Claude CodeCodex
A tool that splits stored Korean planning documents into structured feature specifications and updates project goals and planning prompts.
Skill Claude CodeCodex
A read-only codebase question-answering guide for finding where an implemented feature works and where its code lives. It starts with the feature's domain context and then searches the source code.
Skill Claude CodeCodex
An automated workflow that moves one existing software feature through planning, review, generation, and evaluation. It only runs when the user explicitly asks for automatic progress and stops when a human decision is needed.
Skill Claude CodeCodex
A mode for writing tests that capture what legacy code currently does. It does not change the implementation or modify the source root; refactoring is handled in a separate cycle.
Skill Claude CodeCodex
A setup tool for creating language-specific code review rule files in a workspace.
Skill Claude CodeCodex
A skill for creating Git commit messages when the user asks for a commit. It follows shared commit rules and the workspace's commit scopes; the detailed rules are not included here.
Skill Claude CodeCodex
A skill for fetching Confluence planning documents into a project's docs/ folder and searching documents stored there. Confluence is a tool for organising shared team documents.
Skill Claude CodeCodex
A tool for adding one feature specification to an active project from a single prompt. It creates a numbered Markdown file and synchronises project planning files.
Skill Claude CodeCodex
A context-sharing skill that records decisions and changes of direction in a .focus.md file for later sub-agents. Sub-agents are separate helpers working on parts of the same task.
Skill Claude CodeCodex
A workflow for handling one operational issue at a time, such as a bug, service outage, or urgent fix, using a workspace issue folder.
Skill Claude CodeCodex
A source-code reading skill that starts from a controller, service file, or folder and follows its dependencies to document the project’s domain and boundaries.
Skill Claude CodeCodex
A workspace and project consistency checker whose diagnostic rules and output format come from the project's doctor script and instructions.