Build a presentation deck as a native .pptx with python-pptx — real text runs, shapes and charts the recipient can edit, not screenshots wrapped in a file — then harden it through a render → look → fix loop plus recursive external review until it survives…
Author an enterprise-grade proposal (docx) plus a PMBOK-style WBS / Gantt / estimate workbook (xlsx) that can be handed to a large corporate or public-sector client as-is, then harden it through a recursive external-agent review loop (Codex CLI / hermes)…
自治体・ふるさと納税・補助金の提案書を .docx で仕上げるワークフロー。配布された原本様式の レイアウトを保ったまま本文を流し込む、Notion の長文と表を A4横の docx に変換する、スライド PNG から別冊の法人紹介資料を組む、の3経路をカバーする。「様式に流し込んで」「docx で出して」 「提出用の Word にして」「補助金の申請書を作って」と言われたときに読む。
Produce polished, editorial-quality figures as image files (PNG, optionally SVG) with Python and matplotlib, sharing one cohesive paper-and-ink look and clean Japanese (Noto CJK JP) typography. Covers eight reusable archetypes — divergence / scissors charts,…
Nyx Notion workspace API patterns: the Scrapbox DB schema, working curl patterns for the Notion API (page creation, block-append gotchas, block surgery on existing pages, image/file upload), and where the workspace's database IDs live. Database IDs themselves…
Self-executing prompt system via GitHub Issues in grandchildrice/life. Each issue is a structured prompt that Hermes can read, understand, and execute without clarification. Execution history is preserved in comments; final output destinations are explicitly…
Generate a STATIC architecture/system diagram as a PNG asset using a Python (matplotlib) script stored in figures/, for slides that need one still figure — system architectures, attack-moment snapshots, protocol topologies, infra dependency maps. The style is…
API 権限が取れない Google Drive へ、ログイン済みの Chrome を CDP で操作してファイルを アップロードする回避策。OAuth スコープが下りない・サービスアカウントを共有フォルダに 招待できない・rclone の設定が通らない場面で使う。「Drive にアップして」と言われて API 経路が塞がっているときの最後の手段。