About
This skill provides a strategy for creating interactive free tools like calculators and generators to generate leads and drive product adoption. It helps developers select, score, and scope the smallest viable tool that creates a measurable path to the paid product. Use it when you need a marketing asset that educates users and naturally bridges to your core offering.
Quick Install
Claude Code
Recommendednpx skills add JasonColapietro/suede-creator-skills -a claude-code/plugin add https://github.com/JasonColapietro/suede-creator-skillsgit clone https://github.com/JasonColapietro/suede-creator-skills.git ~/.claude/skills/suede-free-toolsCopy and paste this command in Claude Code to install this skill
Documentation
Suede Free-Tool Growth Strategy
Suede uses engineering as marketing when a genuinely useful tool can create qualified discovery and a natural bridge to the paid product. Select, score, and scope the smallest maintainable calculator, grader, generator, or utility whose output earns attention rather than merely capturing it.
Initial Assessment
Check for product marketing context first:
If .agents/product-marketing.md exists (or .claude/product-marketing.md, or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
Before designing a tool strategy, understand:
-
Business Context - What's the core product? Who is the target audience? What problems do they have?
-
Goals - Lead generation? SEO/traffic? Brand awareness? Product education?
-
Resources - Technical capacity to build? Ongoing maintenance bandwidth? Budget for promotion?
Core Principles
1. Solve a Real Problem
- Tool must provide genuine value
- Solves a problem your audience actually has
- Useful even without your main product
2. Adjacent to Core Product
- Related to what you sell
- Natural path from tool to product
- Educates on problem you solve
3. Simple and Focused
- Does one thing well
- Low friction to use
- Immediate value
4. Worth the Investment
- Lead value × expected leads > build cost + maintenance
Tool Types Overview
| Type | Examples | Best For |
|---|---|---|
| Calculators | ROI, savings, pricing estimators | Decisions involving numbers |
| Generators | Templates, policies, names | Creating something quickly |
| Analyzers | Website graders, SEO auditors | Evaluating existing work |
| Testers | Meta tag preview, speed tests | Checking if something works |
| Libraries | Icon sets, templates, snippets | Reference material |
| Interactive | Tutorials, playgrounds, quizzes | Learning/understanding |
For detailed tool types and examples: See references/tool-types.md
Ideation Framework
Start with Pain Points
-
What problems does your audience Google? - Search query research, common questions
-
What manual processes are tedious? - Spreadsheet tasks, repetitive calculations
-
What do they need before buying your product? - Assessments, planning, comparisons
-
What information do they wish they had? - Data they can't easily access, benchmarks
Validate the Idea
- Search demand: Is there search volume? How competitive?
- Uniqueness: What exists? How can you be 10x better?
- Lead quality: Does this audience match buyers?
- Build feasibility: How complex? Can you scope an MVP?
Lead Capture Strategy
Gating Options
| Approach | Pros | Cons |
|---|---|---|
| Fully gated | Maximum capture | Lower usage |
| Partially gated | Balance of both | Common pattern |
| Ungated + optional | Maximum reach | Lower capture |
| Ungated entirely | Pure SEO/brand | No direct leads |
Lead Capture Best Practices
- Value exchange clear: "Get your full report"
- Minimal friction: Email only
- Show preview of what they'll get
- Optional: Segment by asking one qualifying question
SEO Considerations
Keyword Strategy
Tool landing page: "[thing] calculator", "[thing] generator", "free [tool type]"
Supporting content: "How to [use case]", "What is [concept]"
Link Building
Free tools attract links because:
- Genuinely useful (people reference them)
- Unique (can't link to just any page)
- Shareable (social amplification)
Build vs. Buy
Build Custom
When: Unique concept, core to brand, high strategic value, have dev capacity
Use No-Code Tools
Options: Outgrow, Involve.me, Typeform, Tally, Bubble, Webflow When: Speed to market, limited dev resources, testing concept
Embed Existing
When: Something good exists, white-label available, not core differentiator
MVP Scope
Minimum Viable Tool
- Core functionality only—does the one thing, works reliably
- Essential UX—clear input, obvious output, mobile works
- Basic lead capture—email collection, leads go somewhere useful
What to Skip Initially
Account creation, saving results, advanced features, perfect design, every edge case
Evaluation Scorecard
Rate each factor 1-5:
| Factor | Score |
|---|---|
| Search demand exists | ___ |
| Audience match to buyers | ___ |
| Uniqueness vs. existing | ___ |
| Natural path to product | ___ |
| Build feasibility | ___ |
| Maintenance burden (inverse) | ___ |
| Link-building potential | ___ |
| Share-worthiness | ___ |
25+: Strong candidate | 15-24: Promising | <15: Reconsider
Task-Specific Questions
- What existing tools does your audience use for workarounds?
- How do you currently generate leads?
- What technical resources are available?
- What's the timeline and budget?
Boundaries
- Do not claim search demand, lead volume, link potential, or build feasibility without evidence and dated assumptions.
- Do not build, deploy, publish, collect leads, or connect production data unless the user authorizes implementation.
- Do not invent tool outputs or use a calculator as disguised professional, legal, medical, or financial advice.
- Do not decide pricing, data-retention, or consent policy for the user.
Routing
- Use
suede-lead-magnetsfor downloadable assets andsuede-site-alchemyfor the public conversion surface. - Use
suede-seo-auditfor search validation andsuede-analyticsfor usage measurement. - Use
suede-emailsfor the post-capture lifecycle sequence.
GitHub Repository
Frequently asked questions
What is the suede-free-tools skill?
suede-free-tools is a Claude Skill by JasonColapietro. Skills package instructions and resources that Claude loads on demand, so Claude can perform suede-free-tools-related tasks without extra prompting.
How do I install suede-free-tools?
Use the install commands on this page: add suede-free-tools to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does suede-free-tools belong to?
suede-free-tools is in the Meta category, tagged ai.
Is suede-free-tools free to use?
Yes. suede-free-tools is listed on AIMCP and free to install.
Related Skills
This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
This skill helps developers create OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It provides the plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript modules. Use it when you need to intercept, monitor, or extend the OpenCode AI assistant's lifecycle with custom event-driven logic.
SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
