ワンクリックで
article-creator
(🥑) Expert guide for authoring, building, testing, and publishing technical articles to ricc.rocks and Medium.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
(🥑) Expert guide for authoring, building, testing, and publishing technical articles to ricc.rocks and Medium.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Resolves open GitHub Issues in parallel by fanning out independent subagents and then fanning in to aggregate lessons learned.
Hackathon security guide to prevent leaking secrets. Based on Romin Irani's article.
💛 Expert guide for interacting with Riccardo's Obsidian vault (The Carlessian Vault).
Record browser-based video demos from YAML storyboards using shot-scraper.
Installs a lightweight CPU and RAM monitoring cron job and visualization script for agents on the local machine.
Rules to create and maintain a GOOD CLI. Do not use for GUI-only design rules, web apps, or backend REST APIs.
| name | article-creator |
| description | (🥑) Expert guide for authoring, building, testing, and publishing technical articles to ricc.rocks and Medium. |
| version | 1 |
| tags | devrel, article, publishing, ricc.rocks, medium |
This skill guides the preparation, compilation, validation, and post-publication steps for articles targeted to ricc.rocks and Medium.
[!NOTE] For Riccardo, new articles and drafts should always be initialized and managed under the root articles directory: work/articles/ (which is the parent folder relative to individual article projects).
ARTICLE.md only. Never manually edit files inside the generated out/ or ricc.rocks/ directories, as they are overwritten by build.py.. The build script translates these to Hugo image shortcodes for ricc.rocks and absolute URLs for Medium.https://ricc.rocks/... absolute URLs in ARTICLE.md. The build script translates them to root-relative paths for ricc.rocks while preserving absolute links for Medium.Before finalizing, compile the article assets and check for spelling/readability:
speedgrapher MCP server to lint and analyze the article. The MCP server provides the following tools:
fog: Calculates the Gunning Fog readability index (Optimal target: 12.0 - 15.0).slop: Analyzes text for common AI clichés, tropes, and structural patterns (Target: < 40%).vale: Performs static style linting against project guidelines.speedgrapher.json config.just build
Verify that generated HTML builds correctly and links are functional:
just test-ricc-rocks-articles
out/ricc.rocks/index.md (Hugo compatible Markdown output for ricc.rocks).out/medium/index.html (Compiled HTML output ready for Medium).out/apps-portfolio/ (Copy of index & assets for the portfolio).out/medium/index.html.https://ricc.rocks/en/posts/technology/<SLUG>/ARTICLE.md by setting canonicalURL: <Medium_URL>.just build. This auto-appends the italic Originally published at... footer to the ricc.rocks output file.ricc.rocks repository to trigger deployment.add-to-portfolio-app skill to register this new post in ~/git/vibecoding/apps-portfolio.my-sessions-and-bio repository listings.