Skip to content

betalyra/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Betalyra Skills

Agent skills used at Betalyra for working on production AI applications.

Distributed via skills.sh — install with npx skills.

Skills

Skill Repo What it does
llm-performance betalyra/skills Latency, throughput, and cost rules for LLM-calling code. Provider-impartial (Anthropic / OpenAI / Gemini / Groq), framework-agnostic.
effect-best-practices betalyra/effect-skills Effect-TS patterns for services, errors, layers, schemas, and atoms. Lives in a separate repo for now; may migrate here.

More to come.

Install

Install all skills in this repo:

npx skills add betalyra/skills

Install a specific skill:

npx skills add betalyra/skills --skill llm-performance

Install globally (available across all projects):

npx skills add betalyra/skills --skill llm-performance -g

Install for a specific agent only:

npx skills add betalyra/skills --skill llm-performance -a claude-code

Install effect-best-practices (separate repo):

npx skills add betalyra/effect-skills --skill effect-best-practices

See vercel-labs/skills for the full CLI reference.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors