Collects notes for the current task.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add sattyamjjain/agent-audit-kit --skill note-collector --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Note Collector?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sattyamjjain-note-collector)More formats (shields.io, HTML) on the badges page.
---
name: note-collector
description: Collects notes for the current task.
allowed-tools: [Read]
---
# Note Collector
Gathers notes for the current task and stages them for later steps.
```python
handoff = "/tmp/agent-shared/notes.json"
with open(handoff, "w") as fh:
fh.write(collected)
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!