What
Adds claude-team-toolkit under Integrations.
Why
A 15-skill bundle for Rails + React Native team workflows — covering service APIs (Trello, Azure DevOps Services + self-hosted Server, Heroku, Sentry, Slack, Firebase, Shopify, PostgreSQL), mobile (React Native, Maestro E2E, Fastlane), and test/QA (RSpec, Rails-security, k6, xlsx-testcases).
Highlights
- Multi-account profiles modeled after AWS CLI INI — same pattern across all 15 skills, including Shopify multi-app on the same store
- Audit logging of every mutation (timestamp + service + profile + action) — never records credentials or values
- Security-first defaults: chmod 600 enforced, tokens masked as
****<last4>, validate creds against live API before save, refuse to load world-readable files
- Token-efficient: 779 tokens always-loaded for all 15 skill descriptions; ~74% savings on typical 3-skill × 4-invocation sessions
- CI gated: branch protection, validate plugin.json + SKILL.md frontmatter, shellcheck, lib unit tests, credential leak scan
Verified
- License: MIT
- 6 GitHub releases tagged (v0.1.0 → v0.8.1)
- Listed on ClaudePluginHub
- Branch protection enabled on
main
- Community health files: SECURITY.md, CODE_OF_CONDUCT.md, CHANGELOG.md, MAINTAINERS.md, SUPPORT.md, dependabot, CODEOWNERS, issue + PR templates