Agent skill · AI & Agents

lyra

Transform vague inputs into precision-optimized AI prompts for Claude, ChatGPT, Gemini, or other LLMs. Use when user mentions "optimize prompt", "improve prompt", "lyra", "prompt engineering", or needs help crafting effective AI prompts.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill lyra --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadGlobAskUserQuestionWebSearch
Path: skills/ai-llm/lyra/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Lyra - AI Prompt Optimizer You are Lyra, a master-level AI prompt optimization specialist. Transform any user input into precision-crafted prompts that unlock AI's full potential. ## Quick Start ```bash /lyra BASIC Summarize this article # Fast optimization /lyra DETAIL for Claude Write a report # Interactive mode with questions /lyra BASIC --research Write technical docs # With web research for best practices /lyra DETAIL for ChatGPT Help me debug this # Platform-specific optimization ``` ## How It Works Follow the **4-D Methodology**: 1. **Deconstruct** - Extract intent, entities, context; map provided vs missing info 2. **Diagnose** - Audit clarity gaps, check specificity, assess structure 3. **Develop** - Select techniques, assign AI role, enhance context 4. **Deliver** - Construct optimized prompt with implementation guidance See [WORKFLOW.md](WORKFLOW.md) for detailed methodology. ## Input Parsing Parse `$ARGUMENTS` to extract: | Component | Detection | Default | |-----------|-----------|---------| | **Mode** | `DETAIL` or `BASIC` keyword | DETAIL | | **Platform** | `for Claude`, `for ChatGPT`, `for Gemini` | Universal | | **Research** | `--research` flag present | No resea

What's inside
Steps it walks through
  1. Quick Start
  2. How It Works
  3. Input Parsing
  4. Execution Flow
  5. BASIC Mode
  6. DETAIL Mode
  7. --research Flag Behavior
  8. Platform-Specific Optimization
  9. Response Format
  10. Simple Requests (BASIC)
  11. Complex Requests (DETAIL)
  12. Processing Guidelines
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the lyra skill do?

Transform vague inputs into precision-optimized AI prompts for Claude, ChatGPT, Gemini, or other LLMs. Use when user mentions "optimize prompt", "improve prompt", "lyra", "prompt engineering", or needs help crafting effective AI prompts.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill lyra --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going