en un clic
manifest-update
// Workflow for maintaining the inbox/manifest.yaml file. Use this to describe new files in the inbox and classify them before ingestion.
// Workflow for maintaining the inbox/manifest.yaml file. Use this to describe new files in the inbox and classify them before ingestion.
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.
Ingests raw text, threads, or notes from the inbox/ directory, refines the tone, and formats them into standard markdown posts or notes.
Technical constraints, gotchas, and debugging tips specific to this site's Eleventy 3.0 configuration and data cascade.
| name | manifest-update |
| description | Workflow for maintaining the inbox/manifest.yaml file. Use this to describe new files in the inbox and classify them before ingestion. |
This skill defines how to keep inbox/manifest.yaml up-to-date and how to handle the initial classification and approval of files in the inbox/ directory.
inbox/ root (non-recursive, excluding .DS_Store, manifest.yaml, and the _ignore/ folder).inbox/manifest.yaml.inbox/ root that is NOT in the manifest needs processing.view_file (or appropriate tool) to understand its content.suggested_target (e.g., posts, notes, photography, vibes, ai-memes).description.approved: false by default.inbox/_ignore/.inbox/manifest.yaml with approved: false.approved: true for an entry in the manifest:
draft-ingestion or media-import) should be triggered to move the file to its final destination and update the site data.manifest.yaml.- path: inbox/filename.ext
description: Concise description of the content.
suggested_target: [posts|notes|photography|vibes|ai-memes]
type: [text/markdown|image/png|image/jpeg|...]
approved: false
inbox/_ignore/ folder in the manifest.approved: true.