growi-mcp-server: Command for Claude Code

.claude/commands/kiro/steering-custom.md

steering-custom is a command for Claude Code from growilabs/growi-mcp-server. It costs 8 tokens per session (382 once invoked), scanned A, a copy of steering-custom, MIT.

An interactive command for creating a custom steering document: a file that gives an agent project-specific rules and guidance.

In plain words
What is it for?
Use it to choose a domain, inspect relevant code patterns and templates, and generate guidance for areas such as testing, databases, security, authentication, or deployment.
Why use it?
It helps document conventions for a specialized project instead of leaving the agent to infer them each time.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

This is growilabs/growi-mcp-server's own configuration. It tells Claude Code how to work on growi-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything growi-mcp-server configures →

Part of the mcp-client-skills plugin — 2 skills, 12 commands shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to growilabs/growi-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/growilabs/growi-mcp-server/main/.claude/commands/kiro/steering-custom.md
Clone the repo
git clone --depth 1 https://github.com/growilabs/growi-mcp-server

Made for: Claude Code.

Or install mcp-client-skills, the plugin that ships this one along with the rest of its 2 skills, 12 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for steering-custom

README.md
[![agentmods](https://agentmods.dev/badge/commands/growilabs/growi-mcp-server/steering-custom.svg)](https://agentmods.dev/commands/growilabs/growi-mcp-server/steering-custom)
Your own site
<a href="https://agentmods.dev/commands/growilabs/growi-mcp-server/steering-custom"><img src="https://agentmods.dev/badge/commands/growilabs/growi-mcp-server/steering-custom.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 382 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00008 $0.00382
Opus 5 $0.00004 $0.00191
Sonnet 5 $0.00002 $0.00076
Haiku 4.5 $0.00001 $0.00038

Measured 8d ago against content hash 866f45c30c5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

steering-custom scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

92% identical to steering-custom — 10 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/kiro/steering-custom.md · 60 lines

What it actually says

Kiro Custom Steering Creation

Interactive Workflow

This command starts an interactive process with the Subagent:

  1. Subagent asks user for domain/topic
  2. Subagent checks for available templates
  3. Subagent analyzes codebase for relevant patterns
  4. Subagent generates custom steering file

Invoke Subagent

Delegate custom steering creation to steering-custom-agent:

Use the Task tool to invoke the Subagent with file path patterns:

Task(
  subagent_type="steering-custom-agent",
  description="Create custom steering",
  prompt="""
Interactive Mode: Ask user for domain/topic

File patterns to read:
- .kiro/settings/templates/steering-custom/*.md
- .kiro/settings/rules/steering-principles.md

JIT Strategy: Analyze codebase for relevant patterns as needed
"""
)

Display Result

Show Subagent summary to user:

  • Custom steering file created
  • Template used (if any)
  • Codebase patterns analyzed
  • Content overview

Available Templates

Available templates in .kiro/settings/templates/steering-custom/:

  • api-standards.md, testing.md, security.md, database.md
  • error-handling.md, authentication.md, deployment.md

Notes

  • Subagent will interact with user to understand needs
  • Templates are starting points, customized for project
  • All steering files loaded as project memory
  • Avoid documenting agent-specific tooling directories (e.g. .cursor/, .gemini/, .claude/)
  • .kiro/settings/ content should NOT be documented (it's metadata, not project knowledge)
  • Light references to .kiro/specs/ and .kiro/steering/ are acceptable; avoid other .kiro/ directories
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 60 lines · 8 tokens per session scan A 866f45c30c5d

Subscribe to this mod's changes

steering-custom is a command published in the GitHub repository growilabs/growi-mcp-server (19 stars, last pushed 1mo ago), licensed MIT. It adds 8 tokens to every session and 382 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to steering-custom, differing in 10 lines, and is treated as a copy.