By tiun-app
Teaches AI coding agents how to integrate and debug the tiun SDK (@tiun/sdk) for authentication and subscription billing.
Agent Skills for building against the tiun SDK: auth and billing in one JS library (@tiun/sdk).
Works with any agent that supports the Agent Skills standard.
Install through the plugin marketplace:
/plugin marketplace add tiun-app/skills
/plugin install tiun-sdk@tiun-sdk
Add manually via Settings > Rules > Add Rule > Remote Rule (Github) with tiun-app/skills.
Or use the gh skill extension (preview):
gh skill install tiun-app/skills
gh skill figures out which agents you have installed and drops the skill in the right place. Add --scope user to make it available across every project.
If you'd rather wire it up by hand, clone and copy skills/tiun-sdk/ into your agent's skills directory:
| Agent | Skill directory |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | ~/.cursor/skills/ |
| OpenAI Codex | ~/.codex/skills/ |
| Gemini CLI | ~/.gemini/skills/ |
| Skill | Useful for |
|---|---|
| tiun-sdk | Wiring up @tiun/sdk: subscription gating with userChange and productAccess, time-based paywalls with tiun.start() and paywallShow / paywallHide, hosted checkout/login, server-side verification, and framework setup for vanilla JS, React, Vue 3, Nuxt, Next.js, Svelte, Solid, Astro, Angular, and mobile WebViews. Includes a mandatory discovery step before generating code. |
The skill triggers automatically on imports of @tiun/sdk, calls like tiun.init / tiun.checkout, and questions about tiun products or entitlements.
Install the tiun MCP server so agents can fetch your providers and products directly from your dashboard during integration. It backs the discovery step in tiun-sdk and gives agents live access to your account context (products, environments, sandbox state).
{
"mcpServers": {
"tiun": {
"type": "http",
"url": "https://mcp.tiun.business"
}
}
}
/plugin install tiun-sdk@tiun-sdk) auto-wires the MCP via this repo's .mcp.json. To add manually: claude mcp add tiun https://mcp.tiun.business --transport http (verify the exact flag in your Claude Code version).~/.cursor/mcp.json.On first call, agents will prompt for authentication against my.tiun.business.
When tiun's SDK changes, the reference files under skills/tiun-sdk/references/ get refreshed against docs.tiun.io/llms-full.txt. Pull the latest with:
gh skill update tiun-app/skills
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tiun-app/skills --plugin tiun-sdkComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.