Skip to content
Skillv1.0.0

guidance-streaming

Streaming with Guidance. token streaming.

by ssrjkk(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ssrjkk/claude-skills (.claude/skills/ai/guidance-streaming/SKILL.md). Install upstream with npx skills add ssrjkk/claude-skills --skill guidance-streaming. Copyright stays with the author.

Guidance Streaming

Streaming with Guidance. token streaming.

Quick Start

# Guidance Streaming
# See Guidance docs

When to Use

  • Building applications with Guidance
  • token streaming
  • real-time output
  • async comms

Step-by-Step

  1. Install: pip install guidance
  2. Set up Guidance
  3. Configure Streaming
  4. Implement features
  5. Test and verify

Dependencies

  • Guidance >= latest stable
  • Runtime environment
  • Dependencies as needed

Examples

# Guidance Streaming
# See Guidance documentation

Resources

  • Official Guidance documentation
  • Community tutorials
  • GitHub repositories

Validation

  • Run: guidance --version
  • Test with sample data
  • Verify output correctness

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/ssrjkk-claude-skills-guidance-streaming/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

ssrjkk-claude-skills-guidance-streaming.ocm.jsonjson
{
  "ocm": "1",
  "id": "ssrjkk-claude-skills-guidance-streaming",
  "kind": "skill",
  "name": "guidance-streaming",
  "description": "Streaming with Guidance. token streaming.",
  "publisher": "ssrjkk",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "guidance",
      "streaming",
      "ai",
      "llm",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Streaming with Guidance. token streaming."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/ssrjkk/claude-skills",
      "path": ".claude/skills/ai/guidance-streaming/SKILL.md",
      "ref": "e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9",
      "url": "https://github.com/ssrjkk/claude-skills/blob/e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9/.claude/skills/ai/guidance-streaming/SKILL.md",
      "key": "ssrjkk/claude-skills/.claude/skills/ai/guidance-streaming/SKILL.md"
    }
  },
  "instructions": "# Guidance Streaming\n\n> Streaming with Guidance. token streaming.\n\n## Quick Start\n```python\n# Guidance Streaming\n# See Guidance docs\n```\n\n## When to Use\n- Building applications with Guidance\n- token streaming\n- real-time output\n- async comms\n\n## Step-by-Step\n1. Install: `pip install guidance`\n2. Set up Guidance\n3. Configure Streaming\n4. Implement features\n5. Test and verify\n\n## Dependencies\n- Guidance >= latest stable\n- Runtime environment\n- Dependencies as needed\n\n## Examples\n```python\n# Guidance Streaming\n# See Guidance documentation\n```\n\n## Resources\n- Official Guidance documentation\n- Comm",
  "cost": {
    "context_tokens": 183
  }
}

Fetch it by URL: GET /api/v1/registry/ssrjkk-claude-skills-guidance-streaming/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.