热点抓取 → 选题 → 框架 → 写作 → SEO → 视觉AI → 排版 → 微信草稿箱, 一句话触发完整流程。适用于 Claude Code skill 格式。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
27 lines
322 B
Text
27 lines
322 B
Text
# Credentials
|
|
config.yaml
|
|
|
|
# Generated output (keep directory structure)
|
|
output/**/
|
|
!output/.gitkeep
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Client data (demo is tracked as template)
|
|
clients/*/corpus/
|
|
clients/*/lessons/
|
|
clients/*/playbook.md
|
|
!clients/demo/
|