ag-criar-skill

Create and refine Claude skills through iterative drafting, evaluation, and description optimization.

19|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-criar-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ag-criar-skill
Source: https://github.com/andregusman-raiz/a-gusman-claude/tree/main/skills/ag-criar-skill
Command: npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-criar-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires anthropic, pyyaml, and includes scripts (resource) components.

What problem does it solve?

This skill streamlines the process of creating, updating, and refining Claude skills by guiding an iterative cycle of drafting, evaluating with quantitative evals, and optimizing descriptions to improve triggering.

Core Features & Use Cases

  • Supports end-to-end skill creation from zero, skill updates, and description optimization.
  • Runs evals and benchmarks to measure skill effectiveness and trigger accuracy.
  • Integrates with harvest/grade/improve workflows and a history-aware loop to prevent overfitting.
  • Use cases include creating new ag-* skills, upgrading existing skills, and benchmarking descriptions to maximize triggering with real prompts.

Quick Start

Create a new ag-criar-skill with a clear description, then run evals to measure triggering and iterate until the desired performance is achieved.

Frequently Asked Questions about ag-criar-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and refine Claude skills iteratively?

To create and refine Claude skills iteratively, you draft a skill with clear frontmatter metadata, run quantitative evals to measure trigger accuracy, and optimize the description through a history-aware loop to prevent overfitting.

How do I benchmark skill triggering with real prompts?

You benchmark skill triggering by running the included harvest and grade scripts to evaluate descriptions against real prompts, comparing performance metrics across different configurations to maximize activation accuracy.

What is the best way to update an existing skill's description for better triggering?

The best way to update a skill's description is using the improve workflow, which grades current performance with quantitative evals and applies targeted description optimizations to enhance prompt triggering.

Can I run quantitative evals on skills created from scratch?

Yes, you can run quantitative evals on new skills created from scratch by using the harvest and grade scripts to measure baseline triggering effectiveness and drive iterative improvements.

Does this skill creation workflow prevent description overfitting during optimization?

Yes, the skill creation workflow prevents description overfitting by using a history-aware loop that tracks previous iterations and benchmarks, ensuring optimizations generalize rather than memorizing eval prompts.

Do I need pyyaml and anthropic dependencies to run skill evals?

Yes, you need pyyaml and anthropic dependencies to run skill evals and benchmarks, as the workflow relies on these libraries to parse frontmatter metadata and execute the evaluation grading scripts.