🎯

oxfmt-oxlint

🎯Skill

from upamune/radicaster

VibeIndex|
What it does

Retrieves and searches OXFMT-OXLINT documentation, providing precise answers with source citations and fetch dates.

πŸ“¦

Part of

upamune/radicaster(2 items)

oxfmt-oxlint

Installation

PythonRun Python server
python scripts/search_docs.py "<query>"
πŸ“– Extracted from docs: upamune/radicaster
3Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

OXFMT-OXLINT documentation assistant

Overview

# OXFMT-OXLINT Skill

This skill provides access to OXFMT-OXLINT documentation.

Documentation

All documentation files are in the docs/ directory as Markdown files.

Search Tool

```bash

python scripts/search_docs.py ""

```

Options:

  • --json - Output as JSON
  • --max-results N - Limit results (default: 10)

Usage

  1. Search or read files in docs/ for relevant information
  2. Each file has frontmatter with source_url and fetched_at
  3. Always cite the source URL in responses
  4. Note the fetch date - documentation may have changed

Response Format

```

[Answer based on documentation]

Source: [source_url]

Fetched: [fetched_at]

```