Documentation
Installing & using a construct
Public constructs are the simplest to install:
Ask your agent to visit the .md URL. Every public construct is served as clean text at constructs.sh/username/construct-name.md, ready for any LLM to ingest. The same content is also available at constructs.sh/username/construct-name/raw (a legacy alias) if you prefer.
Copy the content. On any construct's detail page, copy the full content and paste it into your agent's configuration.
Download the file. Save the construct as a markdown file, then place it in your agent's config directory (for example .claude/skills/ for Claude Code, .cursor/rules/ for Cursor).
Loading a private construct. Private constructs have no public URL. Create an API key in Settings and have your agent fetch constructs.sh/api/v1/constructs/username/construct-name/raw with the key as a bearer token. See the API reference.