Skip to content

feat: ForgeSkill — skill authoring with eval loop, adopted from anthropics/skills skill-creator#72

Open
N4M3Z wants to merge 1 commit into
mainfrom
forgeskill
Open

feat: ForgeSkill — skill authoring with eval loop, adopted from anthropics/skills skill-creator#72
N4M3Z wants to merge 1 commit into
mainfrom
forgeskill

Conversation

@N4M3Z

@N4M3Z N4M3Z commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Problem

BuildSkill covers authoring and validation but has no way to test whether a skill actually triggers and performs — no eval loop, no description optimization.

Approach

ForgeSkill merges BuildSkill's router and companions with the eval machinery adopted from anthropics/skills skill-creator: grader/comparator/analyzer agents, eval + description-optimization scripts, and a browser viewer, each pinned by SLSA provenance sidecars (Apache-2.0 under EUPL-1.2). New companions EvalLoop.md and DescriptionOptimization.md route the test-improve-iterate loop. BuildSkill stays until the artifact-merge analysis lands.

Test plan

  • forge validate passes on the new skill tree
  • provenance sidecars pin every adopted file
  • eval loop dry-run on one existing skill (post-merge)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant