Export Project Plans With Timestamp banner
kenryu42 kenryu42

Export Project Plans With Timestamp

Development community

Description

--- description: Export project plans with timestamps to current directory disable-model-invocation: true allowed-tools: Bash --- !`${CLAUDE_PLUGIN_ROOT}/scripts/export_project_plans_with_timestamp.py` Simply reply with "export_project_plans_with_timestamp executed." unless an error occurs.

Installation

Installs to ~/.claude/skills/kenryu42-claude-code-plan-export-export-project-plans-with-timestamp/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kenryu42-claude-code-plan-export-export-project-plans-with-timestamp && curl -fsSL https://raw.githubusercontent.com/kenryu42/claude-code-plan-export/HEAD/commands/export-project-plans-with-timestamp.md -o ~/.claude/skills/kenryu42-claude-code-plan-export-export-project-plans-with-timestamp/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository