- Rename skill/ to skills/ for consistency with naming conventions - Rename agent/ to agents/ and command/ to commands/ - Update AGENTS.md with all directory references - Update scripts/test-skill.sh paths - Update prompts/athena.txt documentation This aligns with best practices of using plural directory names and updates all documentation to reflect the new structure.
61 lines
1.7 KiB
Markdown
61 lines
1.7 KiB
Markdown
---
|
|
name: knowledge-management
|
|
description: "Knowledge base and note management with Anytype. Use when: (1) saving information for later, (2) organizing notes and references, (3) finding past notes, (4) building knowledge connections, (5) managing documentation. Triggers: save this, note, remember, knowledge base, where did I put, find my notes on, documentation."
|
|
compatibility: opencode
|
|
---
|
|
|
|
# Knowledge Management
|
|
|
|
Note capture and knowledge organization using Anytype as the backend.
|
|
|
|
## Status: Stub
|
|
|
|
This skill is a placeholder for future development. Core functionality to be added:
|
|
|
|
## Planned Features
|
|
|
|
### Quick Note Capture
|
|
- Minimal friction capture to Anytype
|
|
- Auto-tagging based on content
|
|
- Link to related notes
|
|
|
|
### Knowledge Retrieval
|
|
- Semantic search across notes
|
|
- Tag-based filtering
|
|
- Connection discovery
|
|
|
|
### Resource Organization
|
|
- PARA Resources category management
|
|
- Topic clustering
|
|
- Archive maintenance
|
|
|
|
### Documentation Management
|
|
- Technical docs organization
|
|
- Version tracking
|
|
- Cross-reference linking
|
|
|
|
## Integration Points
|
|
|
|
- **Anytype**: Primary storage (Resources type)
|
|
- **task-management**: Link notes to projects/areas
|
|
- **research**: Save research findings
|
|
|
|
## Quick Commands (Future)
|
|
|
|
| Command | Description |
|
|
|---------|-------------|
|
|
| `note: [content]` | Quick capture |
|
|
| `find notes on [topic]` | Search knowledge base |
|
|
| `link [note] to [note]` | Create connection |
|
|
| `organize [tag/topic]` | Cluster related notes |
|
|
|
|
## Anytype Types
|
|
|
|
- `note` - Quick captures
|
|
- `resource` - Organized reference material
|
|
- `document` - Formal documentation
|
|
|
|
## Notes
|
|
|
|
Expand based on actual note-taking patterns. Consider integration with mem0-memory skill for AI-assisted recall.
|