skills/free-tier-strategy/SKILL.md
--- name: free-tier-strategy description: Design free tiers that convert to paid without creating resentment or abuse. Trigger phrases: free tier design, freemium model, free trial strategy, free tier limits, developer free plan, open source category: Document Processing source: antigravity tags: [api, ai, workflow, design, document, security, supabase, stripe, rag, marketing] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/free-tier-strategy --- # Free Tier Strate
npx skillsauth add ranbot-ai/awesome-skills skills/free-tier-strategyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need design free tiers that convert to paid without creating resentment or abuse. Trigger phrases: free tier design, freemium model, free trial strategy, free tier limits, developer free plan, open source commercial, feature gating, upgrade triggers, free tier conversion.
Design free tiers that let developers build real things, demonstrate value, and convert naturally—without feeling like a trap or creating resentment.
Developer tools need free tiers. Developers expect to try before they buy, and they expect the trial to be meaningful—not a 14-day timer or a feature-locked demo. But free tiers also need to sustain your business. Get this wrong in either direction: too restrictive kills adoption, too generous kills revenue.
The best free tiers feel generous to individual developers while naturally scaling into paid tiers as projects grow.
Review the /devmarketing-skills/skills/developer-audience-context skill. Free tier design varies significantly based on whether you're targeting hobbyists, startups, or enterprises. Also understand your unit economics—what does each free user actually cost you?
Free trial: Time-limited full access (14 or 30 days)
Free tier: Permanently free with usage/feature limits
Freemium: Free tier plus premium features for payment
Open core: Free open source with commercial additions
| Factor | Free Trial | Free Tier | Freemium | Open Core | |--------|-----------|-----------|----------|-----------| | Sales motion | High-touch | Self-serve | Self-serve | Mixed | | Time to evaluate | Weeks | Months | Months | Unlimited | | Conversion pressure | High | Low | Medium | None | | Community building | Low | Medium | Medium | High | | Support costs | High | Low | Medium | Variable |
Developer tools almost always need a permanent free tier, not a free trial. Developers build side projects, evaluate tools for future use, and recommend tools to others—all of which require long-term free access.
API calls/requests
Compute resources
Storage
Seats/users
Time-based trials disguised as free tiers
Arbitrary feature combinations
Limits that punish success
Free tier limits should:
Vercel:
Supabase:
PlanetScale:
Free tiers should include everything needed to:
Collaboration features:
Scale and performance:
Enterprise requirements:
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.