From ai-workspace-orchestrator
Creates global or project-local skills via SKILL.md files. Useful for defining agent behaviors, progressive disclosure, and deterministic scripts for repeated tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-workspace-orchestrator:write-project-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: create only the skills that improve future agent performance for repeated work.
Goal: create only the skills that improve future agent performance for repeated work.
AGENTS.md.SKILL.md with only name and description in frontmatter..claude-plugin/marketplace.json whenever a plugin directory is added, renamed, removed, or plugin metadata changes.---
name: skill-name
description: One sentence describing capability. Use when specific trigger or context applies.
---
# Skill Name
Goal: short outcome.
## Process
1. Step.
2. Step.
3. Verify.
## Rules
- Constraint.
- Constraint.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin ai-workspace-orchestratorCreates new agent skills with proper structure, progressive disclosure, and bundled resources. Guides the user through gathering requirements and drafting SKILL.md files.
Creates new agent skills with proper structure, progressive disclosure, and bundled resources. Use when asked to 'make a skill for X'.
Guides creation of structured agent skills with progressive disclosure, bundled scripts, and reference files. Use when building a new skill.