coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
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.
$ npx -y skills add gaelic-ghost/socket --skill build-falco-web-app --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/build-falco-web-appContext 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.
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.
Use Falco for its lightweight functional HTTP surface while leaving business behavior as ordinary, testable F# code.
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.
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.
Run the repository's targeted commands. If it has none, use:
dotnet build <web-project.fsproj> dotnet test <test-project.fsproj>
official Azure Skills handoff rather than inventing provider commands here.
Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Assign worktree, branch, write, validation, integration, and cleanup ownership before parallel repository work. Use when a worker will inspect or modify…
Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents,…
Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds,…
Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.
Coordinate bounded worker tasks with a launch envelope, report-back, escalation, and synthesis contract. Use before spawning, resuming, steering, cancelling,…