Release notes
Changelog
Public website updates and source notes for AgentKit SEO.
Package 1.8.0 - 2026-06-07
Highlights from the agentkit-seo 1.8.0 npm release, mirrored from the package CHANGELOG.md.
Added
- Design documentation: a
DESIGN.mdand a Design principles section in the README mapping each applied agentic-AI concept to where it lives, with a knowledge-graph diagram. - Claude Code plugin marketplace distribution so the skills install through
/plugin marketplace addand/plugin install. - Audit scorecard references for the GitHub, LinkedIn, CV/ATS, and web-portfolio skills: a weighted 0-100 triage with bands and a fix-first order, explicitly an internal prioritization heuristic rather than a platform ranking.
- Goals and targeting section in the agent-context-file spec, template, and intake: ideal role, current focus, next work, target locations (or
No restriction), interests, and constraints captured as stated intent kept separate from verified facts. - Role-grounded persona and self-review on every skill: each reasons as the relevant professional and, before returning, checks the draft for fabricated facts, evidence-label accuracy, scope and goal alignment, and impact ordering.
- AI-answer-engine readiness (GEO/AEO) named as an applied concept and labeled as an evolving practice with no ranking guarantee.
licenseand ametadatablock in every runtimeSKILL.mdso provenance travels with the installed skill, plus anode:testunit suite wired into CI.
Changed
- Corrected the LLM Wiki attribution: the wiki is compiled and kept current by a maintainer agent and read by runtime agents instead of re-derived per query, deliberately adapting Karpathy's personal-second-brain concept into a shipped, versioned knowledge pack.
- Extended
agentkit-seo update --provider <provider>to compare the installed skill version against npm latest, andagentkit-seo doctorto enforce the Agent Skills description convention and validate the marketplace and plugin manifests.
Website updates
Version 0.1.1
Published npm package distribution is live through npx agentkit-seo, with the source repository and npm package aligned around the same install flow.
Version 0.1.0
First static website version with homepage, skill pages, provider page, docs, robots.txt, llms.txt, sitemap generation, metadata, and structured data.
Source status reflected
Shared skill source, export CLI, Codex, Claude Code, Gemini CLI, Antigravity, OpenCode, shared export targets, the Claude Code plugin marketplace, npm distribution, and GitHub releases are represented from the source repository.