一键导入
manifest-update
Workflow for maintaining the inbox/manifest.yaml file. Use this to describe new files in the inbox and classify them before ingestion.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Workflow for maintaining the inbox/manifest.yaml file. Use this to describe new files in the inbox and classify them before ingestion.
用 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.
Ingests raw text, threads, or notes from the inbox/ directory, refines the tone, and formats them into standard markdown posts or notes.
| 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.