Agent skill
journal-cover-prompter
Use when creating journal cover images, generating scientific artwork prompts, or designing graphical abstracts. Creates detailed prompts for AI image generators to produce publication-quality scientific visuals.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/journal-cover-prompter
Metadata
Additional technical details for this skill
- version
- 1.0
- skill author
- AIPOCH
SKILL.md
Journal Cover Image Prompter
Generate detailed prompts for creating scientific journal cover images and graphical abstracts using AI image generators.
Quick Start
from scripts.cover_prompter import CoverPrompter
prompter = CoverPrompter()
# Generate prompt
prompt = prompter.create_prompt(
research_topic="CRISPR gene editing",
visual_style="photorealistic",
mood="hopeful",
key_elements=["DNA strands", "molecular scissors", "cells"]
)
Core Capabilities
1. Prompt Generation
prompt = prompter.generate(
subject="cancer immunotherapy",
style="scientific illustration",
color_scheme="blue_gradient",
complexity="high"
)
Prompt Structure:
- Subject description
- Artistic style
- Color palette
- Lighting and mood
- Technical specifications
2. Style Selection
style_guide = prompter.select_style(
journal_type="nature",
subject_matter="molecular_biology"
)
Journal Styles:
- Nature: Dramatic, artistic
- Cell: Clean, molecular focus
- Science: Conceptual, broad appeal
- Medical journals: Clinical, professional
3. Technical Specs
specs = prompter.get_specs(
journal="Nature",
cover_type="front"
)
# Returns dimensions, resolution, color mode
CLI Usage
python scripts/cover_prompter.py \
--topic "neuroscience synaptic transmission" \
--style artistic \
--output prompt.txt
Skill ID: 211 | Version: 1.0 | License: MIT
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?