.agents/skills/publish-blog/SKILL.md
Publish a new article to the Dart blog from a Google Doc.
npx skillsauth add dart-lang/site-www publish_blogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to add a new article to the Dart blog by extracting content from a Google Doc, formatting it, and placing it in the correct directory.
images/ folder in the zip file.src/content/blog/ using a
concise title.index.md and move the images to the
images/ directory in that folder.<DashImage> or
standard markdown image tags as appropriate.src/data/authors/ for the handle. If the author is not found, create a
new author YAML file. Add the image and any other metadata you can find
from the user's github profile.development
Update the whats-new page with changes to the website since the previous release.
development
Sync the changelog from the Dart SDK repo to update the changelog.yml entries in the site repository.
development
Stages the Dart site locally for PR validation. Includes formatting Dart code, syncing excerpts, building the site, checking for broken links, and serving the development site.
development
Proofreads Markdown files against Google guidelines.