Add Mutagent CLI skill: eval-driven prompt optimization#578
Open
bene-mutagent wants to merge 1 commit into
Open
Add Mutagent CLI skill: eval-driven prompt optimization#578bene-mutagent wants to merge 1 commit into
bene-mutagent wants to merge 1 commit into
Conversation
Adds the mutagent-cli skill under cli-tool/components/skills/ai-research/. Skill drives the open-source @mutagent/cli (MIT, 9.6k npm downloads/30d) through an eval-driven loop: explore → upload prompt → curate dataset → score against rubrics → optimize against measurable targets. Native tracing adapters for Mastra, LangChain, LangGraph, Vercel AI SDK. Source: https://github.com/mutagent-io/skills
|
@bene-mutagent is attempting to deploy a commit to the Daniel Avila's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
👋 Thanks for contributing, @bene-mutagent!This PR touches What happens next
While you wait
This is an automated message. No action is required from you right now — a maintainer will review soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the Mutagent CLI skill — open-source (MIT) Agent Skills bundle backed by the
@mutagent/cli.What it does: Gives AI engineers an eval-driven loop for prompt and agent optimization — explore codebase → upload prompt → curate dataset → score against rubrics → optimize against measurable targets. Native framework tracing adapters for Mastra, LangChain, LangGraph, Vercel AI SDK.
Why we're adding here: Fits the skills template as a CLI-backed eval/optimization workflow — sits naturally next to
llm-evaluation,langfuse,observability-langsmith, andprompt-engineerundercli-tool/components/skills/ai-research/.Conforms to: Anthropic Agent Skills spec (
SKILL.mdformat with YAML frontmatter —name,description,source,date_added— matching the convention used bylangfuse,llm-evaluation, and other community skills in the same directory).Credibility: 9.6k npm downloads / 30d on
@mutagent/cli. v0.1.185. Runtime-agnostic (Claude Code, Cursor, Aider, Continue).Files added:
cli-tool/components/skills/ai-research/mutagent-cli/SKILL.mdThe SKILL.md follows the community-skill template style (frontmatter + Role/Capabilities/Requirements/Patterns/Anti-Patterns/Sharp Edges/Related Skills sections). The full canonical SKILL.md (with subfile router, all workflows, all concept docs) lives upstream and is linked from the Resources section.
Source: https://github.com/mutagent-io/skills
npm: https://www.npmjs.com/package/@mutagent/cli
Docs: https://docs.mutagent.io
Happy to adjust naming, placement (different category folder?), or trim further to match conventions.
Summary by cubic
Adds the Mutagent CLI skill for eval-driven prompt and agent optimization using
@mutagent/cli. Enables explore → dataset → rubric → optimize workflows with adapters for Mastra, LangChain, LangGraph, and Vercel AI SDK.cli-tool/components/)skills/ai-research/mutagent-cli/SKILL.md(Agent Skills spec with YAML frontmatter)docs/components.jsonto include this skillWritten for commit 3ea938c. Summary will update on new commits.