chore: improve skill descriptions, add trigger evals, bump to 1.1.1#18
Closed
keepithuman wants to merge 6 commits intoitential:mainfrom
Closed
chore: improve skill descriptions, add trigger evals, bump to 1.1.1#18keepithuman wants to merge 6 commits intoitential:mainfrom
keepithuman wants to merge 6 commits intoitential:mainfrom
Conversation
… 1.1.1 - Rewrites descriptions for spec-agent, solution-arch-agent, builder-agent, explore, documentation, and project-to-spec with explicit trigger language and "Trigger it for phrases like..." examples to reduce undertriggering - Clarifies documentation vs project-to-spec boundary: documentation handles global/bulk catalog only; project-to-spec handles named single projects - Adds documentation skill redirect to project-to-spec when a project is named - Adds /documentation example to README How to Use It section - Adds Demo Specs section to README with 4 demo spec links - Bumps plugin version to 1.1.1 - Adds evals/trigger-evals/ with 20-query eval sets and results for 5 skills Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Replaces the one-liner "re-authenticate using .env" with a full step-by-step procedure covering 401/403 detection, credential lookup, OAuth vs local auth endpoint, .auth.json update, and request retry. Based on post-session feedback that the existing guidance was insufficient. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Assets added to a project get an @{projectId}: prefix — PUT calls
without it return 400. Applies to any skill that reads or updates
project-owned assets, not just builder-agent.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
adapter_id is required in incoming variables for all adapter tasks — missing it causes "No config found for Adapter" at runtime. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Adds lifecycle sequencing back to spec-agent, solution-arch-agent, and builder-agent descriptions so Claude knows the correct order and what each skill hands off to next. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
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
spec-agent,solution-arch-agent,builder-agent,explore,documentation, andproject-to-spec— all now lead with explicit trigger language and example phrases to reduce undertriggeringdocumentationhandles global/bulk catalog only;project-to-spechandles named single projects. Each skill now points at the other for out-of-scope requests/documentationto How to Use It, added Demo Specs section with 4 demo spec linksevals/trigger-evals/contains 20-query eval sets and results for 5 skills, reusable for future description optimization runsTest plan
documentationredirects toproject-to-specwhen a project name is providedproject-to-speccross-reference todocumentationis visible in skill body/plugin update itential-builder@claude-plugins-officialand verify version shows 1.1.1🤖 Generated with Claude Code