article-summary-integrator

star 0

Summarizes and integrates one or more source articles into a single Markdown file in the `gemini/` directory. Use when you need to consolidate information from multiple related files into a structured summary.

7shi By 7shi schedule Updated 4/26/2026

name: article-summary-integrator description: Summarizes and integrates one or more source articles into a single Markdown file in the gemini/ directory. Use when you need to consolidate information from multiple related files into a structured summary.

Article Summary and Integration

Purpose

Consolidate one or more source articles (provided as input_file) into a single integrated Markdown file within the gemini/ directory to centralize related information.

Arguments

  • input_file (required): One or more source Markdown file paths to summarize and integrate (e.g., 20250716-llama4.md 20250716-llama4-reddit.md).

Workflow

  1. Read Source Articles: Read each file specified in input_file.
  2. Summarize and Integrate:
    • Extract key information, arguments, and conclusions from each file.
    • Merge them into a new, coherent Markdown file written in Japanese.
    • Remove redundancies and ensure a readable format.
  3. Determine Output Path:
    • Use the basename of the primary input file as-is: gemini/<basename>.
    • Do NOT rename or generate a new slug from the content.
  4. Save to gemini/ Directory: Write the result to the auto-generated path.

Examples

  • input_file=20250716-llama4.md 20250716-llama4-reddit.mdgemini/20250716-llama4.md (primary file's basename)
  • input_file=20250717-gemini-cli.mdgemini/20250717-gemini-cli.md
  • input_file=27.mdgemini/27.md (preserve filename as-is, do not rename to a slug)
Install via CLI
npx skills add https://github.com/7shi/vocab-deck --skill article-summary-integrator
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator