Skip to content

Instantly share code, notes, and snippets.

View yanisurbis's full-sized avatar
🍞
Converting energy to experience

Yanis Urbis yanisurbis

🍞
Converting energy to experience
View GitHub Profile

Create a production-quality Hermes skill named openrouter-expert that makes you excellent at building with OpenRouter and the OpenRouter SDKs.

This is not a notes file. It must be an agent-optimized resolver skill: compact, durable, triggerable, and designed to look up the right current docs before making claims or writing code.

Source material to read first:

  1. OpenRouter docs index: https://openrouter.ai/docs/llms.txt
  2. Full OpenRouter docs when needed for important details: https://openrouter.ai/docs/llms-full.txt
  3. Skill creation best practices: https://agentskills.io/skill-creation/best-practices.md
  4. Skill description guidance: https://agentskills.io/skill-creation/optimizing-descriptions.md
@yanisurbis
yanisurbis / plutus-pioneer-osx.sh
Created May 1, 2021 05:59 — forked from prasmalla/plutus-pioneer-osx.sh
getting started with plutus pioneer on osx
#[optional] Installing Libsodium - ONLY if you do not want nix to handle this - otherwise skip
git clone https://github.com/input-output-hk/libsodium
cd libsodium
git checkout 66f017f1
./autogen.sh
./configure
make
sudo make install && cd ..
#Export and source ~/.bashrc
export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"