writeup-generator

Generate CTF challenge writeups as README.md files using templates/writeup.md.

7|1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/kiwamizamurai/cctf --skill writeup-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writeup-generator
Source: https://github.com/kiwamizamurai/cctf/tree/main/.claude/skills/writeup
Command: npx skills add https://github.com/kiwamizamurai/cctf --skill writeup-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes reference (resource) components.

What problem does it solve?

This Skill automates the creation of blog-quality writeups for solved CTF challenges, saving time and improving consistency.

Core Features & Use Cases

  • Template-driven writeups: Generate complete articles using a standardized structure.
  • Context-aware content: Load challenge details and solutions into a ready-to-publish format.
  • Publishing-ready output: Create README.md in the challenge directory for distribution.

Quick Start

After solving a challenge, run the generator to produce a ready-written writeup in the challenge directory.

Frequently Asked Questions about writeup-generator

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

FAQPage Schema
How do I generate a CTF writeup after solving a challenge?

Generate a CTF writeup by running the /writeup command in your challenge directory. The Skill applies a template-driven format to create a README.md file with all required sections, code blocks with syntax highlighting, and proper structure automatically.

What should a CTF writeup include?

A CTF writeup should include challenge details, solution documentation, and code examples. This Skill enforces a standardized template structure with syntax-highlighted code blocks and organized sections to ensure consistency and publication quality.

Can I use templates to write documentation for solved challenges?

Yes. This Skill uses template-driven formatting to generate blog-quality documentation. It loads challenge context and solutions into a ready-to-publish README.md format, saving time while maintaining consistent structure across writeups.

How do I publish CTF writeups in markdown format?

The Skill generates markdown-formatted writeups as README.md files in your challenge directory. The output is publishing-ready with proper markdown syntax, code highlighting, and structured sections for immediate distribution.

What's the best way to document CTF solutions consistently?

Use template-driven writeup generation to enforce consistent formatting across all challenges. This approach applies standardized sections, proper code block syntax highlighting, and structured layouts automatically, eliminating manual formatting work.

Do I need to manually format code blocks in challenge writeups?

No. The Skill automatically applies syntax highlighting and proper code block formatting as part of its template structure. All code examples are formatted consistently according to the defined template requirements.