phase1-tools

Orchestrates document conversion and PDF processing tools via Docker and Make commands.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/sakamotomomotaro0809-netizen/tateyomi --skill phase1-tools-sakamotomomotaro0809-netizen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: phase1-tools
Source: https://github.com/sakamotomomotaro0809-netizen/tateyomi/tree/main/taisun_agent/.claude/skills/phase1-tools
Command: npx skills add https://github.com/sakamotomomotaro0809-netizen/tateyomi --skill phase1-tools-sakamotomomotaro0809-netizen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up and managing document processing infrastructure (Pandoc, Gotenberg, Stirling-PDF) requires manual installation and configuration of multiple tools, which is error-prone and inconsistent across environments. ## Core Features & Use Cases - Document Conversion: Convert Markdown to PDF/DOCX using Pandoc, Marp, and Gotenberg running in Docker containers. - PDF Manipulation: Merge, split, and edit PDFs with Stirling-PDF via docker-compose orchestration. - Environment Verification: Run diagnostics and validation scripts (verify.sh, doctor.sh) to confirm tool installation. - Use Case: A developer needs to export project documentation from Markdown to PDF for a client deliverable. Run make tools-up to start Gotenberg and Stirling-PDF, then make docs-export to generate the final documents. ## Quick Start Ask the agent to start the document tools and export the project Markdown files to PDF using the phase1-tools workflow.

Frequently Asked Questions about phase1-tools

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

FAQPage Schema
How do I convert Markdown to PDF using Docker containers?▼

Start the document tools with `make tools-up` to launch Gotenberg in Docker, then run `make docs-export` to convert Markdown files to PDF. Gotenberg handles HTML-to-PDF rendering without local installation.

What tools are included for PDF manipulation?▼

Stirling-PDF runs via docker-compose for merging, splitting, and editing PDFs. Pandoc handles universal document conversion, and Marp converts Markdown to slide decks.

How do I verify the document tools are installed correctly?▼

Run `make verify` to execute the verification script, or `make doctor` for full system diagnostics. These scripts check Git, Docker, Node.js, and npm availability.

Can I enable optional tools like PostgreSQL or Sentry?▼

Optional tools are disabled by default. Enable them by adding the corresponding environment variable (e.g., SENTRY_DSN, POSTGRES_MCP_DSN) to your .env file, with human approval required.

Why are some capabilities disabled by default in this setup?▼

Tools like AWS, Kubernetes, and databases are disabled for security and resource optimization following least-privilege principles. Enable only what is explicitly needed via environment variables.