.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/friday-platform/friday-studio
home/skills/friday-platform/friday-studio
friday-platform avatar

friday-platform/friday-studio

21 skills

View on GitHub
$npx skills add friday-platform/friday-studio
SkillInstalls
agent-action-handshakeCanonical reference for the contract between an FSM action and the agent it invokes.—authoring-skillsAuthors new agent skills that follow the Anthropic + agentskills.io specification.—composing-contextcomposing-emailsGeneral styling and tone guidelines for composing HTML emails.—debugging-broken-jobsTriage entry-point for any "the job ran but something's wrong" situation in a Friday workspace.—debugging-empty-outputLoads when a workspace job tool returns `success: true, status: completed` AND (`summary: ""` OR `artifactIds: []` OR summary equals "Session completed without…—debugging-job-invocationLoads when a workspace job tool (called from chat) returns `output-error` with no meaningful error text — typically because the tool was invoked with bare…—debugging-runtime-errorsLoads when a session ends with `status: failed` AND a structured error message.—debugging-tool-loopsLoads when a session shows many tool calls (often the same name repeated) with no terminal text, no `complete` call, and either hits `stopWhen:…—delegate-handoffLoads when the agent calls `delegate({...})` for a non-trivial sub-task.—friday-cliInteracts with a running Friday daemon via CLI and HTTP — lists/creates/modifies workspaces, triggers signals, watches sessions, publishes skills and agents.—repairing-workspaces-agentsRepairs and upgrades existing Friday workspaces, jobs, user agents, and generated agents to current runtime contracts.—skillCore agent-browser usage guide. Read this before running any agent-browser commands.—using-elicitationsAsks the user mid-run from inside an FSM action or Python `type: user` agent via the elicitation tools — `request_tool_access` for allowlist approvals and…—using-mcp-serversUse when choosing between install, enable, disable, or delete for an MCP server; when an agent needs to discover or delegate to MCP servers; or when MCP tools…—wiring-external-webhooksConnects an external service's webhook (Bitbucket / Jira / GitHub / custom) to a workspace's HTTP signal via Friday's `/hook/raw/` tunnel URL.—workspace-apiCreate, list, update, delete, and clean up workspaces via the daemon HTTP API at $FRIDAYD_URL.—writing-friday-python-agentsAuthoring guide for Python user agents (type:"user") on the Friday platform via the friday-agent-sdk.—writing-to-memoryHow to read and write Friday memory stores correctly: store selection, terse entry format, large-content artifact pattern, and what's auto-injected into the…—writing-workspace-jobsAuthor FSM workspace jobs. Use when creating, editing, or debugging jobs, signals, or FSM workflows in workspace.yml.—writing-workspace-signalsAuthors Friday workspace signals with correct provider configs, payload schemas, and runtime wiring.—