Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Hypercerts Skills

skills.sh

Portable Agent Skills entrypoint for Hypercerts developer workflows.

This repository currently ships one meta-skill:

  • hypercerts — a catalog skill that helps agents discover and install focused Hypercerts skills from their source repositories.

Install

List available skills in this repository:

npx skills add hypercerts-org/skills --list

Install the Hypercerts meta-skill:

npx skills add hypercerts-org/skills --skill hypercerts

For local testing from this checkout:

npx skills add . --list

Included skills (hosted here)

Generic, reusable skills that are not tied to any specific app live directly in this repository under skills.

Included pointers (hosted elsewhere)

App-specific focused skills remain pointers to their source repositories:

Design

This is intentionally a thin catalog. Agent Skills do not define a portable mechanism for one skill to invoke another skill, so this repo documents how to install the focused skills and lets each installed skill activate through its own description. Generic skills that are not unique to any specific app (e.g. protocol-level guidance like atproto-oauth) may be vendored directly under skills/ in this repo instead of pointing elsewhere; app-specific skills remain pointers to their source repos.

Contributing

See CONTRIBUTING.md before adding another focused skill to the catalog.

About

skills repository for hypercerts ecosystem. It is a reference/map for all the various hypercerts stack skills, eg: epds, hyperindex etc.

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors