ワンクリックで
eleventy-playbook
Technical constraints, gotchas, and debugging tips specific to this site's Eleventy 3.0 configuration and data cascade.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Technical constraints, gotchas, and debugging tips specific to this site's Eleventy 3.0 configuration and data cascade.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add historical cinema watches to a user's Letterboxd diary from receipts, booking confirmations, ticket text, screenshots, or pasted showtime lists. Use when Codex must parse film titles and screening dates, prepare one or more dated Letterboxd diary entries in the user's logged-in browser, avoid duplicates, obtain required save confirmation, and verify the resulting diary rows.
Create or refine optional blog post sketch images for carteakey.dev. Use this when a post needs a unique monochrome transparent illustration, when existing sketch assets need cleanup for feed/post rendering, or when wiring a post to the site-wide `image` / `imageAlt` workflow.
The author's specific writing fingerprint learned from reading their blog posts. AI writing tropes to avoid patterns that make output feel generated rather than written.
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.
Unified inbox ingestion skill for carteakey.dev. Scans inbox/ subdirectories, diffs against already-imported files, shows a preview of what will be imported and handles 4 distinct content targets: photography (photos.yaml), vibes (src/static/img/vibes/), ai-memes folio (folio/ai-memes/index.html), and loose root inbox files that need classification first.
Workflow for maintaining the inbox/manifest.yaml file. Use this to describe new files in the inbox and classify them before ingestion.
| name | eleventy-playbook |
| description | Technical constraints, gotchas, and debugging tips specific to this site's Eleventy 3.0 configuration and data cascade. |
This skill outlines the specific quirks and patterns of this site's Eleventy configuration to accelerate debugging.
templateContent Lazy Evaluation in Collectionseleventy.config.mjs, when mapping custom collections (like feed), creating a new object with a detached getter try { return entry.templateContent; } fails to render the HTML body in Nunjucks templates (like feed-card.njk).original: entry). Nunjucks handles item.original.templateContent correctly when the original object context is preserved.lexicon, til, now) and now it appears as a weird badge on every post card.filterTagList function inside eleventy.config.mjs.date (and updated, if applicable) in its YAML frontmatter.bg-white shadow-md p-4 rounded-lg..surface, .surface-compact) instead of raw utility classes to ensure dark mode and theme consistency.