agora: Skill for Claude Code

.claude/skills/seo/SKILL.md

seo is a skill for Claude Code from DanceNitra/agora. It costs 0 tokens per session (3,056 once invoked), scanned A, original, MIT.

A search-visibility guide for Agora, a bilingual English and Slovak research blog published on GitHub Pages. It covers SEO, which helps pages appear in search engines, and AI-search optimization, which helps factual pages get cited by AI systems.

In plain words
What is it for?
Use it before publishing Agora articles to review page text, technical details, search metadata, bilingual content, citations, and author information.
Why use it?
It addresses the problem of original research being difficult to find, scan, or quote online. It also sets rules for checking numbers and protecting the site's author identity.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents.

This is DanceNitra/agora's own configuration. It tells Claude Code how to work on agora itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agora configures →

Reuse

Borrowing it

Nothing to install: this file belongs to DanceNitra/agora. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/DanceNitra/agora/main/.claude/skills/seo/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/DanceNitra/agora

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo

README.md
[![agentmods](https://agentmods.dev/badge/skills/dancenitra/agora/seo.svg)](https://agentmods.dev/skills/dancenitra/agora/seo)
Your own site
<a href="https://agentmods.dev/skills/dancenitra/agora/seo"><img src="https://agentmods.dev/badge/skills/dancenitra/agora/seo.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,056 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.03056
Opus 5 $0.00000 $0.01528
Sonnet 5 $0.00000 $0.00611
Haiku 4.5 $0.00000 $0.00306

Measured 7d ago against content hash 645356bc39d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

seo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/seo/SKILL.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/seo — make every Agora publication rank (Google) and get cited (AI search)

Our unfair advantage, name it first: we publish original measured results, replications, and falsifiers nobody else has (the Crucible). That is exactly what both Google (helpful, original, E-E-A-T content) and LLMs (factual, citable, authoritative statements) reward. SEO for us is not keyword-stuffing — it is making our genuinely-unique research findable, skimmable, and quotable. The bottleneck has always been distribution; this skill is the on-page + technical half of fixing it. (#1 Google is a long game — authority + freshness + mentions compound over months; on-page SEO is necessary, not sufficient. The compounding lever is consistent publishing of citable results + getting mentioned.)

Hard guardrails (never break, even for ranking):

  • Verified numbers only. Re-check every cited number vs its source Lab/.lab.json before it goes public (existing rule). A wrong stat that ranks is worse than no rank.
  • Anonymity. Author = the Agora / …@users.noreply.github.com identity, never the owner's real name/email. Author schema uses "Agora" (Organization), not a person.
  • Bilingual EN/SK stays (the toggle). Both languages must be in the served HTML (they are — <span class="en">/<span class="sk">), so crawlers see both.
  • Outreach/mentions are owner-gated. This skill optimizes our OWN pages freely; getting cited on others' sites (Reddit/HN/roundups/Wikidata) is the gated outreach lane — draft, brief in Slovak, let the owner post.
  • No paid-tool dependency. Use free surfaces: Google Search Console, Bing Webmaster Tools, Google Trends, autocomplete/"People also ask", our local LLM. Don't make the workflow require Ahrefs/Semrush/Surfer.

MODE A — per-post optimization (run this for every post BEFORE render_post.py --piece)

Work on the piece spec / draft and adjust the EN + SK bodies and the spec fields. The render template (tools/render_post.py) already emits <title>, meta description, JSON-LD Article, OG/Twitter tags, tables, blockquote callouts, and SVG figures — use them well.

Read the full file on GitHub · 102 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 102 lines · 0 tokens per session scan A 645356bc39d3

Subscribe to this mod's changes

seo is a skill published in the GitHub repository DanceNitra/agora (3 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,056 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

Evaluation

Frames model, prompt, and system evaluation as a reproducible experiment with baselines, datasets, and explicit metrics.

agentic-in/elephant-agent · 25 tokens

create-custom-grader

Use when converting an existing benchmark, rubric, verifier, task YAML/JSON, or domain check into SkillEvaluator BYOG/BYOT custom evaluation.

NVIDIA/SkillEvaluator · 35 tokens

ceo-setup

One-time onboarding for the executive/manager commitment workflow — delegation-heavy, meeting prep, decision capture, morning and evening digests. Creates a commitments project and installs two dashboard widgets. After successful setup this skill is excluded from selection until the marker file is deleted.

suyoumo/ClawProBench · 60 tokens

developer-setup

One-time onboarding for the developer workflow — installs github-workflow missions, creates the commitments workspace, registers per-repo projects, writes calibration memories. After successful setup this skill is excluded from selection until the marker file is deleted.

suyoumo/ClawProBench · 49 tokens

portfolio

Cross-chain DeFi portfolio discovery, rebalancing suggestions, and NEAR Intent construction. Activates when the user pastes a wallet address or asks about yield/positions/rebalancing. Bootstraps a per-user "portfolio" project, aggregates positions across all the user's addresses inside one project, and offers a…

suyoumo/ClawProBench · 69 tokens

api-caller

Call any REST API dynamically. Make GET, POST, PUT, DELETE requests to any endpoint with custom headers and JSON body.

NVIDIA/SkillEvaluator · 29 tokens