Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Platform Rocks Agent Skills

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.

Skills

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.

Install

With the skills CLI, into the current project:

npx skills add platformrocks/agent-skills --skill publish-to-tmp-site

Add -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.

Validate

Every skill follows the Agent Skills specification. Check one with the reference validator:

pip install skills-ref
skills-ref validate skills/publish-to-tmp-site

Layout

One directory per skill under skills/; the directory name is the skill's name.

skills/
  publish-to-tmp-site/
    SKILL.md

Links

License

MIT © platform.rocks

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors