core-resources

Supply templates, reference prompts, and image-generation scripts for ISD research-plan workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/yjang-git/HoneyPot --skill core-resources-yjang-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-resources
Source: https://github.com/yjang-git/HoneyPot/tree/main/plugins/isd-generator/skills/core-resources
Command: npx skills add https://github.com/yjang-git/HoneyPot --skill core-resources-yjang-git

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Provides a central resource hub for the isd-generator that consolidates canonical writing patterns, output templates, reference guides, and image-generation tooling so agents and orchestrators can produce consistent ISD research plans and figures without reauthoring assets or prompts.

Core Features & Use Cases

  • Shared reference library with prompt examples, caption extraction patterns, and content requirements to standardize chapter and figure generation.
  • Output templates and scaffolds for chapter documents stored in assets/output_templates to ensure consistent formatting across generated chapters.
  • Deterministic image generation via scripts/generate_images.py with explicit prompts-dir and output-dir handling, retry logic, and path fallback rules; use when rendering PPT-style infographics from prompt files.
  • Validation and safety guidance: the skill instructs to report missing scripts and not to synthesize ad-hoc code if tooling is absent.

Quick Start

Run the included scripts/generate_images.py by pointing it at your prompts directory and an output directory to generate the images for ISD captions.

Frequently Asked Questions about core-resources

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images from prompt files for research plan figures?

Run the included generate_images.py script by pointing it at your prompts directory and an output directory to render PPT-style infographics for ISD captions with deterministic execution and path fallback rules.

What templates are available for standardizing ISD research plan chapters?

Output templates and scaffolds stored in assets/output_templates provide standardized formatting and canonical writing patterns to ensure consistent chapter document generation across ISD research plans.

Why does image generation fail when the script is missing from the directory?

When the script is missing, the system reports the missing script error and does not synthesize ad-hoc code on the fly, enforcing deterministic invocation of generate_images.py with explicit path handling.

Does this image generation tooling work with Google dependencies?

Yes, the tooling operates with Google dependencies to supply reference prompts, caption extraction patterns, and image rendering scripts for ISD research-plan and figure workflows.

Can I use shared reference prompts for ISD figure and chapter agents?

Yes, a shared reference library supplies canonical prompt examples, caption extraction patterns, and content requirements that standardize generation for both chapter and figure agents within the ISD workflow.