Lore

Claude Skills

Claude on Steroids: Skills + Sub‑Agents + MCPs for 7‑ and 8‑Figure Amazon

The video argues that Claude's three automation layers — Skills, Sub-agents, and MCPs — solve distinct problems, and that the real unlock for power users (like 7- and 8-figure Amazon sellers) is using Skills to throttle the token-heavy responses that MCPs generate, which lets Claude do things (like scraping and analyzing an Amazon PDP via Playwright) that would otherwise max out the conversation's context window.

Seller Sessions · 2025-10-23 · English

Key ideas

  1. Skills are behavioral instructions — response styles, auto-detection patterns, design-system enforcers — that stay always active in the background, auto-detect and apply, and persist across sessions.

  2. Sub-agents are complex automation systems for multi-tool workflows, specialized processes, codebase access, state management, and complex decision trees, and are manually invoked rather than automatic.

  3. MCPs are external service connections that link one AI to another AI, developed by Claude in November of the prior year; MCPs are described as real-time, persistent, and bidirectionally synced but also 'a bit sloppy' with security risks if not properly secured.

  4. The MIDI analogy: just as MIDI standardized connections between drum machines, synthesizers, and computers in recording studios, MCP is presented as today's equivalent universal connector, likened also to universal phone chargers.

  5. The context window is a hard constraint — each Claude response burns tokens (e.g., 800 then 600), and once enough of these stack up the conversation becomes unmanageable.

  6. A skill can cut token usage dramatically: an example shows an upload-CSV skill auto-detecting, asking zero questions, and executing in 150 tokens for an 8% context reduction.

  7. A specific MCP-optimization skill was installed to stop MCPs (Playwright, WordPress, Notion, etc.) from returning massive, token-eating responses.

  8. Demonstrated live: asking Claude to go to amazon.com and analyze a product detail page (PDP) via the Playwright MCP, which normally would have returned a massive response and maxed the conversation, but with the skill installed it completed and produced a structured markdown artifact (product intelligence, market intelligence, optimization intelligence, key findings) in about 10 minutes.

  9. A Supabase MCP connection is used to marry together the speaker's full taxonomy database and catalog structure.

  10. The speaker moved from Claude Desktop to Claude Code to manage the context window, and is now moving back to Desktop because skills have made it easier to work there again.

  11. 'Single feature snacks' — small, single-feature custom apps that used to take two to eight-plus days to build — can now be replicated within reason via a skill in 10 to 15 minutes.

  12. Specific installed skills shown: an 'auto-build generation client' skill with no-logo branding, a skill that prevents massive MCP responses for WordPress/Playwright/Notion, a slides-generation skill (set up for the speaker's wife, Cheryl), a dashboard-autogeneration skill tied to a design system, and Claude's built-in 'concise execution mode.'

  13. Claude ships a standard Skill Creator, but the speaker built a more sophisticated custom 'skill agent' that converts SOPs into skill.md files.

  14. The plan going forward is to convert some of the speaker's existing Claude Code sub-agents into skills (via the skill maker) so they can also be used in Claude Desktop.

  15. Skills — Behavioral instructions for Claude covering response styles/modifications, auto-detection patterns, and design-system enforcement, always active in the background and persistent across sessions. Apply: Install a skill so Claude auto-detects a task (e.g., a heavy MCP call) and executes it with minimal tokens and zero clarifying questions.

  16. Sub-agents — Complex automation systems for multi-tool workflows, specialized processes, codebase access, state management, and complex decision trees, invoked manually rather than running automatically. Apply: Build sub-agents in Claude Code for larger manually-triggered automations, then convert them into skills so they can also run in Claude Desktop.

  17. MCP (Model Context Protocol) — An external-service connection standard, described as connecting 'one AI to another AI,' developed by Claude in November of the prior year, offering real-time data, persistent connections, and bidirectional sync. Apply: Connect Claude to an external service such as Supabase or Playwright via its MCP to pull in real-time data or drive browser automation.

  18. MIDI analogy for MCP — A historical comparison explaining MCP: just as MIDI standardized links between drum machines, synthesizers, and computers, MCP is framed as today's equivalent universal connector for AI systems, also likened to universal phone chargers. Apply: Use the analogy to understand MCP adoption as an ecosystem-standardization moment rather than a single feature — it's the common 'plug' for linking Claude to other tools.

  19. Context window / token budget management — The finite pool of tokens in a Claude conversation, consumed per response (e.g., 800 tokens then 600) until the window becomes unmanageable. Apply: Track token consumption per exchange and use skills to reduce it (e.g., cutting a task to 150 tokens for an 8% context reduction) so the conversation can keep going.

  20. MCP-optimization ('prevent massive MCP responses') skill — A custom-installed skill built to stop MCP calls to Playwright, WordPress, Notion, and others from returning massive, token-heavy responses. Apply: Install this skill before running MCP-heavy tasks like an Amazon PDP analysis so the response comes back controlled instead of maxing out the conversation.

  21. Playwright (via MCP) — A browser-automation MCP integration Claude uses to navigate to a URL and interact with a page to gather data. Apply: Instruct Claude to go to a URL like amazon.com and analyze a product detail page, letting the Playwright MCP navigate and extract data live in Claude Desktop.

  22. Supabase MCP — An MCP connection to a Supabase database holding the speaker's full taxonomy/catalog structure. Apply: Connect via the Supabase MCP to pull together catalog components that live in a structured database instead of re-deriving that structure manually.

  23. Code file creation tool — A separate tool the speaker uses alongside Claude Code that writes scripts and helps shape logic/structure from already-captured information, useful for presentations too. Apply: Feed captured data (e.g., a PDP analysis) into this tool to turn it into structured scripts or presentation content.

  24. Concise execution mode — A built-in Claude skill for optimizing and shortening responses. Apply: Enable this pre-made Claude skill to test and reduce response verbosity without building a custom skill from scratch.

  25. Skill Creator (Claude's built-in) — Claude's standard, built-in tool for generating skills, mentioned as available but not used by the speaker. Apply: Use it directly to build skills if you don't need the extra sophistication of a custom skill agent.

  26. Custom 'skill agent' (SOP-to-skill.md converter) — A more sophisticated tool the speaker built himself, beyond Claude's standard Skill Creator, that converts existing SOPs into skill.md files. Apply: Feed a VA-style SOP into the skill agent to generate a skill.md file so Claude executes that SOP automatically via MCPs instead of handing it to a virtual assistant.

  27. 'Single feature snacks' build pattern — The speaker's term for small, single-feature custom apps that used to take two to eight-plus days to build. Apply: Recognize that the same single-feature outcome can now be achieved by configuring a skill in 10 to 15 minutes instead of writing additional app logic.

  28. Design system / dashboard-autogeneration and related named skills — Named skills the speaker uses in Claude Desktop, including an 'auto-build generation client' skill (no-logo branding), a 'dashboard autogeneration' skill tied to a design system, and a slides-generation skill. Apply: Drop these skill files into Claude Desktop to auto-generate branded dashboards, slides, or client deliverables, as the speaker did for himself and for his wife, Cheryl.

Insights

The MIDI/universal-charger analogy reframes MCP's value as being about ecosystem standardization rather than raw capability — the point of MCP is that it's the common plug format for connecting different AI/tool 'instruments,' not that it does anything new on its own.

The strategic insight of the demo is that the token bottleneck isn't Claude's own reasoning — it's specifically MCPs being 'hungry on tokens'; the fix is not a bigger context window but a Skill that sits in front of the MCP call and throttles what comes back.

By converting SOPs directly into skill.md files, the speaker is effectively replacing the traditional step of writing instructions for a virtual assistant (VA) with instructions Claude itself executes autonomously via MCPs.

The shift described — from building bespoke 'single feature snacks' in 2-3 (or up to 8+) days down to configuring a skill in 10-15 minutes — implies skills are collapsing narrow custom-development timelines by roughly one to two orders of magnitude.

The 8% context-reduction, 150-token example is used as a concrete efficiency proof point rather than an abstract claim, suggesting the speaker's argument for skills rests on measurable token savings, not just qualitative ease-of-use.

«It connects one AI to another AI. This was developed by Claude back in November last year.»

— 00:28

«they add something that was called MIDI, which stands for musical instrument digital interface.»

— 00:53

«there is a thing where they're a bit sloppy. There are other risks involved if you haven't got security put into place.»

— 01:11

«skills after maximum efficiency, user request upload CSV skill activates auto detect zero questions then execute 150 tokens done context saved 8% reduction.»

— 03:31

«So, I call these single feature snacks.»

— 04:19

«the evidence skill worked because this was just a quick test.»

— 05:30

«this one prevents massive MCP responses for WordPress playright notion and other MCPS.»

— 07:19

«The skill agent that I built will allow me to take and then turn them into skill MD files.»

— 08:10

Reception

The viewer appreciates the creator's usual educational content but is disappointed this video showed results without explaining the process.

The video is a live-demo-driven explainer that clearly separates Skills, Sub-agents, and MCPs and backs its efficiency claim with a concrete example (an Amazon PDP scrape via Playwright that didn't max out the conversation), but per its own top comment it stays at the level of showing outcomes rather than teaching the underlying skill-building steps.

08:55

↳ Seller Sessions · YouTube

Watch original