Archive search
Search the archive by keyword, tag, date range, or category. Use when looking up documents or filtering by type.From its SKILL.md
npx -y skills add m4tice/the-archive --skill archive-searchAssembled 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.
SKILL.md
1.7 KB, 388 tokens by cl100k_base, as published. Nobody here has run it
Archive Search
Purpose
Search the archive by keyword, tag, date range, or category.
Categories (Directory-based Organization)
| ID Prefix | Category | Directory |
|---|---|---|
| 1 | Policy | /archive/design |
| 2 | Projects | /archive/projects |
| 3 | Academic | /archive/academic |
| 4 | Technical | /archive/technical |
| 5 | Personal Interests | /archive/personal-interests |
Procedure
- Receive search query with optional filters:
keyword— search filename, metadata, and bodytag— filter by document tagsdateordate-range— filter by date (YYYY-MM-DD)category— filter by ID prefix or directory (policy, projects, academic, technical, personal-interests)author— filter by author name
- Scan
/archive/<category>directories matching the filters. - Return results as a list with: filename, title, date, ID, and tags.
Example Queries
- "Search for 'sudoku'" → returns all documents matching "sudoku"
- "Search for tag:game in projects" → searches only
/archive/projectsfor documents tagged 'game' - "Search date:2026-03 in technical" → searches
/archive/technicalfor documents dated March 2026 - "Search author:m4tice in personal-interests" → searches
/archive/personal-interestsby author
Constraints
- Search is read-only.
- Results must include: filename, title, date, ID, and tags.
- Search scan order:
/archive/design,/archive/projects,/archive/academic,/archive/technical,/archive/personal-interests.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.