skills/preview/SKILL.md
Preview Markdown, LaTeX, PDF, or code artifacts when preview commands are visible, or fall back to shell/browser tools. Use when the user wants to review a written artifact, export a report, or view a rendered document.
npx skillsauth add getcompanion-ai/feynman previewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use /preview only when that command is visible in the active session. If preview commands are unavailable, render or open artifacts with shell/browser tools and report that the preview package is not installed.
| Command | Description |
|---------|-------------|
| /preview | Preview the most recent artifact in the browser, when available |
| /preview --file <path> | Preview a specific file, when available |
| /preview-browser | Force browser preview, when available |
| /preview-pdf | Export to PDF via pandoc + LaTeX, when available |
| /preview-clear-cache | Clear rendered preview cache, when available |
If the preview commands are not available, use bash:
open <file.md> # macOS — opens in default app
open <file.pdf> # macOS — opens in Preview
pandoc input.md -o output.html
pandoc input.md -o output.pdf
development
Call a configured Feynman model endpoint and interpret its response. Use when a task needs inference from a registered endpoint, remote model API, local model service, or custom connector-backed predictor.
data-ai
Design or screen protein sequences for solubility-aware constraints with SolubleMPNN-style workflows. Use when a task asks for soluble protein design, expression-friendly variants, or solubility risk filtering.
data-ai
Create or revise Feynman skills. Use when a research workflow needs a reusable on-demand capability, skill metadata, trigger wording, references, scripts, or skill validation.
tools
Inspect the active Feynman workbench session, artifacts, execution log, settings, and provenance. Use when the task asks what happened in this session, which files were written, what tools ran, or what remains unverified.