agentsclimarketplace

Archive search

Skill m4tice/the-archive/.github/skills/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

Install
npx -y skills add m4tice/the-archive --skill archive-search

Assembled 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 PrefixCategoryDirectory
1Policy/archive/design
2Projects/archive/projects
3Academic/archive/academic
4Technical/archive/technical
5Personal Interests/archive/personal-interests

Procedure

  1. Receive search query with optional filters:
    • keyword — search filename, metadata, and body
    • tag — filter by document tags
    • date or date-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
  2. Scan /archive/<category> directories matching the filters.
  3. 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/projects for documents tagged 'game'
  • "Search date:2026-03 in technical" → searches /archive/technical for documents dated March 2026
  • "Search author:m4tice in personal-interests" → searches /archive/personal-interests by 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.

Keep looking

Skills are one crate of 326,506. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.