Agent skill

meta-prompting

Agents optimizing prompts for other agents (Chain of Thought, Tree of Thoughts).

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill coordination-andreibesleaga-gabbe-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-llm/coordination-andreibesleaga-gabbe-2/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

# meta-prompting Skill This skill enables "Meta-Cognition": thinking about how to think. ## 1. Optimization Strategies - **CoT (Chain of Thought)**: "Let's think step by step." (Force reasoning before answer). - **ToT (Tree of Thoughts)**: "Generate 3 possible solutions. Evaluate each. Pick the best." - **Few-Shot**: Provide 3 examples of "Input -> Output" to guide the model. ## 2. Dynamic Prompt Construction Instead of static prompts, build them based on context: 1. **Role**: "You are a world-class [Role]." 2. **Context**: "We are building [Project]. The tech stack is [Stack]." 3. **Constraint**: "Do not use [Forbidden Lib]. Answer in [Format]." ## 3. Self-Correction Prompts - "Review your previous answer. Did you meet all requirements? If not, rewrite it." - "Are there any security vulnerabilities in the code you just wrote?" ## 4. Tool Use Prompts - "You have access to `grep`. Use it to find the definition of `User` class before guessing."

What's inside
Steps it walks through
  1. 1. Optimization Strategies
  2. 2. Dynamic Prompt Construction
  3. 3. Self-Correction Prompts
  4. 4. Tool Use Prompts
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the meta-prompting skill do?

Agents optimizing prompts for other agents (Chain of Thought, Tree of Thoughts).

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill coordination-andreibesleaga-gabbe-2 --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