Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.4 KB

File metadata and controls

55 lines (37 loc) · 1.4 KB

put.io logo

putdotio/skills

Shared agent skills for put.io development workflows.

Installation

npx skills add putdotio/skills

Install one skill directly:

npx skills add https://github.com/putdotio/skills --skill putio-frontend-docs

Tessl

Use Tessl to review and publish the skills in this repo to the putio workspace.

./scripts/review-skills.sh
./scripts/optimize-skills.sh frontend/docs

Per-skill checks:

npx tessl skill review --json skills/frontend/docs
tessl tile lint skills/frontend/docs
tessl tile publish --dry-run skills/frontend/docs

Publishing from GitHub Actions expects a repository secret named TESSL_TOKEN. See Distribution for the publish flow and tile naming.

Docs

  • Contributing for contributor workflow and validation
  • Distribution for publish flow and repository release details
  • Security for private vulnerability reporting

Repo Internals

Contributing

Use Contributing for skill-authoring workflow and review expectations.