Add the is-agentic skill - #153
Open
bensabic wants to merge 1 commit into
Open
Conversation
Vendors the official Is Agentic agent skill (upstream: vercel-labs/is-agentic) with an overlay that adds bash triggers for the CLI, install, and API usage. Registers the skill in the ecosystem graph and regenerates the manifest and catalog.
bensabic
enabled auto-merge (squash)
August 23, 2026 09:11
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.
Adds the official Is Agentic agent skill to the plugin.
Is Agentic (https://is-agentic.com) scores how ready a public website, domain, or MCP endpoint is for AI agents and publishes each result as a shareable report. The skill teaches an agent to get a score (CLI by default, read-only API otherwise, MCP where hosted), read the report schema, work through issues by tier, and act on every documented error code.
skills/is-agentic/upstream/SKILL.mdis vendored verbatim from the source repo (vercel-labs/is-agentic, also installable directly withnpx skills add vercel-labs/is-agentic)npx/bunx is-agentic, the skills-add install command, and curl calls to the report APIbun run build,bun run validate, andbun test(974 tests) all pass