con un clic
get-article-as-markdown
Fetch an iamsteve.me blog article or note as plain markdown.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Fetch an iamsteve.me blog article or note as plain markdown.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
List published iamsteve.me articles and notes for discovery.
Subscribe an email address to the iamsteve.me newsletter.
When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my traffic dropped," "lost rankings," "not showing up in Google," "site isn't ranking," "Google update hit me," "page speed," "core web vitals," "crawl errors," or "indexing issues." Use this even if the user just says something vague like "my SEO is bad" or "help with SEO" — start with an audit. For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema-markup. For AI search optimization, see ai-seo.
Create a new note with a dated git branch for the iamsteve blog
| name | get-article-as-markdown |
| description | Fetch an iamsteve.me blog article or note as plain markdown. |
| version | 1.0.0 |
Use this skill when you want the source markdown for an article on iamsteve.me instead of the rendered HTML page.
The site advertises markdown variants of HTML pages two ways:
GET https://iamsteve.me/api/content/{slug}GET https://iamsteve.me/api/content/notes/{slug}Accept: text/markdown and the site responds with the markdown variant.The response uses Content-Type: text/markdown; charset=utf-8 and includes
YAML frontmatter with title, author, date, description, categories, and the
canonical URL.
# Direct API
curl https://iamsteve.me/api/content/horizontal-scrolling-responsive-menu
# Content negotiation
curl -H "Accept: text/markdown" \
https://iamsteve.me/blog/horizontal-scrolling-responsive-menu
A complete index of available articles is available at /llms.txt and /feed.xml.