chore: improve skill descriptions, add trigger evals, bump to 1.1.1#19
Merged
keepithuman merged 6 commits intoitential:mainfrom Apr 10, 2026
Merged
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— explicit trigger language, example phrases, and lifecycle handoff linesdocumentationhandles global/bulk catalog;project-to-spechandles named single projects; each redirects to the otheradapter_idas top-level field/documentationexample, Demo Specs section, version 1.1.1evals/trigger-evals/with 20-query eval sets and results for 5 skills🤖 Generated with Claude Code