# Arc Demo File Writer

> Creates a short project summary file from local notes. Use when the user asks to summarize notes into notes/summary.md, create a project summary, or turn raw notes into a concise markdown artifact. Do not use for general prose editing or unrelated documentation tasks.

- Skill: `andysolomon/arc-demo-file-writer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add andysolomon/arc-demo-file-writer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/andysolomon/arc-demo-file-writer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: andysolomon (https://skillmd.com/u/andysolomon)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/andysolomon/arc-demo-file-writer

---


# ARC Demo File Writer

Creates `notes/summary.md` from `notes/input.md` in the current workspace.

## Workflow

1. Read `notes/input.md`.
2. Create the `notes/` directory if missing.
3. Write `notes/summary.md` with:
   - `# Project Summary` heading
   - `## Key Points` section
   - 3-5 bullets derived from the input notes
   - `## Open Questions` section if the input includes unresolved questions
4. Summarize what file was written.

## Quality rules

- Do not call external services.
- Keep the summary under 250 words.
- If `notes/input.md` is missing, ask the user for the notes instead of inventing content.

