Conversation
15aac68 to
3fc508d
Compare
…/B testing Replace the skill-creator-engineer agent with a self-contained skill at skills/skill-creator/ that follows the eval-driven model: draft a skill, test against real prompts, grade with agent blind review, iterate based on measured results. Includes: - SKILL.md: workflow-first ordering, constraints inline with reasoning - agents/: grader (assertion evaluation), comparator (blind A/B), analyzer (post-hoc analysis) - scripts/: run_eval, aggregate_benchmark, optimize_description, eval_compare, package_results - assets/: blind A/B/C comparison viewer with syntax highlighting, agent review panels, human feedback, skip-to-results - references/: artifact schemas, skill template, complexity tiers, workflow patterns, error catalog Philosophy updates: - Skills Are Self-Contained Packages: scripts, agents, assets bundled inside the skill directory - Workflow First, Constraints Inline: instructions before context, measured to produce better downstream output (3-0 in blind eval) Also: hook matcher groups for PreToolUse/PostToolUse performance, eval workspace gitignore, all references updated from old agent.
3fc508d to
f276a1c
Compare
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.
Summary
Replace the skill-creator-engineer agent with a self-contained skill that follows an eval-driven model: draft a skill, test against real prompts, grade with agent blind review, iterate based on measured results.
Test plan
/skill-creatortriggers)grep -r skill-creator-engineer)