Claude Code skills for working with Trismik.
| Skill | What it does |
|---|---|
quickcompare-format |
Prepares a dataset (CSV or JSONL) for upload to Trismik QuickCompare. Advises on columns, names, and LLM-as-Judge annotation columns. |
This repo is a Claude Code plugin marketplace. Add it once, then install any skill:
/plugin marketplace add trismik/skills
/plugin install quickcompare-format@trismik-skills
Invoke the skill with /quickcompare-format, or just describe your task and Claude will load it when the description matches.
Use the built-in $skill-installer with a GitHub subdirectory URL:
$skill-installer install https://github.com/trismik/skills/tree/main/skills/quickcompare-format
Restart Codex after install; then you can just invoke the skill with
$quickcompare-format
Each skill is a drop-in folder following the Agent Skills standard, so you can bypass the installers. Clone the repo and symlink into ~/.claude/skills/ (all projects) or your project's .claude/skills/:
git clone https://github.com/trismik/skills.git ~/trismik-skills
ln -s ~/trismik-skills/skills/quickcompare-format ~/.claude/skills/quickcompare-formatThese skills follow the open Agent Skills standard (SKILL.md + optional references/). Any assistant that natively loads skill folders will pick them up — just drop the folder in the location that tool expects:
I- Cursor
- GitHub Copilot (and Copilot CLI)
- Gemini CLI
- See the full adopter list at agentskills.io.
For tools that don't support skill folders yet (Windsurf, Cline, Aider, Zed, …), flatten SKILL.md and its referenced files into that tool's rule format manually.
Issues and PRs welcome. Each skill lives under skills/<name>/ and follows the Agent Skills standard: a SKILL.md with YAML frontmatter (name, description) and optional references/.
MIT — see LICENSE.