daymade

60 mods across 1 repository, 1.4k stars between them.

daymade/claude-code-skills

Skill Claude CodeCodex

Entry point for local AI conversation history across providers. Routes a request to the one skill that owns it, by platform (Claude Code, OpenAI Codex, Kimi CLI) and action (read evidence vs continue interrupted work), and owns the one job none of them own alone: a single inventory spanning all three providers. Use…

1.4k 2d ago A 214 tokens original MIT

marketplace-dev

26

daymade/claude-code-skills

Skill Claude CodeCodex

Creates and maintains Claude Code plugin marketplaces, consolidates standalone skills into a new or existing suite, and moves skills between suites. Converts any Claude Code skills repository into an official plugin marketplace, generates spec-conforming .claude-plugin/marketplace.json, validates with claude plugin…

1.4k 2d ago A 146 tokens original MIT

daymade/claude-code-skills

Skill Claude CodeCodex

Only for explicit prior-work/reuse/history requests; never for read-only status or inspection. Finds and verifies existing successful work before substantial new production when reuse is materially plausible. Use when the user explicitly references earlier work, existing code/SOPs, history, prior decisions, another…

1.4k 2d ago A 173 tokens original MIT

daymade/claude-code-skills

Skill Claude CodeCodex

Reads, searches, and exports local Claude Code history without resuming work. Covers recent session inventory, exact session timelines, verbatim human input including queued mid-turn prompts, full-event keyword search, hybrid recall when wording changed, end-state triage, and deleted-file recovery across active Claude…

1.4k 2d ago A 163 tokens original MIT

daymade/claude-code-skills

Skill Claude CodeCodex

Read or export the COMPLETE transcript of a Claude.ai web conversation — both private claude.ai/chat/... and public claude.ai/share/... links — by calling Claude.ai's internal API from inside the user's logged-in Chrome, and download its FILES too (uploads, deliverables). Use whenever the user pastes a claude.ai…

1.4k 2d ago A 239 tokens original MIT

read-codex-history

30

daymade/claude-code-skills

Skill Claude CodeCodex

Reads, searches, and exports local OpenAI Codex history without continuing the old task. Lists recent Codex sessions, extracts exact prompt-ledger inputs by Session, locates a rollout by verified sessionmeta identity, reconstructs one chronological user/assistant timeline with fork and compaction lineage, and performs…

1.4k 2d ago A 127 tokens original MIT

daymade/claude-code-skills

Skill Claude CodeCodex

Installs, configures, customizes, or troubleshoots the Claude Code statusline (cwd, model, token counts). Use when the user wants to set up or change the statusline, switch minimal vs full layouts, show absolute token counts (e.g. ctx 108K / 1M) instead of a percentage, add cost via ccusage or git status, dump the…

1.4k 2d ago B 184 tokens original MIT

terminal-screenshot

32

daymade/claude-code-skills

Skill Claude CodeCodex

Render a terminal CLI program's colored output to a PNG so Claude can actually SEE the real visual result — color contrast, alignment, background blocks, highlighting — instead of only reading plain text and raw ANSI escape codes. Use this whenever verifying or debugging how a CLI tool looks in the terminal: delta git…

1.4k 2d ago A 206 tokens original MIT

daymade/claude-code-skills

Skill Claude CodeCodex

Configures and verifies an expanded, model-aware context window for OpenAI Codex CLI and Codex Desktop by safely updating the shared base config. Use whenever Codex shows about 258K context, the user asks for 500K or 1M context, auto-compaction happens too often, modelcontextwindow or modelautocompacttokenlimit needs…

1.4k 2d ago A 151 tokens original MIT

codex-image-gallery

34

daymade/claude-code-skills

Skill Claude CodeCodex

Start or reuse a self-contained local web gallery for browsing Codex-generated images. Use when the user asks to browse Codex generated images, open a local image gallery, inspect /.codex/generatedimages, view a Codex image output folder, or browse image files produced by Codex.

1.4k 2d ago A 63 tokens original MIT

design-style-picker

35

daymade/claude-code-skills

Skill Claude CodeCodex

Batch-generate and compare visual design directions so a user can choose the style they actually want. Use when the user says they cannot describe an abstract visual style, asks for many style options, wants to choose from generated UI/design-system images, rejects outputs as too colorful/too dead/too generic, or…

1.4k 2d ago A 78 tokens original MIT

daymade/claude-code-skills

Skill Claude CodeCodex

Generate several genuinely different, runnable HTML interaction prototypes for one product surface, combine them in an interactive Design Board, collect structured selection/remix feedback, and only then hand the approved behavior to production implementation. Use when a user asks for multiple clickable UI versions…

1.4k 2d ago A 126 tokens original MIT

local-codex

37

daymade/claude-code-skills

Skill Claude CodeCodex

Launch and manage OpenAI Codex CLI (local agent) as a non-interactive coding sub-agent. Use when the user wants to delegate coding tasks to Codex, run code reviews, generate or refactor code, or use Codex GPT-5.5 agent capabilities through local CLI. Triggers on phrases like 'codex', 'run codex', 'codex exec', 'code…

1.4k 2d ago A 140 tokens original MIT

doc-to-markdown

38

daymade/claude-code-skills

Skill Claude CodeCodex

Converts DOCX/PDF/PPTX to high-quality Markdown with automatic post-processing. Fixes pandoc grid tables, simple tables, image paths, CJK bold spacing, attribute noise, and code blocks; for PDFs also strips OCR garbage blocks, repeated headers/footers/watermarks, and absolute image paths from pymupdf4llm output.…

1.4k 2d ago A 136 tokens original MIT

docs-cleaner

39

daymade/claude-code-skills

Skill Claude CodeCodex

Consolidates redundant documentation while preserving all valuable content; keeps a doc set truthful after things change. Two modes. (1) POST-CHANGE GOVERNANCE — when code, scripts, config, env vars, ports, paths, deployment, auth, tests, or a documented procedure changed; also "which docs are now wrong", "check docs…

1.4k 2d ago A 238 tokens original MIT

docx-creator

40

daymade/claude-code-skills

Skill Claude CodeCodex

Produce production-grade Word (.docx) documents — especially Chinese ones — by driving the minimax-skills:minimax-docx OpenXML engine correctly. Use whenever the deliverable is a .docx file: 生成 Word 文档 / 做一份 docx / 写合同 docx / 起草协议 / 正式文书 / 公文 / offer / 劳动合同 / 把 markdown 转成 Word / Word 排版 / 中文排版 / 签字栏 / 盖章版 / 甲方乙方, or…

1.4k 2d ago A 257 tokens original MIT

excel-automation

41

daymade/claude-code-skills

Skill Claude CodeCodex

Create, parse, and control Excel files on macOS. Professional formatting with openpyxl, complex xlsm parsing with stdlib zipfile+xml for investment bank financial models, and Excel window control via AppleScript. Use when creating formatted Excel reports, parsing financial models that openpyxl cannot handle, or…

1.4k 2d ago A 73 tokens original MIT

mermaid-tools

42

daymade/claude-code-skills

Skill Claude CodeCodex

Extracts Mermaid diagrams from markdown files and generates high-quality PNG images using bundled scripts. Activates when working with Mermaid diagrams, converting diagrams to PNG, extracting diagrams from markdown, or processing markdown files with embedded Mermaid code.

1.4k 2d ago A 48 tokens original MIT

pdf-creator

43

daymade/claude-code-skills

Skill Claude CodeCodex

Convert markdown files to professional PDF documents with proper Chinese font support, theme system, and visual self-check. Use whenever the user asks to create PDFs, convert markdown to PDF, generate printable documents, or needs documents formatted for print or mobile reading. This skill MUST be used instead of…

1.4k 2d ago A 132 tokens original MIT

pdf-to-html

44

daymade/claude-code-skills

Skill Claude CodeCodex

Converts a PDF into one self-contained, readable HTML file that preserves images, tables, charts and reading order — optionally translating it into another language while keeping every figure. Uses structured extraction (PyMuPDF), font-size-driven layout, compressed base64-inlined images (a single portable file), and…

1.4k 2d ago A 192 tokens original MIT

daymade/claude-code-skills

Skill Claude CodeCodex

Two pipelines ending at a scanner-look PDF. (1) Phone photos of paper documents (contracts, stamped certificates, receipts, forms, handwritten notes) → clean scanner-quality PDF: perspective rectification + noteshrink whitening + A4 assembly + mandatory whole-document check. Trigger: "把照片 做成扫描件", "photos to scanned…

1.4k 2d ago A 249 tokens original MIT

ppt-creator

46

daymade/claude-code-skills

Skill Claude CodeCodex

A deprecated skill for creating PowerPoint presentations. It is no longer maintained and has been replaced by a private skill called deck-creator.

1.4k 2d ago A 126 tokens original MIT

read-docx-review

47

daymade/claude-code-skills

Skill Claude CodeCodex

A read-only tool that examines reviewed Word documents and extracts comments and tracked edits into a Markdown table or JSON. Tracked edits are changes recorded in Word’s review mode, such as inserted or deleted text.

1.4k 2d ago A 220 tokens original MIT

ashare-news-fetcher

48

daymade/claude-code-skills

Skill Claude CodeCodex

A Chinese-language information fetcher for A-shares, stocks listed on mainland China's exchanges. It gathers public financial news, policy notices, and investor-forum sentiment, then returns JSON or Markdown.

1.4k 2d ago A 162 tokens original MIT