Skip to content

ryvn-technologies/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ryvn Skills

Agent skill for Ryvn, following the Agent Skills format.

Installation

curl -fsSL https://raw.githubusercontent.com/ryvn-technologies/skills/main/scripts/install.sh | bash

Claude Code plugin marketplace

/plugin marketplace add ryvn-technologies/skills
/plugin install ryvn@ryvn-skills

Skill surface

This repo ships one installable skill:

use-ryvn is route-first. Intent routing is defined in SKILL.md, and execution details are split into action-oriented references.

Workflow coverage

use-ryvn covers:

  • CLI installation and authentication
  • Profile and service account management
  • Environment provisioning and management
  • Service installation deployment
  • Blueprint and blueprint installation management
  • Logs and monitoring
  • Task approval and management
  • Release channels and promotion pipelines
  • GitOps synchronization
  • Failure triage and recovery

Repository structure

skills/
├── plugins/ryvn/
│   ├── .claude-plugin/
│   │   └── plugin.json
│   ├── hooks/
│   │   ├── hooks.json
│   │   └── auto-approve-cli.sh
│   └── skills/
│       └── use-ryvn/
│           ├── SKILL.md
│           └── references/
│               ├── setup.md
│               ├── deploy.md
│               ├── configure.md
│               └── operate.md
├── scripts/
│   └── install.sh
├── AGENTS.md
├── CLAUDE.md
└── README.md

License

MIT

About

Agent skills for Ryvn CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages