omcustomcodex:lists
Displays a list of available commands and their descriptions for the AI agent.
Install
mkdir -p .claude/skills/omcustomcodex-lists && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12527" && unzip -o skill.zip -d .claude/skills/omcustomcodex-lists && rm skill.zipInstalls to .claude/skills/omcustomcodex-lists
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Show all available commandsKey capabilities
- →Display all available commands
- →Filter commands by category (system, manager, dev)
- →Show detailed descriptions for commands
- →Present commands in a structured format
- →Provide help information for commands and agents
How it works
The skill retrieves and displays a list of available commands, allowing filtering by category and providing detailed descriptions based on user options.
Inputs & outputs
When to use omcustomcodex:lists
- →Discovering available agent capabilities
- →Viewing help for specific commands
About this skill
List Commands Skill
Show all available commands with optional filtering and detailed information.
Options
--verbose, -v Show detailed descriptions
--category, -c Filter by category (system, manager, dev)
Output Format
Default
AI Agent System - Available Commands
System:
lists Show all available commands
status Show system status
help Show help information
/omcustomcodex:goal Run a goal-to-execution workflow
/omcustomcodex:fsd Run the autonomous full-backlog release loop
Manager:
/create-agent Create a new agent
/update-docs Sync documentation with project structure
/update-external Update agents from external sources
/audit-agents Audit agent dependencies
/fix-refs Fix broken references
Dev:
/dev-review Review code for best practices
/dev-refactor Refactor code
Use "<command> --help" for detailed information.
Verbose Output
lists --verbose
AI Agent System - Available Commands (Detailed)
System Commands:
┌─────────┬──────────────────────────────────────────────┐
│ Command │ Description │
├─────────┼──────────────────────────────────────────────┤
│ lists │ Show all available commands │
│ status │ Show system status and health checks │
│ help │ Show help for commands and agents │
│ /omcustomcodex:goal │ Run a goal-to-execution workflow │
│ /omcustomcodex:fsd │ Run full-backlog auto-dev loop │
└─────────┴──────────────────────────────────────────────┘
Manager Commands:
┌──────────────────┬──────────────────────────────────────┐
│ Command │ Description │
├──────────────────┼──────────────────────────────────────┤
│ /create-agent │ Create a new agent with structure │
│ /update-docs │ Sync all docs with project state │
│ /update-external │ Update from external sources │
│ /audit-agents │ Check dependencies and refs │
│ /fix-refs │ Auto-fix broken references │
└──────────────────┴──────────────────────────────────────┘
Dev Commands:
┌──────────────┬────────────────────────────────────────┐
│ Command │ Description │
├──────────────┼────────────────────────────────────────┤
│ /dev-review │ Review code against best practices │
│ /dev-refactor│ Suggest and apply refactoring │
└──────────────┴────────────────────────────────────────┘
Total: 11 commands available
When not to use it
- →When the user already knows all available commands
- →When the user is not looking for command information
- →When the system is not an AI Agent System
Limitations
- →It only lists commands available within the AI Agent System
- →It relies on predefined categories (system, manager, dev)
- →It requires specific options for filtering and verbosity
How it compares
This skill provides a categorized and detailed overview of available commands within an AI Agent System, offering more structured information than a simple help command.
Compared to similar skills
omcustomcodex:lists side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| omcustomcodex:lists (this skill) | 0 | 2mo | No flags | Beginner |
| using-superpowers | 95 | 3mo | No flags | Beginner |
| ultrawork | 11 | 2mo | No flags | Advanced |
| prompt-optimizer | 43 | 6mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by baekenough
View all by baekenough →You might also like
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
ultrawork
Yeachan-Heo
Parallel execution engine for high-throughput task completion
prompt-optimizer
solatis
Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.
clawhub
openclaw
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
skill-installer
openai
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
archon
coleam00
Interactive Archon integration for knowledge base and project management via REST API. On first use, asks for Archon host URL. Use when searching documentation, managing projects/tasks, or querying indexed knowledge. Provides RAG-powered semantic search, website crawling, document upload, hierarchical project/task management, and document versioning. Always try Archon first for external documentation and knowledge retrieval before using other sources.