feat: add SKILL.md for Claude Code agent context#30
Merged
designcode merged 1 commit intomainfrom Mar 10, 2026
Merged
Conversation
Auto-installs Tigris CLI skill to ~/.claude/skills/tigris/ so Claude Code and similar agents know to use tigris/t3 for object storage tasks. Covers all three install paths: npm postinstall, shell installer, and PowerShell installer. Only installs if ~/.claude already exists. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
adilansari
approved these changes
Mar 10, 2026
|
🎉 This PR is included in version 2.13.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SKILL.mdfile that teaches Claude Code (and similar AI agents) to use the Tigris CLI (tigris/t3) for all object storage tasks~/.claude/skills/tigris/during npm postinstall, shell install (install.sh), and PowerShell install (install.ps1)~/.claudealready exists (Claude Code is installed); fails silently on errorsThe SKILL.md covers:
tigris/t3overaws s3https://t3.storage.dev), regionautocp,ls,rm,buckets create,forks create,presignAWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AWS_ENDPOINT_URL_S3,AWS_REGION)--dry-runfor mutating ops,forks createbefore experimental writesTest plan
node postinstall.cjs— verify~/.claude/skills/tigris/SKILL.mdis created~/.claude/skills/tigris/and run postinstall again — verify it recreates~/.claude— verify no error and no directory creatednpm pack --ignore-scriptsincludesSKILL.mdin the tarballinstall.shon macOS/Linux with Claude Code installed🤖 Generated with Claude Code