npx skills add putdotio/skillsInstall one skill directly:
npx skills add https://github.com/putdotio/skills --skill putio-frontend-docsUse Tessl to review and publish the skills in this repo to the putio workspace.
./scripts/review-skills.sh
./scripts/optimize-skills.sh frontend/docsPer-skill checks:
./scripts/tessl.sh skill review --json skills/frontend/docs
./scripts/tessl.sh tile lint skills/frontend/docs
./scripts/tessl.sh tile publish --dry-run skills/frontend/docsPublishing from GitHub Actions expects TESSL_TOKEN in the protected release Environment. See Distribution for the publish flow and tile naming.
Published skills keep their package metadata next to the skill. Use Distribution as the source of truth for tile.json, optional agents/openai.yaml, and Tessl publishing behavior.
- Contributing for contributor workflow and validation
- Distribution for publish flow and repository release details
- Security for private vulnerability reporting
- Agent guide for repo-specific automation guidance
- Scripts reference for helper script notes
Use Contributing for skill-authoring workflow and review expectations.
