From isd-generator
Loads shared references, templates, and Python scripts for isd-generator chapter and figure agents. Run image generation from prompts via bash commands with relative path fallbacks. Useful for ISD workflows.
npx claudepluginhub orientpine/honeypot --plugin isd-generatorThis skill uses the workspace's default tool permissions.
Use this skill as the central resource hub for ISD generation.
assets/output_templates/chapter1_content.mdassets/output_templates/chapter1_references.mdassets/output_templates/chapter2_content.mdassets/output_templates/chapter2_references.mdassets/output_templates/chapter3_content.mdassets/output_templates/chapter4_content.mdassets/output_templates/chapter5_content.mdassets/output_templates/execution_report.mdassets/output_templates/figure_generation_report.mdassets/output_templates/prompt_template.mdreferences/content_requirements/chapter1_requirements.mdreferences/content_requirements/chapter2_requirements.mdreferences/content_requirements/chapter3_requirements.mdreferences/content_requirements/chapter4_requirements.mdreferences/content_requirements/chapter5_requirements.mdreferences/document_templates/chapter1_template.mdreferences/document_templates/chapter2_template.mdreferences/document_templates/chapter3_template.mdreferences/document_templates/chapter4_template.mdreferences/document_templates/chapter5_template.mdGenerates professional AI images using Google Gemini via Node CLI for web hero sections, landing pages, slide decks, presentations, and app illustrations. Optimizes prompts and selects aspect ratios.
Generates and edits images via GPT Image 2 using 80+ structured templates for posters, UI, products, infographics, diagrams, comics, avatars, workflows. Adapts to local Garden mode, host tools, or prompt advising.
Extends Claude Code with Toscript skill context from toscript.md. Auto-activates on 'toscript.md' relevance; invoke directly via /Toscript for targeted use.
Share bugs, ideas, or general feedback.
Use this skill as the central resource hub for ISD generation.
references/.assets/output_templates/.scripts/.스크립트는 이 스킬의 상대경로에 위치합니다:
scripts/generate_images.py
실행 순서:
Step 1. 상대경로로 실행 (최우선)
python scripts/generate_images.py \
--prompts-dir [프롬프트 폴더 경로] \
--output-dir [이미지 출력 폴더 경로]
Step 2. 상대경로 실패 시 Glob 폴백
Glob: **/isd-generator/skills/core-resources/scripts/generate_images.py
Step 3. Glob도 실패 시 확장 탐색
Glob: **/generate_images.py
절대 금지: 스크립트를 찾지 못했을 때 자체적으로 Python 코드를 작성하지 마세요. 반드시 에러를 보고하고 사용자에게 경로 확인을 요청하세요.