Install
$ agentstack add skill-nweii-agent-stuff-periodic-rollup ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Periodic rollup
Roll up periodic vault notes by synthesizing child descriptions into a parent note's description. If $ARGUMENTS is provided, use it to identify the periodic note to target.
History rollup — When asked to roll up history for a project or topic, or to compile periodic mentions into a Histories note, follow [references/history-rollup.md](references/history-rollup.md) instead of this workflow.
Workflow
- Gather — Search for source notes using obsidian CLI or MCP vault search
- Synthesize — Process gathered content according to the steps below
- Write — Produce or update the output note
Principles
- Preserve source wikilinks back to origin notes for traceability
- Respect the hierarchy: daily → weekly → quarterly → yearly
- Preserve detail in archives; don't summarize what should be kept verbatim
- Update
relatedproperties bidirectionally when creating new notes
Process
When generating a summary for a periodic note (weekly, quarterly, or yearly):
- Identify the note hierarchy
- Determine which periodic level you're summarizing (e.g., quarterly from weeklies, weekly from dailies)
- Locate all related child notes referenced in the
relatedfrontmatter property
- Extract child descriptions
- Read the
descriptionproperty from each child note's frontmatter - These summaries usually crystallize the period's essence. However, if a description is missing, feels too vague, or if a specific day/week seems particularly significant, you are encouraged to read the original note content or sub-referenced notes to gain a more complete understanding.
- Scan parent note content
- Check if the parent note has any "Notes" or remarks sections that add context the children don't capture
- Look for emergent patterns, meta-reflections, or threads that span multiple children
- Don't treat these as equally weighted to the children—they're supplementary unless particularly revealing
- Synthesize without imposing narrative
- Combine child descriptions to surface what actually happened across the period, not what makes a good story
- Identify real tensions, recurring patterns, or unresolved threads
- Avoid artificial arcs, redemption narratives, or forced thematic coherence
- Keep it concise: aim for 2-4 sentences for weekly rollups, 3-5 for quarterly/yearly
- Update frontmatter
- Add or update the
descriptionproperty in the parent note's YAML - Use double quotes; preserve all other formatting
- Only modify the description property
Style guidelines
- Use semicolons and dashes to separate ideas rather than connective adverbs
- Prioritize concrete details and specific proper nouns that help memory recall
- Include ambiguity or unresolved tensions if they characterize the period
- Don't hedge or soften—be direct about what the period actually contained
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: nweii
- Source: nweii/agent-stuff
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.