Report writer
Report writing skill that should be applied AFTER answering any user query. Whenever the deep agent produces a final answer, use this skill to also write a structured markdown report of the interaction (question, approach, findings, answer, sources) and save it as a file using the write_file tool. Use for every substantive answer, and especially when the user asks for a report, summary document, or saved output.From its SKILL.md
npx -y skills add 264Gaurav/DeepAgents --skill report-writerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.0 KB, 347 tokens by cl100k_base, as published. Nobody here has run it
Report Writer Skill
This is a post-answer skill: after you finish answering ANY substantive
user query, generate a structured report of what was asked, what you did,
and what you concluded — and save it to a file with the write_file tool.
When to Use
- ALWAYS after producing a final answer to a substantive question
- When the user explicitly asks for a report, summary document, or saved output
- After research tasks, code generation tasks, or multi-step workflows
- Skip only for trivial exchanges (greetings, clarifying questions)
Supporting Files (read these for deeper context)
instructions.md— the exact report template, file-naming rules, and writing standardsexamples.md— sample reports showing the expected quality and structure
Core Workflow
- Answer the user's question first, as normal (possibly using other skills).
- Read
instructions.mdin this skill folder for the report template. - Fill in the template: title, date, question, approach, key findings, answer, sources.
- Save the report with
write_fileto/reports/<topic-slug>-report.md. - Tell the user the report was saved and where.
Quick Standards
- Reports are markdown files saved under
/reports/ - File name: kebab-case topic slug +
-report.md(e.g.,/reports/lambda-cost-report.md) - Always include: Question, Approach, Key Findings, Answer, Sources/Tools Used
- Keep the report self-contained — readable without the chat transcript
- Be factual; do not add claims to the report that were not in your answer
What ships with it: 2 files
6.1 KB alongside SKILL.md
- examples.md3.4 KB
- instructions.md2.7 KB