a2mus/doro-command-creator/SKILL.md
WHAT: Create Claude Code slash commands - reusable markdown workflows invoked with /command-name. WHEN: User wants to create, make, or add a slash command. User wants to automate a repetitive workflow or document a consistent process for reuse. KEYWORDS: "create a command", "make a slash command", "add a command", "new command", "/command", "automate this workflow", "make this repeatable"
npx skillsauth add openclaw/skills doro-command-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Slash commands are markdown files in .claude/commands/ (project) or ~/.claude/commands/ (global) that expand into prompts when invoked.
---
description: Brief description for /help (required)
argument-hint: <required> or [optional] (if takes arguments)
---
# Command Title
[Instructions for agent to execute autonomously]
git rev-parse --is-inside-work-tree.claude/commands/, No git → ~/.claude/commands/Report chosen location before proceeding.
Load references/patterns.md and present options:
| Pattern | Structure | Use When | |---------|-----------|----------| | Workflow Automation | Analyze → Act → Report | Multi-step with clear sequence | | Iterative Fixing | Run → Parse → Fix → Repeat | Fix issues until passing | | Agent Delegation | Context → Delegate → Iterate | Complex tasks, user review | | Simple Execution | Parse → Execute → Return | Wrapper for existing tools |
Ask: "Which pattern is closest to what you want?"
A. Name and Purpose
my-command)B. Arguments
<placeholder>, Optional: [placeholder]C. Workflow Steps
D. Constraints
Load references/best-practices.md for:
Key principles:
make lint", not "Check for errors"mkdir -p [directory-path]
Write the command file. Report:
/command-name [args]Suggest: "Test with /command-name [args]"
Iterate based on feedback.
Imperative form (verb-first):
Specific, not vague:
make lint to check for errors"Include outcomes:
git status - should show modified files"Realistic examples:
git commit -m "Add OAuth2 authentication"git commit -m "foo bar"1. Check for .PLAN.md
2. Analyze git status/diff
3. Perform actions
4. Report results
1. Run make all-ci (max 10 iterations)
2. Parse errors by category
3. Apply targeted fixes
4. Repeat until success or stuck
1. Present context
2. Invoke subagent with Task tool
3. Iterate with user feedback
4. Save output after approval
See references/examples.md for full command examples.
Before finalizing:
my-command, not my_command)tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。