Roleplane Registry

← All entries

Publish a Skill

Publishing commits the skill file to a roleplane-skills repo under your GitHub account and opens the index-entry PR as you — attribution is the PR authorship. The registry stores nothing: your token lives only in a short-lived cookie and is discarded after use.

Log in with GitHub first, then fill in the form.

Publish a Team by pointer

Teams stay authored in your own Workspace. Point at an existing team directory in your repo and the app opens the index-entry PR as you, pinned to the repo's current SHA. Deep validation happens in CI.

What does a team repo look like?
teams/<your-team>/
├── config.yaml    # schema, name, description, jobs
├── agents/        # one markdown file per Agent
└── skills/        # the Skills those Agents use
  1. No repo yet? Use the button below to Scaffold one from roleplane/team-template.
  2. Clone it and edit the team in your own Workspace, then push.
  3. Paste the directory URL here, e.g. github.com/you/roleplane-teams/tree/main/teams/your-team