Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ainyc/aeo-audit",
"version": "1.3.1",
"version": "1.3.2",
"description": "The most comprehensive open-source Answer Engine Optimization (AEO) audit tool. Scores websites across 13 ranking factors that determine AI citation.",
"type": "module",
"main": "./dist/index.js",
Expand Down
9 changes: 5 additions & 4 deletions skills/aeo/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
name: aeo
description: Run AEO audits, fix site issues, validate schema, generate llms.txt, and compare sites.
homepage: https://ainyc.ai
repository: https://github.com/AINYC/aeo-audit
allowed-tools:
- Bash(npx @ainyc/aeo-audit@1 *)
- Read
- Edit(*.html)
- Edit(*.json)
- Glob
- Grep
- Write(llms.txt)
- Write(llms-full.txt)
- Write(robots.txt)
- Glob
- Grep
---

# AEO
Expand Down Expand Up @@ -119,6 +119,7 @@ Use when the user wants code changes applied after the audit.
5. Re-run the audit and report the score delta.

Rules:
- Always explain proposed changes and get user confirmation before editing files.
- Do not remove existing schema or content unless the user asks.
- Preserve existing code style and patterns.
- If a fix is ambiguous or high-risk, explain the tradeoff before editing.
Expand Down
Loading