home / skills / upamune / radicaster / oxfmt-oxlint
This skill helps you access OXFMT-OXLINT documentation quickly, guiding you to relevant docs and citing sources with each answer.
npx playbooks add skill upamune/radicaster --skill oxfmt-oxlintReview the files below or copy the command above to add this skill to your agents.
---
name: oxfmt-oxlint
description: OXFMT-OXLINT documentation assistant
---
# 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 "<query>"
```
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]
```
This skill provides an assistant for the OXFMT-OXLINT documentation set. It helps locate, read, and cite documentation files stored in the docs/ directory and formats answers with source attribution and fetch dates. Use it to quickly extract authoritative guidance from the project's documentation.
The skill searches the docs/ directory and returns passages or file references that match your query. It can run the repository search script to produce results, and it always includes the documented source URL and the fetched_at timestamp so responses remain traceable. When presenting answers, the skill appends the source and fetch metadata in the required response format.
How do I run a repository search?
Use the provided script: python scripts/search_docs.py "<query>". Add --json for JSON output and --max-results N to limit matches.
What citation format is required?
Include the exact source_url and the fetched_at value with every answer. Present the answer followed by the two metadata lines to ensure traceability.