Seo loop
Skill euphoriawolf/ai-assisted-app-kit/skills/new-app/templates/project-kit/seo-loop
A kit for building web apps with an AI coding agent: Claude Code skills that interview you, scaffold the app, write its living docs, and install per-project skills — on top of a production Cloudflare stack (auth, D1, queues, design system).
npx -y skills add euphoriawolf/ai-assisted-app-kit --skill seo-loopAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 12 days oldThe repository was created 12 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Run the {{APP_NAME}} SEO/LLM growth loop from SEO-LOOP.md — measure search + AI-referral traffic, pick the highest-leverage improvement, build it, verify, gated-deploy, log. Use for growing organic/chatbot traffic to {{APP_NAME}}.
SKILL.md
1.8 KB, as published. Nobody here has run it
{{APP_NAME}} — seo-loop
Executes the growth playbook in SEO-LOOP.md (repo root). The marketing surface is content-as-code
in packages/web (Astro content collections + programmatic SEO pages), so improvements are code.
The loop (see SEO-LOOP.md for the full version)
- Measure — pull current search + AI-referral data (
scripts/seo/: GSC, analytics). Write a dated snapshot + diff. - Analyze / prioritize — pick the one change with the best effort/leverage (a new head-term landing page, better internal linking, JSON-LD, a thin page to fill).
- Build — implement in
packages/web. Every landing page ships with real examples before the closing CTA, HowTo/FAQ/Breadcrumb JSON-LD, and correct canonical/sitemap entries. - Verify —
astro check+ build clean; preview the page; validate structured data. - Deploy (gated) — additive marketing scope only; deploy + verify live + be ready to roll back.
- Log — append the iteration to
scripts/seo/log.md.
Rules
- Copy goes through
/brand-voice; visuals through/design. - Additive marketing scope only in the autonomous path — never touch app/api/auth/billing here.
- If a human and this loop can edit the same marketing files, pause one while the other works.
- Credentials live in gitignored
.seo.env(template:scripts/seo/.seo.env.example).
Optional autonomy
This can run as a weekly scheduled task (the user's schedule skill) inside the SEO-LOOP.md §5
guardrails: additive scope, build-gated, deploy+verify+rollback.