friday-platformfriday-platformOfficial·21 Agent Skills Included

friday-studio

Turn natural-language requests into scheduled, repeatable automated workflows

Converts plain-English requests into versioned workspace.yml workflows that run on schedules, webhooks, or chat commands. Eliminates manual inbox triage, PR reviews, competitor monitoring, and repetitive operational tasks. Includes skills for authoring agents, wiring signals, debugging jobs, managing memory, and connecting MCP servers. Runs locally with full observability so every automated run can be inspected and replayed.
npx skills add friday-platform/friday-studio --all -g -y
Available:

Gives your AI agent package-specific operating rules — how to run evaluations, follow the UI design system, enforce credential security, and spawn agents correctly — when working inside each part of this monorepo.

All Skills in This Repository (21)

Pure Emerald Level Indicators
📦 In Repo
friday-platformfriday-platform

core

Automate browser interactions using accessibility tree snapshots and stable element references.

Official
Intermediate
📦 In Repo
friday-platformfriday-platform

delegate-handoff

Define delegate() call parameters for spawning child agents with inherited context.

Official
Advanced
📦 In Repo
friday-platformfriday-platform

authoring-skills

Create agent skills compliant with Anthropic and agentskills.io specifications.

Official
Advanced
📦 In Repo
friday-platformfriday-platform

repairing-workspaces-agents

Repair broken Friday workspaces, jobs, and agents to match runtime contracts.

Official
Advanced
📦 In Repo
friday-platformfriday-platform

debugging-empty-output

Diagnose AI workflow sessions that complete without producing usable output.

Official
Intermediate
📦 In Repo
friday-platformfriday-platform

wiring-external-webhooks

Route external service webhooks to Friday HTTP signals with full payload integrity.

Official
Intermediate
📦 In Repo
friday-platformfriday-platform

debugging-tool-loops

Diagnose repetitive tool call loops and add termination criteria to agent prompts.

Official
Intermediate
📦 In Repo
friday-platformfriday-platform

debugging-broken-jobs

Triage failed Friday workspace jobs and route them to specialized debug skills.

Official
Intermediate
📦 In Repo
friday-platformfriday-platform

using-mcp-servers

Select and configure MCP servers with diagnostic procedures for common failures.

Official
Intermediate
📦 In Repo
friday-platformfriday-platform

workspace-api

Manage Friday workspace lifecycles via the daemon HTTP API.

Official
Advanced
📦 In Repo
friday-platformfriday-platform

writing-friday-python-agents

Author Friday Python user agents with platform-compliant decorators and I/O routing.

Official
Advanced
📦 In Repo
friday-platformfriday-platform

debugging-job-invocation

Diagnose workspace job tool output-errors caused by missing prompt arguments.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install friday-studio?

Run `npx skills add friday-platform/friday-studio --all -g -y` in your terminal to install all skills in this suite globally.

What does Friday Studio do?

It turns plain-English requests into versioned workspace.yml workflows that run on cron schedules, webhooks, or chat commands. You describe the task once, and the local daemon runs it repeatedly with full observability.

How do I automate tasks like inbox triage or PR reviews?

Define a signal (cron, HTTP webhook, Slack, or email), wire it to a job and agent in workspace.yml, and the daemon executes it on schedule. The included skills guide your agent through authoring, validating, and debugging each piece.

Can I write custom agents in Python?

Yes. The writing-friday-python-agents skill covers the friday-agent-sdk, letting you build single-file Python agents that call LLMs, HTTP APIs, and MCP tools through managed host capabilities.

How do I connect external webhooks like GitHub or Jira?

The wiring-external-webhooks skill walks through exposing a workspace's HTTP signal via the built-in tunnel URL and registering it with the upstream service, with correct payload schema handling.

Related Repositories in Software Engineering

View All in Software Engineering