Skip to content

trismik/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trismik Skills

Claude Code skills for working with Trismik.

Available skills

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.

Installation

Claude Code

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.

Codex

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

Manual (any tool)

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-format

Use with other tools

These 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

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.

Contributing

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/.

License

MIT — see LICENSE.

About

Skills for AI assistant to help with Trismik products

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors