codeck-export

Solid

Internal publisher module for /codeck. Exports deck to PDF or PPTX with post-export QA. User-facing export requests should enter through /codeck; this skill defines the export behavior.

Data & Documents 199 stars 17 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
77
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- [INPUT]: Depends on latest assembled HTML, MEMORY.md, tasks/tasks.md, and threads/threads.md. [OUTPUT]: Provides PDF/PPTX exports and export QA notes. [POS]: skills/codeck-export lane; publishes the reviewed deck from room state to final artifacts. [PROTOCOL]: 变更时更新此头部,然后检查 CLAUDE.md --> # codeck export — @export lane Minimum conversation, maximum output. Export the deck to the user's format. `@export` owns PDF/PPTX output and export QA. Write boundaries: - May write final PDF/PPTX files in the user's project directory - May write export QA notes to `$DECK_DIR/review.md` or `$DECK_DIR/MEMORY.md` - May update `$DECK_DIR/roles/export.md`, `$DECK_DIR/tasks/tasks.md`, and `$DECK_DIR/channel/YYYY-MM-DD.md` - Must not edit `deck.md`, `DESIGN.md`, `custom.css`, `slides.html`, or `speech.md` - Export defects that require source changes become proposals in `$DECK_DIR/threads/threads.md` ## Step 1: Status ```bash DECK_DIR="$HOME/.codeck/projects/$(basename "$(pwd)")" CODECK_SKILL_DIR="${CODECK_SKILL_DIR:-}" if [ -z "$CODECK_SKILL_DIR" ]; then for d in \ "${CLAUDE_PLUGIN_ROOT}/skills/codeck" \ "$HOME"/.claude/plugins/cache/*/codeck/*/skills/codeck \ "$HOME"/.codex/plugins/cache/*/codeck/*/skills/codeck \ "$HOME/.agents/skills/codeck" \ "$HOME/.codex/skills/codeck" \ "$HOME/.claude/skills/codeck"; do if [ -d "$d/scripts" ]; then CODECK_SKILL_DIR="$d"; break; fi done fi [ -n "$CODECK_SKILL_DIR" ] || { echo "codeck skill scripts not found; set CO...

Details

Author
hiyeshu
Repository
hiyeshu/codeck
Created
5 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category