一键导入
omcustom-help
Show help information for commands and system
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show help information for commands and system
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Invoke and resume YAML-defined pipelines by name — /pipeline auto-dev runs the full release pipeline
Full Self Driving — autonomous release loop that processes all auto-dev-eligible GitHub issues until none remain, by repeatedly running /pipeline auto-dev then /homework.
On explicit /homework invocation, analyze the current and linked previous sessions, extract mistakes (찐빠), and report them via omcustom-feedback with a confirmation gate. Auto-activation on session cleanup/session-end signals is OPT-IN (default OFF) — requires an explicit project/user directive. Use when explicitly auditing recent work for harness gaps.
hada.io RSS feed monitoring for AI agent/harness articles with automated /scout analysis
Pre-action boundary checking — validates agent tool calls against declared capabilities and task contracts
Auto-detect project context and optimize harness — deactivate unused agents/skills, suggest missing experts, generate project profile
| name | omcustom:help |
| description | Show help information for commands and system |
| scope | harness |
| argument-hint | [command] [--agents] [--rules] |
| user-invocable | true |
Show help information for commands, agents, and system rules.
--agents, -a List all available agents
--commands, -c List all commands (same as 'lists')
--rules, -r List all rules
AI Agent System - Help
Usage: {command} [arguments] [options]
Quick Start:
lists Show all available commands
status Show system status
help <command> Get help for a specific command
Common Commands:
/update-docs Sync documentation with project
/update-external Update external agents
/audit-agents Check agent dependencies
/create-agent Create a new agent
Use "lists" to see all available commands.
Use "help <command>" for detailed help.
help /update-docs
Command: /update-docs
Description:
Sync documentation with project structure. Ensures all
documentation accurately reflects the current project state.
Usage:
/update-docs
/update-docs --check
/update-docs --target <path>
Options:
--check, -c Check only, don't modify
--verbose, -v Show detailed changes
--target, -t Specific target to update
Examples:
/update-docs # Update all documentation
/update-docs --check # Check for issues
/update-docs --target agents # Update agents only
help --agents
Available Agents:
Orchestrator:
secretary Manages manager agents
Manager:
mgr-creator Creates new agents
mgr-updater Updates external sources and docs
mgr-supplier Validates dependencies
SW Engineer:
lang-golang-expert Go development (Effective Go)
lang-python-expert Python development (PEP 8)
lang-rust-expert Rust development (API Guidelines)
lang-kotlin-expert Kotlin development (JetBrains)
lang-typescript-expert TypeScript development (Google)
fe-vercel-agent React/Next.js (Vercel)
Backend Engineer:
be-fastapi-expert FastAPI (Python async)
be-springboot-expert Spring Boot (Java)
be-go-backend-expert Go backend (Uber style)
Infra Engineer:
infra-docker-expert Docker containerization
infra-aws-expert AWS architecture
Total: 15 agents
help --rules
Global Rules:
MUST (Never violate):
R000 Language Policy Korean I/O, English files
R001 Safety Rules Prohibited actions
R002 Permission Rules Tool tiers, file access
R006 Agent Design Structure, separation
SHOULD (Strongly recommended):
R003 Interaction Rules Response format
R004 Error Handling Error levels, recovery
R007 Agent Identification Display agent in responses
R008 Tool Identification Display agent when using tools
MAY (Optional):
R005 Optimization Efficiency guidelines
R009 Parallel Execution Max 4 parallel instances
Total: 10 rules