Tag: Claude AI

  • Claude Cowork vs Claude Chat: When to Use Which

    Claude Cowork vs Claude Chat: When to Use Which

    Last refreshed: May 15, 2026

    Model Accuracy Note — Updated May 2026

    Current flagship: Claude Opus 4.7 (claude-opus-4-7). Current models: Opus 4.7 · Sonnet 4.6 · Haiku 4.5. Claude Opus 4.7 (claude-opus-4-7) is the current flagship as of April 16, 2026. Where this article references Opus 4.6 or earlier models, those references are historical. See current model tracker →. See current model tracker →

    Claude AI · Tygart Media
    Quick answer: Use Cowork for scheduled, recurring, or multi-step tasks that need to persist and run on their own. Use Claude Chat for interactive work, analysis, writing, and one-off tasks you’re doing right now.

    Anthropic now offers two distinct modes of working with Claude — the familiar chat interface and Cowork, a persistent task and agent environment. They look similar but serve fundamentally different purposes. Using the wrong one creates friction; knowing which to reach for first saves significant time.

    What Cowork Actually Is

    Cowork is a persistent agent environment inside Claude Desktop. It gives Claude access to your local filesystem, a sandboxed Linux VM with bash execution, your installed MCP servers, and a scheduler. Tasks you set up in Cowork can run on a schedule — daily, weekly, whenever you trigger them — without you being in the conversation. Claude operates autonomously against your instructions until the task is done.

    What Claude Chat Actually Is

    Claude Chat (claude.ai or the Claude app) is a stateless, interactive conversation interface. Each session is fresh. Claude has no persistent memory across sessions beyond what you’ve configured in memory settings. It’s optimized for real-time back-and-forth: you ask, Claude responds, you refine. The bash environment in Chat (used for file operations and code execution) is sandboxed and resets between sessions.

    Side-by-Side Comparison

    Factor Claude Chat Claude Cowork
    Runs without you No Yes — scheduled tasks
    Access to your files Upload only Direct filesystem access
    Persistent across sessions No (memory only) Yes — tasks and state persist
    Best for Interactive work, writing, analysis Recurring automation, pipelines
    MCP tool access Yes (if configured) Yes + local filesystem tools
    Runs on Anthropic’s cloud Your local machine
    Resource competition None (cloud-side) Shares your CPU/disk
    Skill files Yes (/mnt/skills/) Yes (same mount)

    When to Use Claude Chat

    Chat is the right tool when you’re actively involved in the work — drafting, editing, analyzing, strategizing. If you need to go back and forth, refine an output, or make judgment calls mid-task, Chat’s interactive model is faster and more natural. It’s also better for any task that’s genuinely one-off: you do it once, you’re done, there’s nothing to schedule or automate.

    Chat also runs in the cloud, meaning it doesn’t compete with your machine’s other processes and doesn’t run into the local VM disk limitations that Cowork can hit with heavy workloads.

    When to Use Cowork

    Cowork shines for work that should happen without you: daily newsroom publishing, weekly SEO reports, nightly data syncs, any pipeline that follows the same steps every run. If you find yourself doing the same Claude Chat session more than twice a week, it’s a candidate for a Cowork task.

    Cowork also makes sense for tasks that need direct access to files on your machine — reading from a local folder, processing downloads, interacting with local applications — since Chat requires you to explicitly upload files each session.

    Known Cowork Limitation to Be Aware Of

    Cowork runs on a local VM (the sessiondata.img file) with a fixed 8.5GB disk. Heavy users with many skills installed will periodically hit a disk-full error that prevents new sessions from launching. This is a known bug (GitHub #30751) with a manual workaround. See Claude Cowork useradd Failed Error: How to Fix It for the fix.

    Is Claude Cowork better than Claude Chat?

    Neither is better — they serve different purposes. Chat is optimized for interactive, real-time work. Cowork is for persistent, scheduled, autonomous tasks. Most power users use both regularly for different types of work.

    Can Claude Cowork access the internet?

    Yes, through MCP server integrations and web search tools. Cowork tasks can call APIs, search the web, read from connected services like Notion or Gmail, and interact with any MCP-connected tool you’ve configured.

    Does Claude Cowork use the same AI model as Chat?

    Yes — Cowork uses the same underlying Claude models (currently Opus 4.6 and Sonnet 4.6). The difference is the execution environment, not the model.


  • Claude Cowork ‘useradd Failed’ Error: How to Fix the sessiondata.img Full Bug

    Claude Cowork ‘useradd Failed’ Error: How to Fix the sessiondata.img Full Bug

    Last refreshed: May 15, 2026

    Claude AI · Tygart Media
    ⚠ Known Bug: This is GitHub issue #30751 — still open as of April 2026. Anthropic has not shipped a permanent fix. The workaround below is the only reliable solution.

    If every Cowork task is failing with useradd: cannot create directory /sessions/friendly-youthful-thompson or a similar error, your Cowork VM’s internal disk is full. This is not something you broke — it’s a known Anthropic bug that affects power users consistently. Here’s exactly what’s happening and how to fix it in under two minutes.

    What’s Causing the Error

    Cowork runs on a local VM with a fixed 8.5GB disk image called sessiondata.img. Every Cowork conversation creates a new directory under /sessions/<name>/ inside that VM and caches all your installed plugins and skills there. Those directories are never cleaned up automatically. Once the disk fills — roughly 80 sessions for light users, 40–50 sessions for users with many skills installed — every new task fails immediately with a useradd error. The session simply can’t be provisioned.

    If you have 20+ skills installed (the Tygart Media stack runs 40+), you’ll hit the cap significantly faster than the average user.

    The Fix: Move the Image File

    The fix is the same on macOS and Windows: move sessiondata.img out of its location so Claude Desktop rebuilds it fresh on next launch.

    Windows

    Quit Claude Desktop completely. Open Run (Win + R), paste this path and press Enter:

    %APPDATA%\Claude m_bundles\claudevm.bundle\

    Find sessiondata.img and move it to your Desktop as a backup. Relaunch Claude Desktop — it will recreate a fresh image automatically. Your first Cowork session after the reset may take slightly longer while plugins reinstall.

    macOS

    Quit Claude Desktop. In Finder, press Cmd + Shift + G and go to:

    ~/Library/Application Support/Claude/vm_bundles/claudevm.bundle/

    Move sessiondata.img to your Desktop. Relaunch Claude Desktop.

    What Gets Wiped vs What’s Preserved

    Data Location Wiped?
    Sidebar task list Electron IndexedDB ✅ Preserved
    Scheduled task definitions Documents/Claude/Scheduled/ ✅ Preserved
    MCP server config claude_desktop_config.json ✅ Preserved
    Chat conversation history Electron LevelDB ✅ Preserved
    VM plugin/skill cache Inside sessiondata.img ⚠ Wiped (auto re-downloads)
    VM session working dirs /sessions/<n>/ inside VM ⚠ Wiped (this is the fix)

    How Often Will You Need to Do This?

    Until Anthropic ships automatic session cleanup, this is a recurring task. With a heavy skill load, plan on running the fix every 4–6 weeks or whenever you see the useradd error return. Setting a calendar reminder is the most reliable approach.

    The Longer-Term Fix: Move Heavy Operations Off Cowork

    The root cause is that Cowork was designed for lighter, conversational task automation — not running dozens of skills across many parallel sessions. If you’re running content pipelines, batch WordPress operations, or multi-step automation workflows, moving those operations to a GCP Cloud Run cron job or Compute Engine VM eliminates the local VM bottleneck entirely. Cowork’s local sandbox competes for your machine’s resources; GCP runs isolated, always-on, and never fills up your laptop’s disk.

    Why does Cowork say “useradd failed: exit status 12”?

    The Cowork VM’s internal disk (sessiondata.img) is full. It can no longer create new session user directories. Moving the image file out and letting Claude Desktop recreate it clears the disk and resolves the error.

    Will I lose my Cowork tasks if I move sessiondata.img?

    No. Your task definitions, scheduled tasks, MCP config, and conversation history are all stored outside the VM image. Only the internal plugin/skill cache is wiped — it re-downloads automatically on the next session.

    How do I prevent Cowork from filling up again?

    Until Anthropic ships a permanent fix (GitHub issue #30751), the options are: run the reset script periodically, reduce your installed skill count, or route heavy operations to GCP instead of Cowork.


  • Claude 5 Release Date 2026: Leak Signals, Expected Features & Anthropic’s Timeline

    Claude 5 Release Date 2026: Leak Signals, Expected Features & Anthropic’s Timeline

    Updated June 10, 2026

    The “Claude 5” question now has an answer: Anthropic’s next-generation model shipped as Claude Fable 5, a new tier above Opus rather than a “Claude 5” rename. As of June 10, 2026, Anthropic’s current lineup is Claude Fable 5 (the new top tier above Opus, $10 input / $50 output per MTok), Opus 4.8 ($5/$25), Sonnet 4.6 ($3/$15), and Haiku 4.5 ($1/$5). Full details: the Claude Fable 5 Complete Guide.

    Last refreshed: June 9, 2026

    Verified vs. reported — May 15, 2026 standard: This article tracks third-party reporting on Claude 5’s expected release window and features. As of May 15, 2026, Anthropic has not, to our review of anthropic.com/news and docs.claude.com, published an official Claude 5 launch announcement. The Q2 2026 timeline, ~90%+ SWE-bench Verified figure, 500K context window claim, and “Sonnet 5 / Fennec” codename references all trace to third-party reporting (TechCrunch interview citations, Claude5.com, Fello AI, WaveSpeed Blog) that we could not independently confirm against an Anthropic-published primary source. The information may still be accurate; the verified-vs-reported distinction means it has not been confirmed by Anthropic on the record.

    For the full current model lineup that is officially documented — Opus 4.8 (knowledge cutoff January 2026, 1M context, $5/$25 MTok), Sonnet 4.6, Haiku 4.5 — see Claude Models Roadmap May 2026. That article maintains the verified-vs-reported standard throughout.

    Model Accuracy Note — Updated June 9, 2026

    Current flagship: Claude Opus 4.8 (claude-opus-4-8). Current models: Opus 4.8 · Sonnet 4.6 · Haiku 4.5. Claude Opus 4.6 referenced in this article has been superseded. See current model tracker →

    Claude AI · Tygart Media · Updated April 2026
    Current status (April 16, 2026): Claude 5 has not been officially announced by Anthropic. The current latest models are Claude Opus 4.6 and Claude Sonnet 4.6, released in February 2026. Based on Anthropic’s release cadence and early signals, Claude 5 is expected Q2–Q3 2026.

    Every few months, a new wave of “Claude 5 release date” searches spikes — and it makes sense. Anthropic moves fast, the gaps between major generations have been shortening, and early signals like Vertex AI log leaks have given the community something to speculate on. Here’s an honest breakdown of what’s confirmed, what’s leaked, and what the pattern suggests.

    Claude 5 Expected Specs vs Current Models (June 2026)

    Attribute Claude Opus 4.8 (Current) Claude 5 (Rumored)
    Release window Available now Late 2026 (unconfirmed)
    Context window 1M tokens 2M+ tokens (speculated)
    Multimodal Text + vision Text + vision + audio (rumored)
    Flagship API price $5 input / $25 output per MTok Unannounced
    Reasoning Strong Improved extended thinking (speculated)

    Claude 5 specs are unconfirmed as of June 9, 2026. All information is based on industry signals and Anthropic research publications — not official announcements.

    What’s Confirmed About Claude 5

    As of April 2026, Anthropic has not officially announced Claude 5 by name in any public release notes, API documentation, or blog post. The company’s official model table shows the Claude 4.x family as current. No countdown page exists. No API model string beginning with claude-5 has appeared in public documentation.

    What is confirmed: Anthropic is actively deprecating the original Claude 4.0 models (retiring June 15, 2026), recommending migration to Claude Sonnet 4.6 and Opus 4.6. This is a routine generational housekeeping move, not a Claude 5 announcement.

    The Evidence For a Q2–Q3 2026 Release

    The strongest early signal came in early February 2026, when a model identifier — claude-sonnet-5@20260203 — appeared briefly in Google Vertex AI error logs. Independent sources cross-verified the leak, and the codename “Fennec” circulated alongside claimed benchmark scores of around 80.9% on SWE-bench Verified, compared to Opus 4.6’s current scores.

    Beyond the leak, the pattern is consistent: Anthropic has released a new major model generation roughly every 12–14 months since Claude 3. Claude 4.5 (the highest-capability 4.x model) reached 77.2% on SWE-bench Verified. A Claude 5 release that clearly exceeds that — not just marginally — would justify a major version bump and align with Anthropic’s stated commitment to releasing models that represent genuine capability leaps, not incremental updates.

    Anthropic’s Release Pattern

    Generation Initial Release Gap to Next Major
    Claude 2 July 2023 ~8 months
    Claude 3 March 2024 ~14 months
    Claude 4 May 2025 ~12–14 months → Q2–Q3 2026

    A 12-month gap from the Claude 4 launch (May 2025) points to May–July 2026 as the earliest likely window. Anthropic has been explicit that they won’t rush a release — Claude 5 would need to clearly establish a new capability tier to justify the version number.

    What Claude 5 Is Expected to Improve

    Based on leaked benchmark data and Anthropic’s public research direction, the Claude 5 generation is expected to push forward on: extended thinking and multi-step reasoning (building on the chain-of-thought work in Claude 3.5+), larger context handling, improved agentic reliability for long-horizon tasks, and faster inference at the Sonnet tier. Pricing is expected to follow the established pattern — Claude 5 Sonnet likely priced at or below current Opus 4.6 rates while outperforming it on most tasks.

    The Current Models Are Excellent — Don’t Wait

    If you’re evaluating whether to build on Claude now or wait for Claude 5, the answer is build now. Claude Sonnet 4.6 and Opus 4.6 are capable, stable, and well-documented. The 4.x API will remain live well after Claude 5 launches — Anthropic maintains parallel model availability for enterprise predictability. Waiting costs you months of production time for a model that may arrive on an uncertain schedule.

    For current model specs and API strings, see Claude API Model Strings — Complete Reference. For pricing on current models, see Claude AI Pricing: Every Plan Explained.

    When is Claude 5 coming out?

    Claude 5 has not been officially announced. Based on Anthropic’s release cadence and early Vertex AI log leaks, Q2–Q3 2026 (roughly May–September) is the most cited window. No confirmed date exists as of April 2026.

    Is Claude 5 confirmed?

    No. Anthropic has not officially announced Claude 5 by name. The “Fennec” codename and claude-sonnet-5@20260203 model string surfaced in third-party Vertex AI logs, but Anthropic has not confirmed a Claude 5 release.

    What is the latest Claude model right now (April 2026)?

    The current latest Claude models are Claude Fable 5 (claude-fable-5), the top tier above Opus, plus Claude Opus 4.8 (claude-opus-4-8) and Claude Sonnet 4.6 (claude-sonnet-4-6), both released in February 2026. Claude Haiku 4.5 is the current speed/cost tier.

    Will Claude 5 Sonnet beat Claude Opus 4.6?

    That’s the expected pattern. With every prior generation, the mid-tier Sonnet model of the new generation outperformed the previous generation’s Opus on most benchmarks, at lower cost. Leaked benchmark data suggests Claude 5 Sonnet (“Fennec”) scores around 80.9% on SWE-bench Verified versus Opus 4.6’s current scores.

    When will Claude 5 be released?

    Anthropic has not officially announced a Claude 5 release date as of June 2026. Industry analysts and leak signals suggest a potential release in late 2026, but Anthropic typically announces model releases a few weeks before availability. The current flagship is Claude Opus 4.8 (claude-opus-4-8), released in 2026.

    What features will Claude 5 have?

    No official feature list exists for Claude 5. Based on Anthropic’s research publications and the pattern of Claude 4 improvements, Claude 5 is expected to improve reasoning, extended context handling, and multimodal capabilities. Any specific feature claims circulating online are speculation unless sourced directly from Anthropic.

    Should I wait for Claude 5 or use Claude Opus 4.8 now?

    Use Claude Opus 4.8 now. It is the current flagship with 1M token context, strong reasoning, and available today at $5/$25 per million tokens. Waiting for an unannounced model means missing months of productivity. When Claude 5 launches, upgrading is straightforward — just swap the model ID in your API calls.


  • Claude 4 Deprecation: Sonnet 4 and Opus 4 Retire June 15, 2026

    Claude 4 Deprecation: Sonnet 4 and Opus 4 Retire June 15, 2026

    Last verified: June 13, 2026

    Model Accuracy Note — Verified June 13, 2026

    Retiring June 15, 2026: the original Claude Opus 4 (claude-opus-4-20250514) and Claude Sonnet 4 (claude-sonnet-4-20250514) — the May 2025 models. These are not Opus 4.6 or Sonnet 4.5, which remain active. Current models: Fable 5 · Opus 4.8 · Sonnet 4.6 · Haiku 4.5. Current model tracker →

    Claude AI · Tygart Media
    ⚠ Deprecation Notice: Anthropic is retiring claude-sonnet-4-20250514 and claude-opus-4-20250514 — the original Claude 4.0 models from May 2025. API retirement is June 15, 2026. Migrate to Claude Sonnet 4.6 (claude-sonnet-4-6) and Claude Opus 4.8 (claude-opus-4-8).

    If you are still running the original Claude Sonnet 4 or Opus 4 model strings in production, you have a hard deadline: June 15, 2026. After that date, calls to claude-sonnet-4-20250514 and claude-opus-4-20250514 return an error — there is no automatic failover to a newer model. Here is exactly what is retiring, what to migrate to, and the breaking changes to plan for.

    Claude Model Lifecycle Status (June 2026)

    Model API ID Status Replacement
    Claude Opus 4 (original) claude-opus-4-20250514 ⚠ Retires June 15, 2026 claude-opus-4-8
    Claude Sonnet 4 (original) claude-sonnet-4-20250514 ⚠ Retires June 15, 2026 claude-sonnet-4-6
    Claude Fable 5 claude-fable-5 ✓ Current — top tier
    Claude Opus 4.8 claude-opus-4-8 ✓ Current Opus flagship
    Claude Sonnet 4.6 claude-sonnet-4-6 ✓ Current
    Claude Haiku 4.5 claude-haiku-4-5 ✓ Current

    Alias trap: the dateless aliases claude-opus-4-0 and claude-sonnet-4-0 resolve to the retiring ...-20250514 snapshots — they go offline too. Claude Opus 4.6, Opus 4.7, Opus 4.5, and Sonnet 4.5 are separate, still-active models and are not affected by this retirement.

    What’s Being Deprecated

    Anthropic is retiring the original Claude 4.0 model versions — the ones that shipped in May 2025. These are distinct from the 4.x versions released since. The specific API strings going offline:

    Model API String (retiring) Retirement Date
    Claude Sonnet 4 (original) claude-sonnet-4-20250514 June 15, 2026
    Claude Opus 4 (original) claude-opus-4-20250514 June 15, 2026

    These are not the latest Claude 4 models. If you have been on Anthropic’s recommended alias endpoints, you are likely already on a current model. This deprecation primarily affects teams that pinned the specific 20250514 version strings in their API calls.

    What to Migrate To

    Anthropic’s recommended replacement within the same tier:

    Retiring Migrate To API String
    claude-sonnet-4-20250514 Claude Sonnet 4.6 claude-sonnet-4-6
    claude-opus-4-20250514 Claude Opus 4.8 claude-opus-4-8

    These are major upgrades, not just version bumps. Both current models ship a 1 million token context window at standard API pricing (no long-context premium), and the Opus line has advanced two full generations — 4.6, then 4.7, then 4.8 — since the original 4.0. For the most capable tier overall, Anthropic now offers Claude Fable 5 (claude-fable-5), a new tier that sits above Opus.

    Breaking Changes When You Migrate

    Moving off the original 4.0 strings is usually a model-ID swap, but the current models removed several request parameters. If you are jumping to Opus 4.8 or Fable 5, plan for these — each returns a 400 if left in:

    Removed parameter Replacement
    thinking: {type:"enabled", budget_tokens:N} Adaptive thinking — thinking: {type:"adaptive"} + output_config.effort (low/medium/high/xhigh/max)
    temperature / top_p / top_k Removed — steer behavior with prompting instead
    Assistant-turn prefills (request ending on an assistant message) Structured outputs — output_config.format

    On Sonnet 4.6 and Opus 4.6 the fixed thinking budget is deprecated but still functional; on Fable 5, Opus 4.7, and Opus 4.8 it is fully removed. A global search for 20250514 in your codebase is the fastest way to find every call that needs changing.

    How This Fits the Claude Model Timeline

    Model Released Status
    Claude Sonnet 4 / Opus 4 (original) May 2025 ⚠ Retire June 15, 2026
    Claude Haiku 4.5 October 2025 ✅ Current speed/cost tier
    Claude Opus 4.6 February 2026 ✅ Active (superseded by 4.8)
    Claude Sonnet 4.6 February 2026 ✅ Current production default
    Claude Opus 4.8 2026 ✅ Current Opus flagship
    Claude Fable 5 2026 ✅ Current top tier (above Opus)

    What If You Don’t Migrate Before June 15?

    API calls to claude-sonnet-4-20250514 or claude-opus-4-20250514 after June 15, 2026 will return errors. There is no automatic failover to a newer model — the call simply fails. If you have any production systems, scheduled jobs, or automated pipelines using these version strings, audit them now. A global search for 20250514 in your codebase is the fastest way to find your exposure.

    What Comes After Claude 4.x

    The “after” is already here. Since the original Claude 4.0 launched in May 2025, the Opus line has shipped 4.5, 4.6, 4.7, and now 4.8, and Anthropic introduced Claude Fable 5 as a new top tier above Opus. As of June 2026 there is no separately branded “Claude 5” generation; the cadence has been steady point releases within the 4.x Opus, Sonnet, and Haiku families, plus the new Fable tier. The practical takeaway: migrating off the retiring 4.0 strings puts you on models that are materially more capable, with a 1M-token context window as the new baseline.

    Which Claude models retire on June 15, 2026?

    The original Claude Sonnet 4 (claude-sonnet-4-20250514) and Claude Opus 4 (claude-opus-4-20250514), plus their dateless aliases claude-sonnet-4-0 and claude-opus-4-0. Opus 4.6, Opus 4.7, and Sonnet 4.5 are separate, still-active models and are not affected.

    What should I migrate to from Claude Sonnet 4 and Opus 4?

    Sonnet 4 migrates to claude-sonnet-4-6 (Claude Sonnet 4.6); Opus 4 migrates to claude-opus-4-8 (Claude Opus 4.8). Both ship a 1M token context window at standard pricing. For the most capable tier overall, Anthropic also offers Claude Fable 5 (claude-fable-5).

    Is migrating just a one-line model-string change?

    Often, but not always. The current models removed temperature, top_p, top_k, the fixed budget_tokens thinking budget, and assistant-turn prefills — each returns a 400 if left in. Replace budget_tokens with adaptive thinking plus output_config.effort, and replace prefills with structured outputs.

    What happens if I call the retired model after June 15?

    The API returns an error — there is no silent failover to a newer model. Audit for the string 20250514 in your codebase before the deadline.

  • Proposal & Scope of Work Builder — Claude AI Skill for Service Businesses

    Proposal & Scope of Work Builder — Claude AI Skill for Service Businesses

    Describe the engagement. Get a professional proposal and scope of work in under ten minutes.

    Who This Is For

    Built for consultants, agencies, freelancers, and service businesses who spend hours writing proposals that should take minutes — and lose deals while their proposal is still being drafted.

    The Problem

    Speed matters in proposal writing. The business that responds with a professional, complete proposal within 24 hours of a conversation has a material advantage over the one that takes a week. Most service businesses take a week because writing proposals is slow, tedious work that requires assembling the same components in slightly different form for every engagement. This skill makes it fast.

    What It Does

    • Executive summary: frames the client’s problem and your solution in the language that wins deals
    • Detailed scope of work: included deliverables, excluded deliverables, and assumptions — the clarity that prevents disputes later
    • Timeline with milestones and key dependencies
    • Investment summary with payment schedule options
    • Terms and conditions framework covering intellectual property, revisions, and termination
    • Professional cover letter you can personalize before sending

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    Proposal & Scope of Work Builder — Claude AI Skill for Service Businesses

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Frequently Asked Questions

    Does the skill write the proposal in my voice?

    The output is professional and neutral by default. For a version tuned to your specific voice and positioning, consider The Fitting — the overnight Claude deployment service — which includes voice calibration as part of the setup.

    Can I use this for different engagement types?

    Yes — the skill adapts to the engagement you describe. Fixed-price projects, retainers, hourly engagements, and hybrid models all produce different scope and investment structures.

    How long does a complete proposal take to generate?

    Under ten minutes for a typical engagement. The skill asks clarifying questions for anything that is ambiguous, then generates all six sections in one output.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.

  • Weekly Business Review Builder — Claude AI Skill for Business Owners

    Weekly Business Review Builder — Claude AI Skill for Business Owners

    Your numbers, your wins, your priorities — formatted for a 15-minute CEO review every week.

    Who This Is For

    Built for business owners and operators who want to run a structured weekly review but keep skipping it because assembling the inputs takes longer than the review itself.

    The Problem

    The weekly business review is one of the highest-leverage operating habits a business owner can build. Fifteen minutes with the right data tells you whether you are on track, what is blocked, what decisions need to be made, and what matters most this week. The problem is that most owners skip it because pulling together the numbers, the wins, the issues, and the priorities from wherever they live is itself a 30-minute task. This skill makes it a two-minute input.

    What It Does

    • Weekly revenue and pipeline summary — actual vs. target, current vs. prior period
    • Top wins and completed deliverables — what got done and what it means
    • Open issues and blockers with owner and status — nothing falls through
    • Key decisions needed this week — surfaces them explicitly so they get made
    • Priorities for the coming week, ranked by impact
    • Team pulse check summary — a lightweight read on how the team is doing

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    Weekly Business Review Builder — Claude AI Skill for Business Owners

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Frequently Asked Questions

    What inputs do I need to provide?

    Whatever you have — revenue numbers, a list of wins, a brain dump of issues, your priorities. The skill accepts messy input and formats it into a clean review document. The input template guides you through what to include.

    How long does the review document take to generate?

    Under five minutes once you have your weekly inputs. The skill formats and organizes. You review and decide.

    Can I share the review document with my team?

    Yes. The output is a clean document you can copy into Notion, email, or share in Slack. Several owners use it as their weekly team standup agenda.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.

  • Client Onboarding Generator — Claude AI Skill for Service Businesses

    Client Onboarding Generator — Claude AI Skill for Service Businesses

    Notes from the intake call in. Complete client onboarding package out.

    Who This Is For

    Built for consultants, agencies, and service business owners who want every new client to feel like they hired a firm three times their size — starting from the first document they receive.

    The Problem

    Client onboarding is a first impression that most service businesses give too little attention. The engagement is sold. The contract is signed. And then the client waits — sometimes days — for documentation that tells them what happens next, who to contact, what to expect, and when. That wait erodes confidence. A professional, complete onboarding package delivered within hours of signing tells a different story about how you operate.

    What It Does

    • Welcome letter personalized to the client, the engagement, and the first milestone
    • Project brief: scope, goals, success metrics, and how you will measure them
    • Communication preferences document: primary channels, expected response times, escalation path
    • Key contacts and responsibilities matrix — who owns what on both sides
    • Deliverables list with timeline and owner assigned
    • Client first-week checklist: what you need from them and when

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    Client Onboarding Generator — Claude AI Skill for Service Businesses

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Frequently Asked Questions

    Can I use this for different types of service engagements?

    Yes — the skill adapts the onboarding package to whatever engagement type you describe. A retainer engagement gets different documentation than a project-based one.

    How long does it take to generate a complete onboarding package?

    Under ten minutes from intake notes to complete package. The skill asks a few clarifying questions if needed, then generates all six documents in one output.

    Can I white-label this for client delivery?

    Yes. The output is yours to use however you like. Add your letterhead, your brand, your signature. The content is generated for your specific engagement.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.

  • SiteBoost Skill — URL SEO Audit & Fix List — Claude AI Skill

    SiteBoost Skill — URL SEO Audit & Fix List — Claude AI Skill

    Paste any URL. Get a prioritized SEO fix list in under two minutes.

    Who This Is For

    Built for website owners, marketers, and WordPress operators who want to know what is wrong with a specific page and what to fix first — without paying an agency for an audit.

    The Problem

    Most pages that underperform in search have obvious, fixable problems. Missing or weak title tags. Thin content. No schema markup. Heading structure that search engines cannot parse. Missing meta descriptions. The problem is not identifying these issues — it is having a reliable system to check every page, every time, and get a prioritized list of what matters most. This skill does that in under two minutes per URL.

    What It Does

    • Evaluates on-page SEO signals from any publicly accessible URL
    • Checks title tags, meta descriptions, H1/H2/H3 structure — missing, weak, or over-optimized
    • Assesses content depth and keyword alignment
    • Flags missing or incorrect schema markup by page type
    • Evaluates AI search visibility signals: entity coverage, speakable content, LLMS.txt
    • Outputs a prioritized fix list ranked by impact — tells you what to do first

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    SiteBoost Skill — URL SEO Audit & Fix List — Claude AI Skill

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Frequently Asked Questions

    Does this work on any website or only WordPress?

    Any publicly accessible URL. The skill evaluates what is visible in the page source — works on WordPress, Squarespace, Shopify, Wix, or any other platform.

    How is this different from tools like Ahrefs or Screaming Frog?

    Those tools crawl sites at scale. This skill does a deep, judgment-based evaluation of a single page — assessing not just technical signals but content quality and AI search visibility in ways automated crawlers cannot.

    Can I run this on competitor pages?

    Yes. The skill evaluates any public URL. Running it on competitor pages can reveal opportunities they are missing.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.

  • Job Closeout Package Builder — Claude AI Skill for Restoration

    Job Closeout Package Builder — Claude AI Skill for Restoration

    Close every job with complete documentation — without spending an hour assembling it.

    Who This Is For

    Built for restoration project managers who know closeout documentation matters for billing and disputes but routinely send final invoices without complete file documentation because assembling it takes too long.

    The Problem

    Job closeout is the last impression you make on both the homeowner and the adjuster. A complete, professional closeout package — customer summary, adjuster narrative, equipment retrieval confirmation, certificate of completion — signals a professional operation. Most restoration companies skip parts of it because it takes time they do not have at the end of a job. This skill assembles it in under ten minutes.

    What It Does

    • Customer summary letter: plain-language explanation of what was done, why, and what the outcome was — written for a homeowner, not an adjuster
    • Adjuster closeout narrative: technical documentation of scope, process, and measurable outcomes in the language adjusters expect
    • Internal closeout checklist: confirms every documentation item is in the file before the final invoice goes out
    • Equipment retrieval confirmation log: documentation that all equipment was retrieved and in what condition
    • Certificate of completion draft: ready to sign and include in the file

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    Job Closeout Package Builder — Claude AI Skill for Restoration

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Frequently Asked Questions

    Can I customize the closeout package for different job types?

    Yes — the skill generates output based on the job type and details you provide. Water jobs produce different documentation than fire or mold jobs.

    Does this integrate with my job management software?

    No integration required. You provide the job details and the skill generates the documents. You then place them in whatever system you use.

    What if the job had complications or supplements?

    You can include that context in the job details you provide. The closeout narrative will reflect the full job history including any supplemented scope.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.

  • Moisture Map & Drying Log Generator — Claude AI Skill for Restoration

    Moisture Map & Drying Log Generator — Claude AI Skill for Restoration

    Daily readings in. Adjuster-ready drying documentation out.

    Who This Is For

    Built for restoration technicians and project managers who take daily moisture readings but spend too much time formatting that data into documentation adjuster-reviewable reports.

    The Problem

    Daily moisture documentation is both critical and tedious. The readings take minutes. The documentation — formatting them into zone-by-zone progress reports, calculating GPP changes, noting equipment performance, flagging stalled areas — takes much longer and often gets done poorly under job pressure. Adjuster-ready drying documentation that demonstrates a professional drying protocol is one of the most important defenses against disputed claims.

    What It Does

    • Formats daily readings into structured progress reports by zone — readable, professional, adjuster-ready
    • Calculates daily GPP change per zone and flags areas that are stalling or trending wrong
    • Generates a drying narrative for each day that explains what the readings mean in plain language
    • Tracks equipment placement and output against moisture readings to demonstrate protocol compliance
    • Outputs a complete drying log summary for file closure — one document that tells the whole drying story

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    Moisture Map & Drying Log Generator — Claude AI Skill for Restoration

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Frequently Asked Questions

    What reading format do I need to input?

    The skill accepts readings in any format — you can paste from a spreadsheet, dictate from the field, or type them in whatever order you collected them. It organizes and formats from there.

    Does it generate actual moisture maps or just the data documentation?

    Text-based documentation organized by zone and material. It does not generate graphical maps but produces the same data in a structured, readable format.

    Does this replace dedicated moisture tracking software?

    No — it is a complement to whatever tracking system you use. If you have readings in Encircle or a spreadsheet, you paste them in and get formatted reports out. It handles the documentation layer.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.