Skip to content
Development
Skill

/build-falco-web-app

Build or modify a Falco web application in idiomatic F#, using functional routing, request and response helpers, explicit ASP.NET Core integration, security boundaries, and focused tests.

From plugin
socket
7200 skills5 MCP
Install
$ npx -y skills add gaelic-ghost/socket --skill build-falco-web-app --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/build-falco-web-app

Context preview

The summary Claude sees to decide when to auto-load this skill.

Build or modify a Falco web application in idiomatic F#, using functional routing, request and response helpers, explicit ASP.NET Core integration, security boundaries, and focused tests.

SKILL.md

build-falco-web-app.SKILL.md
name: build-falco-web-app
description: Build or modify a Falco web application in idiomatic F#, using functional routing, request and response helpers, explicit ASP.NET Core integration, security boundaries, and focused tests.

Build Falco Web App

Use Falco for its lightweight functional HTTP surface while leaving business behavior as ordinary, testable F# code.

Source Check

Read existing routes, the web host, project references, tests, and configuration before editing. Consult [Falco's source and documentation](https://github.com/falcoframework/Falco) and [ASP.NET Core documentation](https://learn.microsoft.com/aspnet/core/) for current package behavior.

Workflow

1. Confirm Falco is the selected framework; otherwise start with `dotnet:choose-fsharp-web-framework`. 2. Define route handlers around one request job. Parse input, call a domain function, then write one explicit response shape. 3. Keep routing declarative and readable. Split route groups by feature instead of building one mutable registration surface. 4. Use the existing ASP.NET Core host for configuration, dependency registration, authentication, authorization, logging, and rate or upload limits. Do not hide those platform concerns in unrelated response helpers. 5. Treat HTML/view code as presentation. Keep it separate from request parsing, authorization, and persistence behavior. 6. Test domain modules without a host, then add endpoint or integration coverage for routes, input validation, auth decisions, and response contracts.

Validation

Run the repository's targeted commands. If it has none, use:

dotnet build <web-project.fsproj>
dotnet test <test-project.fsproj>

Boundaries

  • Preserve F# compile order and explicit task or async boundaries.
  • Do not translate C# controller or service patterns mechanically into Falco.
  • For Azure resources, hosting, monitoring, identity, or deployment, use the

official Azure Skills handoff rather than inventing provider commands here.

Read more
Ships withsocket

Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo

Get the whole plugin

Other skills on socket.