clade-core-workflow-a

Solid

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

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
72
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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-auth` setup - `ANTHROPIC_API_KEY` configured ## 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 ```typescript // 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 - [Messages API](https://docs.anthropic.com/en/api/messages) - [Streaming](https://docs.anthropic.com/en/api/messages-streaming) ## Next Steps Run `clade-model-inference` for the complete guide.

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

clade-model-inference

Stream Claude responses, use system prompts, handle multi-turn conversations, Use when working with model-inference patterns. and process structured output with the Messages API. Trigger with "anthropic streaming", "claude messages api", "claude inference", "stream claude response".

2,266 Updated today
jeremylongshore
AI & Automation Solid

clade-core-workflow-b

Redirect to claude-embeddings-search for tool use (function calling) and agentic loop patterns with Claude. Use when looking for the secondary Anthropic workflow. Trigger with "anthropic tools", "claude function calling".

2,266 Updated today
jeremylongshore
AI & Automation Listed

claude-api

Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.

0 Updated today
CodeWithBehnam
AI & Automation Solid

claude-api

Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.

199,464 Updated today
affaan-m
AI & Automation Listed

claude-api

Load when a workflow-router-selected owner workflow needs Claude API or Anthropic SDK build, debug, migration, or tuning work; skip provider-neutral, OpenAI, or non-Anthropic model work.

1 Updated yesterday
JasonxzWen