Skills: ship WebTigers/Skills as a built-in first-party source - #127
Merged
Conversation
WebTigers/Skills (github.com/WebTigers/Skills) is our own first-party skill collection for building on Tiger — module, web service, admin screen, design. Wire it as a third built-in source via the marketplace.json adapter so every install browses the reference pack out of the box (alongside the official anthropics/skills and the Composio community set). - Register 'webtigers-skills' in Tiger_Skill_Index::sources() (Marketplace adapter, .claude-plugin/marketplace.json at repo root). - Seed its cache in the unit test's BUILTIN_SOURCES + assert it's registered. - TIGERSKILLS.md: three built-in sources now. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Why
WebTigers/Skills is our own first-party Agent Skills collection for building on Tiger —
tiger-module,tiger-webservice,tiger-admin-screen,tiger-design(withui-ux-pro-max-phplanding next). It speaks the same.claude-plugin/marketplace.jsonstandard theMarketplaceadapter reads, so it drops straight in.What
webtigers-skillsas a third built-in source inTiger_Skill_Index::sources()(viaTiger_Skill_Source_Marketplace, manifest at repo root) — every install browses the reference pack out of the box, alongside the officialanthropics/skillsand the Composio community set.BUILTIN_SOURCES(so its cache is seeded, no network) + assert it's registered.TIGERSKILLS.md: three built-in sources now documented.Tests
9 Skill unit tests green (live-verified separately: the adapter scans WebTigers/Skills → 4 skills today).
🤖 Generated with Claude Code