@seoagent-official/seoagent 1.86.2 → 1.87.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/index.js +163 -102
- package/package.json +1 -1
- package/skills/references/audit-checks.md +49 -0
- package/skills/references/cloud-cta.md +41 -0
- package/skills/references/inbox.md +100 -0
- package/skills/references/publishing.md +90 -0
- package/skills/references/pull-receipt.md +50 -0
- package/skills/references/schemas.md +157 -0
- package/skills/references/session-protocol.md +67 -0
- package/skills/seoagent.md +133 -841
package/README.md
CHANGED
|
@@ -376,3 +376,7 @@ Most Claude skills are markdown-only or marketplace plugins. SEOAgent uses **npm
|
|
|
376
376
|
## License
|
|
377
377
|
|
|
378
378
|
MIT
|
|
379
|
+
|
|
380
|
+
## 1.87.0 — the skill attention diet
|
|
381
|
+
|
|
382
|
+
SKILL.md body cut 17,237 → 5,228 words (~27k → ~9k activation tokens); situational protocols moved to `skills/references/` (inbox, pull-receipt, session-protocol, publishing, cloud-cta, schemas); `seoagent doctor` routes the agent to the right reference file (`inbox_pending` finding added). Trigger description unchanged. Methodology: seoagent.com/blog/claude-skills-token-cost
|