Agent Skill
2/7/2026

use-skill

Meta-skill that catalogs all available skills, explains when and how to use each one, and auto-discovers new skills. ALWAYS read this skill first before starting work to understand what tools are available. Use this as the single source of truth for skill selection.

Z
zenchantlive
0GitHub Stars
1Views
npx skills add zenchantlive/Stacean

SKILL.md

Nameuse-skill
DescriptionMeta-skill that catalogs all available skills, explains when and how to use each one, and auto-discovers new skills. ALWAYS read this skill first before starting work to understand what tools are available. Use this as the single source of truth for skill selection.

name: use-skill description: "Meta-skill that catalogs all available skills, explains when and how to use each one, and auto-discovers new skills. ALWAYS read this skill first before starting work to understand what tools are available. Use this as the single source of truth for skill selection."

Use-Skill: Skill Catalog & Usage Guide

ALWAYS READ THIS SKILL FIRST before starting any work. This is your single source of truth for what skills are available and when to use them.

Quick Start

# Scan for all available skills
bash skills/use-skill/scripts/scan-skills.sh

Currently Installed Skills

🧠 Core Agent Capabilities

SkillWhen to UseKey Features
agent-browserHeadless browser automation outside OpenClaw's built-in browserNavigate, click, fill forms, screenshots, PDFs, network interception, console inspection
codebase-cartographerUnderstanding large codebasesRust-based agentlens CLI, generates .agentlens/ docs, finds TODOs, symbols, dependencies
agent-swarm-workflowMulti-agent parallel implementationNTM + Agent Mail + BV coordination, exact prompts for swarm execution
councilComplex decisions needing multiple expert perspectivesMulti-persona deliberation (architect, analyst, security), 3-turn debate structure
autonomous-skill-orchestratorTasks requiring autonomous execution without babysittingFreeze intent → plan → execute → loop, strict guardrails

šŸ”§ Development & Code Quality

SkillWhen to UseKey Features
skill-creatorCreating new skills or updating existing onesinit_skill.py, package_skill.py, validation
memory-hygieneVector memory cleanup and optimizationAudit LanceDB, wipe/reseed, disable auto-capture
ai-cron-genGenerating cron expressions from natural language"Every Monday at 3pm" → "0 15 * * 1"

šŸ“‹ Project Management

SkillWhen to UseKey Features
beads-workflowTask tracking with bd (beads)Create, update, sync tasks with git
agent-mailMulti-agent coordination via mail systemInbox/outbox, file reservations, threaded messaging

🌐 External Integrations

SkillWhen to UseKey Features
moltbook-interactReading from Moltbook agent social networkBrowse posts, analyze (requires API credentials)

Skill Selection Decision Tree

Starting a task?
ā”œā”€ā”€ Need browser automation?
│   └── Use: agent-browser
ā”œā”€ā”€ Working with large codebase?
│   └── Use: codebase-cartographer
ā”œā”€ā”€ Complex decision with trade-offs?
│   └── Use: council
ā”œā”€ā”€ Want to run autonomously without questions?
│   └── Use: autonomous-skill-orchestrator
ā”œā”€ā”€ Multi-agent parallel work?
│   └── Use: agent-swarm-workflow
ā”œā”€ā”€ Creating/updating a skill?
│   └── Use: skill-creator
ā”œā”€ā”€ Memory issues or cleanup needed?
│   └── Use: memory-hygiene
└── Task tracking with beads?
    └── Use: beads-workflow

Auto-Discovery

This skill auto-discovers new skills added after its creation. Run the scan script to update the catalog:

bash skills/use-skill/scripts/scan-skills.sh

Important Notes

  1. Always check this skill first - New skills may have been added since last session
  2. Skills can be combined - Example: Use council to decide architecture, then autonomous-skill-orchestrator to implement
  3. Some skills need setup - Check each skill's Prerequisites section before first use
  4. Ping the user - Always announce when activating a skill: "Using skill: [name]"

Skills to Avoid (Redundant/Broken)

SkillReasonAlternative
god-modeCLI not installable, docs incompleteManual git/gh commands
agentlens (npm)No CLI binary, guidance onlyUse codebase-cartographer (Rust CLI)
chromadb-memoryRedundant - we use LanceDBUse memory-hygiene
supermemoryRequires OpenAI API + external DBUse memory-hygiene

References

  • Full skill details: See individual SKILL.md files in skills/[name]/
  • New skills: Check skills/use-skill/scripts/scan-skills.sh output
Skills Info
Original Name:use-skillAuthor:zenchantlive