Skip to content

Add Rootz AI Discovery plugin — scan, discover, create .well-known/ai#987

Open
skswave wants to merge 2 commits intogithub:stagedfrom
skswave:add-rootz-ai-discovery-plugin
Open

Add Rootz AI Discovery plugin — scan, discover, create .well-known/ai#987
skswave wants to merge 2 commits intogithub:stagedfrom
skswave:add-rootz-ai-discovery-plugin

Conversation

@skswave
Copy link

@skswave skswave commented Mar 12, 2026

Summary

  • Adds a new Rootz AI Discovery plugin with 3 skills and 1 agent
  • Scan: Check any domain for AI Discovery configuration at /.well-known/ai
  • Discover: Deep AI readiness analysis (robots.txt, security.txt, sitemap, meta tags, structured data)
  • Create: Generate spec-compliant ai.json, knowledge.json, feed.json for any project
  • @rootz agent: Combines all three skills contextually

Why

AI agents interact with millions of websites but have no standard way to discover identity, policies, or structured knowledge. The AI Discovery Standard (/.well-known/ai) fills that gap — a three-tier architecture for machine-readable identity, knowledge, and feeds.

This plugin makes it easy to check any site's AI readiness and help any project adopt the standard. The create skill is particularly viral — every new site that publishes AI Discovery makes the ecosystem stronger for all agents.

Details

Test plan

  • Install plugin and run /rootz-ai-discovery:scan rootz.global — should return structured AI Discovery report
  • Run /rootz-ai-discovery:scan anthropic.com — should report "No AI Discovery found" and suggest creating one
  • Run /rootz-ai-discovery:discover example.com — should analyze robots.txt, sitemap, meta tags
  • Run /rootz-ai-discovery:create in a project directory — should read README/package.json and generate .well-known/ai files
  • Invoke @rootz agent with "check rootz.global" — should contextually scan

🤖 Generated with Claude Code

github-actions bot and others added 2 commits March 12, 2026 04:48
Three skills for the AI Discovery Standard (/.well-known/ai):
- scan: Check any domain for AI Discovery configuration
- discover: Deep AI readiness analysis (robots.txt, sitemap, meta, structured data)
- create: Generate spec-compliant ai.json, knowledge.json, feed.json

Plus @rootz agent that combines all three contextually.

Zero dependencies — uses web_fetch and web_search only.
Based on the open AI Discovery Standard (CC-BY-4.0).

Standard: https://rootz.global/ai/standard.md
Reference: https://rootz.global/.well-known/ai
Full plugin: https://github.com/rootz-global/ai-discovery-plugin

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@aaronpowell
Copy link
Contributor

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

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.

2 participants