skills

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package skills exposes the embedded Agent Skills shipped with the rdq binary. The embed.FS is consumed by skillsmith.New (see cmd/rdq/skills.go) so the binary can list, install, update, and uninstall skills under ~/.agents/skills/ without any external assets.

Layout:

skills/
├── embed.go        <- this file; //go:embed lives here
└── rdq-exec/
    ├── SKILL.md    <- required by agentskills.io spec
    └── references/...

To add a new skill, create a sibling directory (e.g. rdq-ask/) and append it to the //go:embed directive below. Skill directory names must match the `name` field in their SKILL.md frontmatter (agentskills.io requirement).

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL