con un clic
new-note
Create a new note with a dated git branch for the iamsteve blog
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ú
Create a new note with a dated git branch for the iamsteve blog
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
Fetch an iamsteve.me blog article or note as plain markdown.
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.
| name | new-note |
| description | Create a new note with a dated git branch for the iamsteve blog |
| allowed-tools | Bash |
Create a new note for the blog by doing the following in order:
git branch --show-current
claude/ (cloud session), skip branch creation and stay on the current branchgit checkout -b note-$(date +%Y-%m-%d) to create and switch to a new branchnode scripts/compose-note.js to scaffold the note file via the interactive promptOnce done, confirm the branch name and whether a new branch was created or an existing one was used.