AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Agentsmith

skill-totallygreg-claude-mp-agentsmith · by totallyGreg

This skill should be used when users ask to "evaluate my agent", "improve agent quality", "agent metrics", "check agent description", "agent isn't triggering", "validate agent", "agent score", "as-evaluate", "as-improve", "agent quality", "fix agent description", or "why isn't my agent triggering". Provides agent quality evaluation with 3 scored dimensions and an improvement loop that orchestrate…

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-totallygreg-claude-mp-agentsmith

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-totallygreg-claude-mp-agentsmith)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agentsmith? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Agentsmith

Evaluate and improve agent quality with automated scoring across 3 dimensions.

Agentsmith orchestrates existing tools — delegating skill evaluation to skillsmith and version management to marketplace-manager — while adding the quality dimensions that no other tool covers: trigger effectiveness, system prompt quality, and description-body coherence. Structural validation is enforced by marketplace-manager's pre-commit hook at commit time.

Agent Quality Routing

| Task | Use | |------|-----| | Creating agents (anatomy, writing, examples) | plugin-dev:agent-development | | Agent structural validation (frontmatter fields) | marketplace-manager pre-commit hook | | Evaluating agent quality | agentsmith (this skill) | | Improving agent quality | agentsmith (this skill) | | Evaluating skill quality | skillsmith | | Improving skill quality | /ss-improve |

Evaluation Dimensions

Three quality dimensions, weighted to produce an overall 0-100 score:

| Dimension | Weight | What It Measures | |-----------|--------|------------------| | Trigger Effectiveness | 35% | Example count and variety, commentary presence, negative triggers, phrasing variety, description specificity | | System Prompt Quality | 35% | Role specificity, concrete responsibilities, step-by-step process, quality standards, output format, edge cases, word count sweet spot (500-3,000), structural organization | | Coherence | 30% | Description-body alignment, body-example coverage, tool scope fitness, terminology consistency |

Commands

| Command | Purpose | |---------|---------| | /as-evaluate | One-shot quality evaluation with dimension scores | | /as-improve | Full improvement loop: evaluate → fix → re-evaluate → version bump → sync |

# Evaluate an agent with per-dimension coaching
uv run scripts/evaluate_agent.py agents/my-agent.md --explain
# Evaluate with baseline regression detection
uv run scripts/evaluate_agent.py agents/my-agent.md

Improvement Loop (/as-improve)

  1. Verify target — redirect skills to /ss-improve, non-agent files to plugin-dev
  2. Remap installed paths — resolve ~/.claude/plugins/ paths to source repo via marketplace.json
  3. Evaluate — run evaluate_agent.py --explain, report top-3 quality gaps
  4. Evaluate sibling skills — if the plugin has skills, run skillsmith eval on each
  5. Apply improvements — fix top-3 gaps, referencing plugin-dev:agent-development for guidance
  6. Re-evaluate — confirm improvement, block if regression detected
  7. Update README — add version history row to plugin README.md
  8. Version bump — bump plugin.json (agents inherit plugin version)
  9. Sync marketplace — invoke sync.py to update marketplace.json

Agent File Patterns

| Pattern | Example | Detection | |---------|---------|-----------| | Flat | agents/archivist.md | Single .md file with ` blocks in description | | Directory | agents/skill-observer/AGENT.md | AGENT.md` inside a named subdirectory |

Delegation Principle

Agentsmith evaluates quality — the dimensions that no other tool covers. It does NOT replicate:

  • Structural validation (frontmatter fields, name formats) → marketplace-manager pre-commit hook
  • Skill evaluation → skillsmith
  • Agent creation guidance → plugin-dev:agent-development
  • Version cascade → marketplace-manager sync.py

See references/agent-quality-rubric.md for the full scoring rubric with sub-metrics and references/agent-improvement-guide.md for the delegation model and common improvement patterns.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.