Refly Tutorial: Build Deterministic Agent Skills and Ship Them Across APIs and Claude Code

June 15, 2026 ยท View on GitHub

Learn how to use refly-ai/refly to turn vibe workflows into reusable, versioned agent skills that can run via API, webhook, and CLI integrations.

GitHub Repo License Release

Why This Track Matters

refly represents a fast-moving direction in agentic tooling: converting ad-hoc workflow logic into governed, reusable capability assets.

This track focuses on:

  • deploying and running Refly with a reliable local baseline
  • understanding the architecture behind skills, workflow runtime, and delivery paths
  • integrating through API, webhook, and CLI for real production usage
  • operating and contributing with stronger governance and observability

Current Snapshot (auto-updated)

  • repository: refly-ai/refly
  • stars: about 7.4k
  • GitHub release reference: v1.1.0 (checked 2026-06-15; release metadata on GitHub)

Mental Model

flowchart LR
    A[Business intent] --> B[Workflow and skill construction]
    B --> C[Deterministic runtime execution]
    C --> D[Delivery paths: API, webhook, CLI]
    D --> E[Claude Code and app integrations]
    E --> F[Governance and continuous improvement]

Chapter Guide

ChapterKey QuestionOutcome
01 - Getting StartedHow do I get Refly running quickly?Working local baseline
02 - Architecture and Component TopologyHow are API, web, and packages organized?System-level understanding
03 - Workflow Construction and Deterministic RuntimeHow do I build reliable executable workflows?Better workflow design
04 - API and Webhook IntegrationsHow do I integrate Refly into external systems?Production-ready integration path
05 - Refly CLI and Claude Code Skill ExportHow does CLI-driven workflow orchestration work?Repeatable automation interface
06 - Observability, Deployment, and OperationsHow do I operate Refly beyond a demo?Operational runbook baseline
07 - Troubleshooting, Safety, and Cost ControlsHow do I debug failures and reduce risk?Reliability and guardrail playbook
08 - Contribution Workflow and GovernanceHow do teams contribute effectively?Contributor readiness

What You Will Learn

  • how to build and run deterministic workflows in Refly
  • how to connect Refly to APIs, webhooks, and agent runtimes
  • how to use CLI workflows for structured automation and debugging
  • how to operate and evolve Refly in team or production contexts

Source References


Start with Chapter 1: Getting Started.

Full Chapter Map

  1. Chapter 1: Getting Started
  2. Chapter 2: Architecture and Component Topology
  3. Chapter 3: Workflow Construction and Deterministic Runtime
  4. Chapter 4: API and Webhook Integrations
  5. Chapter 5: Refly CLI and Claude Code Skill Export
  6. Chapter 6: Observability, Deployment, and Operations
  7. Chapter 7: Troubleshooting, Safety, and Cost Controls
  8. Chapter 8: Contribution Workflow and Governance

Generated by AI Codebase Knowledge Builder