Public Agent Skills from PLATFORM ROCKS: small, portable instruction sets that teach AI coding agents how to use our products correctly. Any agent that implements the Agent Skills specification can load them.
| Skill | What it does |
|---|---|
publish-to-tmp-site |
Publish an already-built static frontend to a temporary, anonymous public URL on tmp.site with the official tmp-site CLI, and report the URL and its expiry. |
With the skills CLI, into the current project:
npx skills add platformrocks/agent-skills --skill publish-to-tmp-siteAdd -g to install for your user instead, or -a <agent> (for example -a claude-code codex) to choose agents without the prompt. Any Agent Skills-compatible agent can also load the directory directly: copy skills/publish-to-tmp-site/ into the place your agent reads skills from (such as .claude/skills/, .codex/skills/ or .agents/skills/).
Then ask your agent:
Publish this frontend to tmp.site.
Every skill follows the Agent Skills specification. Check one with the reference validator:
pip install skills-ref
skills-ref validate skills/publish-to-tmp-siteOne directory per skill under skills/; the directory name is the skill's name.
skills/
publish-to-tmp-site/
SKILL.md
- tmp.site: get started · llms.txt ·
tmp-siteon npm - Agent Skills specification
skillsCLI
MIT © platform.rocks