asta-documents

Installation
SKILL.md

Asta Documents Management

This skill provides complete document management functionality for tracking research papers, documentation, and resources using the asta documents CLI.

What it does: Track document metadata (URLs, summaries, tags) in a local index. Think of it as a smart bookmark manager with powerful search capabilities.

Default Index Location: .asta/documents/index.yaml (relative to current working directory). The --index-path flag is optional when using the default location; it's only needed for custom index locations or remote indexes.

Automatic Indexing of .asta Documents

IMPORTANT: When other Asta skills (like literature research) write documents to .asta/ (in the current working directory), you should automatically index them in the document store. This ensures all Asta-generated documents are tracked and searchable.

Workflow:

  1. After any Asta skill writes files to .asta/ (e.g., literature reports, paper collections)
  2. Scan the directory for new documents
  3. For each document, add it to the index with appropriate metadata:
    • name: Extract from filename or document title
    • url: Use file:// URL pointing to the local path (use absolute paths for file:// URLs)
    • summary: Extract from document content or use a brief description
Related skills
Installs
6
GitHub Stars
13
First Seen
2 days ago