원클릭으로
list-articles
List published iamsteve.me articles and notes for discovery.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List published iamsteve.me articles and notes for discovery.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Fetch an iamsteve.me blog article or note as plain markdown.
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
SOC 직업 분류 기준
| name | list-articles |
| description | List published iamsteve.me articles and notes for discovery. |
| version | 1.0.0 |
Use this skill when you need to discover what articles and notes are available on iamsteve.me before fetching any one of them in full.
get-article-as-markdown.Two indexes are published:
/llms.txt — a curated, LLM-friendly
list of best and most recent articles, with category links. Plain text./feed.xml — the full RSS feed
containing the 60 most recent posts and notes with summaries and bodies.curl https://iamsteve.me/llms.txt
curl https://iamsteve.me/feed.xml
Each article slug returned by these indexes can be passed to the
/api/content/{slug} endpoint to retrieve the full markdown body.