SKILL·E5E464

suede-free-tools

JasonColapietro
Updated Yesterday
165
8
165
View on GitHub
Metaai

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

Recommended
Primary
npx skills add JasonColapietro/suede-creator-skills -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/JasonColapietro/suede-creator-skills
Git CloneAlternative
git clone https://github.com/JasonColapietro/suede-creator-skills.git ~/.claude/skills/suede-free-tools

Copy 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:

  1. Business Context - What's the core product? Who is the target audience? What problems do they have?

  2. Goals - Lead generation? SEO/traffic? Brand awareness? Product education?

  3. 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

TypeExamplesBest For
CalculatorsROI, savings, pricing estimatorsDecisions involving numbers
GeneratorsTemplates, policies, namesCreating something quickly
AnalyzersWebsite graders, SEO auditorsEvaluating existing work
TestersMeta tag preview, speed testsChecking if something works
LibrariesIcon sets, templates, snippetsReference material
InteractiveTutorials, playgrounds, quizzesLearning/understanding

For detailed tool types and examples: See references/tool-types.md


Ideation Framework

Start with Pain Points

  1. What problems does your audience Google? - Search query research, common questions

  2. What manual processes are tedious? - Spreadsheet tasks, repetitive calculations

  3. What do they need before buying your product? - Assessments, planning, comparisons

  4. 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

ApproachProsCons
Fully gatedMaximum captureLower usage
Partially gatedBalance of bothCommon pattern
Ungated + optionalMaximum reachLower capture
Ungated entirelyPure SEO/brandNo 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

  1. Core functionality only—does the one thing, works reliably
  2. Essential UX—clear input, obvious output, mobile works
  3. 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:

FactorScore
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

  1. What existing tools does your audience use for workarounds?
  2. How do you currently generate leads?
  3. What technical resources are available?
  4. 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-magnets for downloadable assets and suede-site-alchemy for the public conversion surface.
  • Use suede-seo-audit for search validation and suede-analytics for usage measurement.
  • Use suede-emails for the post-capture lifecycle sequence.

GitHub Repository

JasonColapietro/suede-creator-skills
Path: skills/suede-free-tools
0
agent-orchestrationagent-skillsai-agentsai-evalanthropicci
FAQ

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

content-collections
Meta

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.

View skill
polymarket
Meta

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.

View skill
creating-opencode-plugins
Meta

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.

View skill
sglang
Meta

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.

View skill