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.
List available skills in this repository:
npx skills add hypercerts-org/skills --listInstall the Hypercerts meta-skill:
npx skills add hypercerts-org/skills --skill hypercertsFor local testing from this checkout:
npx skills add . --listGeneric, reusable skills that are not tied to any specific app live directly in this repository under skills.
App-specific focused skills remain pointers to their source repositories:
epds-loginfromhypercerts-org/ePDShyperindexfromGainForest/hyperindexapp-development-with-cgsfromhypercerts-org/certified-group-serviceorglabelerfromhypercerts-org/orglabelerbuilding-with-hypercerts-lexiconsfromhypercerts-org/hypercerts-lexicon- Ecosystem documentation from the Hyperscan Agent API, including ecosystem-wide markdown references and Hypercerts task guides.
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.
See CONTRIBUTING.md before adding another focused skill to the catalog.