Skip to content

feat: add skill for dual consumption web auditing#10

Merged
vishwasnavadak merged 8 commits intoantstackio:mainfrom
deekshashekar:main
Mar 25, 2026
Merged

feat: add skill for dual consumption web auditing#10
vishwasnavadak merged 8 commits intoantstackio:mainfrom
deekshashekar:main

Conversation

@deekshashekar
Copy link
Copy Markdown
Contributor

@deekshashekar deekshashekar commented Mar 16, 2026

Summary

Adds an agent-web-compatibility skill that audits and redesigns websites for dual consumption optimised
for both human visitors and AI agents acting on their behalf.

Uses a three-layer framework (Discoverability → Preferability → Completability) to systematically identify what
prevents an AI agent from finding, trusting, and completing a transaction on a site. Produces five concrete
deliverables: a filled audit scorecard, top-3 priority fixes, ready-to-paste JSON-LD, an llms.txt draft, and
booking flow friction notes.

Covers five verticals with dedicated reference files: healthcare/clinics, restaurants, salons/spas, local
e-commerce, and quick commerce.

##Demo
https://drive.google.com/file/d/1gM1i3VcVmyXp34qvvmYZgSZY_kV8z7SU/view?usp=sharing

Test plan

  • Install via npx skills add deekshashekar/skills and select agent-web-compatibility
  • Trigger a full audit with a restaurant URL verify all 5 deliverables are produced (scorecard, priority fixes, JSON-LD, llms.txt, booking notes)
  • JSON-LD output using Google Rich Results Test
  • Verify recommendations are specific enough to act on without a follow-up question (no vague advice like "improve structured data")

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 16, 2026

Skill Evaluator — Tier 1 Results

✅ All checks passed

skills/agent-web-compatibility

Using CPython 3.11.15 interpreter at: /opt/hostedtoolcache/Python/3.11.15/x64/bin/python3
Creating virtual environment at: .venv
Downloading tiktoken (1.1MiB)
 Downloaded tiktoken
Installed 8 packages in 5ms
=== Skill Evaluation Report ===
Skill: agent-web-compatibility

--- Tier 1: Deterministic Checks ---
[PASS] SKILL.md exists
[PASS] kebab-case directory
[PASS] YAML frontmatter
[PASS] metadata.json
[PASS] length/efficiency — 1652 tokens. Instruction/code ratio: 48.3.
[PASS] prerequisites — No heavy external prerequisites detected.
[PASS] security patterns — No security section found.

--- Summary ---
Tier 1: 7/7 passed

@deekshashekar deekshashekar changed the title feat: add agent-web-compatibility skill for dual consumption web audi… feat: add skill for dual consumption web auditing Mar 16, 2026
@deekshashekar deekshashekar marked this pull request as ready for review March 17, 2026 18:09
Copy link
Copy Markdown
Member

@vishwasnavadak vishwasnavadak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. update https://github.com/antstackio/skills/blob/main/README.md with the updated list that includes this skill as well.
  2. Can this skill be ran on current codebase rather than on URL so that it can suggest code changes? it should be capable of running localhost and then do the analysis.

@deekshashekar
Copy link
Copy Markdown
Contributor Author

deekshashekar commented Mar 25, 2026

  1. update https://github.com/antstackio/skills/blob/main/README.md with the updated list that includes this skill as well.
  2. Can this skill be ran on current codebase rather than on URL so that it can suggest code changes? it should be capable of running localhost and then do the analysis.
  • Updated README with the new skill
  • This skill has the ability to be run on current codebase

@vishwasnavadak vishwasnavadak merged commit e1953f4 into antstackio:main Mar 25, 2026
1 check passed
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