Various skills for AI coding assistants
npx skills add https://github.com/ypares/agent-skills --skill searxng-searchInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Various skills for AI agents (in claude skills format).
Step 1: Add this marketplace to Claude Code:
/plugin marketplace add ypares/agent-skills
# Lowercase here. GitHub is case-insensitive, claude marketplaces aren't
Step 2: Activate the plugins you want to use:
/plugin # Opens a TUI to choose which ones to activate
Besides Claude Code/Desktop, you can use these skills in any agent harness via
openskills, which is also
Nix-packaged in nix-ai-tools.
rigup.nixThis repository also exposes the Skills via Nix, as riglet modules for the rigup Agent Rig System (EXPERIMENTAL).
See rigup.nix for more information.
Did you know your agent can have its own jj config? This can be useful to ensure:
color-words default diff formatter which it isn't used to)builtin_log_compact template instead of your custom log template$EDITORSee this file as an example. You can just start the harness (e.g. claude-code) with:
JJ_CONFIG=/abs/path/to/agent/jj-config.toml claude ...
(The just claude recipe in the justfile does that)
Also see the just claude recipe in the justfile.