bifrost:build

Empowers developers to efficiently manage workflows, assets, and Git-based deployments in one place.

55|14|Updated Oct 12, 2025
One-click install
npx skills add https://github.com/jackmusick/bifrost --skill bifrost-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bifrost:build
Source: https://github.com/jackmusick/bifrost/tree/main/.claude/skills/bifrost-build
Command: npx skills add https://github.com/jackmusick/bifrost --skill bifrost-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables users to create, debug, and modify Bifrost artifacts like workflows, forms, and applications, supporting both local development with Git and platform-only modes.

Core Features & Use Cases

  • Local-First Development: Encourages local coding, testing, and version control before deploying to the Bifrost platform.
  • Platform Operations: Provides tools for managing and interacting with the Bifrost platform when local development is not feasible.
  • Use Case: A developer wants to create a new onboarding workflow. They will write the Python code locally, define the form fields, add it to the .bifrost/workflows.yaml manifest, commit to Git, and then sync it to the Bifrost platform for execution.

Quick Start

Use the bifrost:build skill to create a new workflow named 'user_onboarding' in the 'development' organization.

Frequently Asked Questions about bifrost:build

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build Bifrost workflows locally before deploying?

To build Bifrost workflows locally, write Python code, define form fields, add entries to the .bifrost/workflows.yaml manifest, commit to Git, and sync to the platform. This SDK-first approach enables local testing and version control before deployment.

Can I develop Bifrost applications without local Git integration?

Bifrost applications can be developed without local Git using the MCP-only remote development workflow. This platform operations mode provides tools for managing and interacting with Bifrost artifacts directly when local development is not feasible.

What is the best way to sync local Bifrost artifacts to the platform?

The best way to sync Bifrost artifacts is through the SDK-first local development workflow. You create and test artifacts locally, commit changes to Git, then use platform APIs to synchronize, validate, and deploy the workflows or forms remotely.

Does Bifrost development require defining forms in a YAML manifest?

Bifrost development uses the .bifrost/workflows.yaml manifest to define form fields and register workflows. Adding your artifact to this manifest is a required step to synchronize local Python code with the Bifrost platform for execution.

What types of Bifrost artifacts can I create and debug with this SDK?

You can create, debug, and modify Bifrost platform artifacts including workflows, forms, agents, and applications. The SDK manages artifact creation, testing, synchronization, and validation through local tooling and platform APIs.

Why does my Bifrost workflow fail to sync without the manifest file?

Bifrost workflow synchronization requires the .bifrost/workflows.yaml manifest to map local Python code and form definitions to the platform. Without committing this manifest to Git, the platform APIs cannot validate or execute the deployed artifacts.