Agent skill
note-organizer
This skill should be used when the user asks to "organize notes", "process notes", "structure my notes", mentions "[raw]" or "[organized]" tags, or needs systematic note processing and extraction of actionable items.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/note-organizer
SKILL.md
Note Organizer
Transform unstructured notes into organized, actionable format using tag-based workflow.
When to Use
User mentions: "organize notes", "process notes", "[raw]" tag, or needs structured analysis of unstructured text (meetings, brainstorms, research).
Workflow
- Identify raw notes: Look for
[raw]tag or unstructured text blocks - Extract structure: Analyze for topics, decisions, actions, questions, insights, references
- Apply tags:
[raw]→[organized], plus content tags ([decision],[action],[question],[insight],[blocker],[risk]) - Generate output: Use standard format (Summary → Topics → Decisions → Actions → Questions → Insights → Blockers/Risks → References → Next Steps)
- Suggest project link: If notes relate to active project, tag
[project:name]and suggest adding to.projects/[name]/.context.md - Offer integration: Suggest saving to daily log, updating project context, or creating todos
Output Format
[organized]
## Summary
[1-2 sentences]
## Decisions Made
- [decision] Description + rationale
## Actions Required
- [ ] [priority] [action] Task - Owner - Deadline
## Open Questions / Key Insights / Blockers & Risks / References
[Tagged appropriately]
## Next Steps
1-3 priorities
Tag Reference
- States:
[raw]→[organized] - Content:
[decision][action][question][insight][reference][blocker][risk] - Priority:
[urgent][high][medium][low]
Best Practices
- Preserve original meaning (don't invent info)
- Be specific (include rationale for decisions, owners/deadlines for actions)
- Flag uncertainties (
[decision?],[unknown owner]) - Apply PII redaction when needed
See GUIDE.md for examples, detailed workflow, troubleshooting, and integration patterns.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?