> clade-core-workflow-a
Redirect to claude-model-inference for Messages API streaming, vision, and structured output patterns. Use when looking for the primary Anthropic workflow. Trigger with "anthropic workflow", "claude main workflow".
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/clade-core-workflow-a?format=md"Anthropic Core Workflow A → Model Inference
Overview
This skill redirects to clade-model-inference which covers streaming, vision, structured output, and all Messages API patterns.
Prerequisites
- Completed
clade-install-authsetup ANTHROPIC_API_KEYconfigured
Instructions
Step 1: Use claude-model-inference instead
This skill has been replaced. The primary Anthropic workflow is the Messages API, covered in full by clade-model-inference.
Step 2: Key topics covered there
- Streaming responses with
client.messages.stream() - Vision — sending images to Claude
- Structured JSON output via system prompts
- Multi-turn conversations
- All Messages API parameters
Output
- Redirected to
clade-model-inference - All Messages API patterns available there
Error Handling
| Issue | Solution |
|---|---|
| Skill not found | Run clade-model-inference directly |
Examples
// Use claude-model-inference for the full Messages API guide
import Anthropic from '@claude-ai/sdk';
const client = new Anthropic();
const stream = client.messages.stream({
model: 'claude-sonnet-4-20250514',
max_tokens: 1024,
messages: [{ role: 'user', content: 'Hello!' }],
});
Resources
Next Steps
Run clade-model-inference for the complete guide.
> related_skills --same-repo
> fathom-cost-tuning
Optimize Fathom API usage and plan selection. Trigger with phrases like "fathom cost", "fathom pricing", "fathom plan".
> fathom-core-workflow-b
Sync Fathom meeting data to CRM and build automated follow-up workflows. Use when integrating Fathom with Salesforce, HubSpot, or custom CRMs, or creating automated post-meeting email summaries. Trigger with phrases like "fathom crm sync", "fathom salesforce", "fathom follow-up", "fathom post-meeting workflow".
> fathom-core-workflow-a
Build a meeting analytics pipeline with Fathom transcripts and summaries. Use when extracting insights from meetings, building CRM sync, or creating automated meeting follow-up workflows. Trigger with phrases like "fathom analytics", "fathom meeting pipeline", "fathom transcript analysis", "fathom action items sync".
> fathom-common-errors
Diagnose and fix Fathom API errors including auth failures and missing data. Use when API calls fail, transcripts are empty, or webhooks are not firing. Trigger with phrases like "fathom error", "fathom not working", "fathom api failure", "fix fathom".