Agent Skills · Coming soon

Turn your AI coding agent into an SEO expert

Agent Skills add modular SEO capabilities your coding agent can use on demand — without extra prompt overhead. One install, every agent in your stack knows how to scan, monitor and fix SEO issues with SEOLint.

npx @randomcode/seolint-skills install

Coming soon. Get notified when they ship →

What are Agent Skills?

Agent Skills are reusable capabilities packaged as SKILL.md files that you install into your AI coding agent. Once installed, the agent loads them on demand and uses them automatically when your task matches.

They work with any agent that supports the format: Claude Code, Cursor, Codex, Windsurf, GitHub Copilot, OpenCode and Gemini. The skill travels with your project, so anyone who clones your repo gets the same superpowers without setup.

Think of Agent Skills as the difference between "I can use a hammer if you tell me to" and "I know when to reach for a hammer." The first is what you get with raw tools. The second is what you get with a skill on top.

Skills vs. MCP — what's the difference?

Both work together. SEOLint already ships an MCP server today; Agent Skills are the instruction layer on top.

MCP serverAgent Skill
What it isA protocol exposing tools the agent can callA markdown file teaching the agent when and why to call them
When the agent uses itWhen you explicitly invoke a toolAutomatically, when your task matches
Where it livesYour global agent configYour project repo (travels with your code)
Prompt overheadTool list always loadedLoaded on demand only when relevant

Three skills, one command

Each skill gives your agent focused SEO capabilities it uses when needed.

seolint-scan

Coming soon

Scan any URL for SEO, performance and accessibility issues — automatically.

When it triggers

When the user pastes a URL, asks why a page is slow, mentions deployment, or asks about SEO.

Example

"Why is acme.com slow?" → agent calls scan automatically and explains the report.

seolint-monitor

Coming soon

Set up scheduled scans and CI checks so regressions are caught before users notice.

When it triggers

When the user mentions monitoring, regression, GitHub Actions, or wants ongoing coverage.

Example

"Watch this site for SEO regressions" → agent wires up a scheduled scan and a PR check.

seolint-fix

Coming soon

Read a SEOLint report and apply the recommended fixes directly to the codebase.

When it triggers

When the user has a report and wants to act on it without copy-paste.

Example

"Fix the issues from this scan" → agent edits the relevant files and opens a diff.

Frequently asked questions

What are Agent Skills?

Agent Skills are modular capabilities packaged as SKILL.md files that you install into your AI coding agent. Once installed, the agent loads them on demand — without polluting every prompt — and uses them automatically when the user's task matches the skill's description. They are the standard way to give an agent durable, project-specific knowledge.

How are Agent Skills different from MCP servers?

MCP servers expose tools an agent can call. Agent Skills tell the agent when, why and how to call those tools. The two are complementary: SEOLint ships an MCP server (the tool) and will ship Agent Skills (the instruction manual that travels with your project). With both installed, the agent doesn't need to be told to scan for SEO issues — it knows.

Which agents and IDEs support Agent Skills?

Any agent that loads SKILL.md files: Claude Code, Cursor, Codex, Windsurf, GitHub Copilot, OpenCode and Google Gemini. Adoption is growing across the ecosystem as the format settles. Skills are stored in your project's .claude/skills/ directory and travel with your repo.

How do I install SEOLint's Agent Skills?

SEOLint's Agent Skills are coming soon. Sign up below and we'll email you the moment they ship. Until then, you can connect SEOLint to your agent today via the MCP server, the CLI, or the REST API — all available on the Connect page.

What will SEOLint's Agent Skills do?

Three skills are planned: seolint-scan (the agent automatically scans any URL the user mentions for SEO, performance and accessibility issues), seolint-monitor (the agent sets up scheduled scans and GitHub Actions for ongoing monitoring), and seolint-fix (the agent reads a SEOLint report and applies the recommended fixes directly to your codebase).

Are Agent Skills free?

The skills themselves are free and open. They call SEOLint's underlying API, which uses your existing SEOLint plan. Free preview, Pro (€19/mo, 50 scans) or Team (€49/mo, 250 scans). See the pricing page for details.

Connect SEOLint to your agent today

Agent Skills are coming soon. In the meantime, the MCP server, CLI and REST API are live and work with every modern AI coding agent.

As featured on

Featured on SaaSCityFeatured on Wired BusinessFeatured on Twelve Tools