desk-check

Verify and restore the captain's desk from marina location data.

1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/peteknowsai/swain-agents --skill desk-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: desk-check
Source: https://github.com/peteknowsai/swain-agents/tree/main/sprite/skills/desk-check
Command: npx skills add https://github.com/peteknowsai/swain-agents --skill desk-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify the captain's content desk exists and is ready for onboarding; if missing, automatically create it from the captain's location data to prevent onboarding stalls.

Core Features & Use Cases

  • Desk existence validation: confirms the captain's desk is present or triggers creation when absent.
  • Location-based desk provisioning: derives coordinates from marina location data to populate desk attributes.
  • Onboarding safety net: runs as a daily check to ensure desk continuity and recover from failures.

Quick Start

Check the captain's desk status and automatically create it if missing.

Frequently Asked Questions about desk-check

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

FAQPage Schema
How do I validate desk existence for onboarding automation?

To validate desk existence for onboarding, run deterministic checks to confirm the captain's desk is present and trigger automatic creation if it is missing.

What is the best way to automate desk provisioning from location data?

Automating desk provisioning from location data uses marina coordinates to populate desk attributes, ensuring the captain's desk is automatically created and ready for onboarding continuity.

Does captain desk validation work without manual intervention?

Captain desk validation works autonomously by applying deterministic checks and safe retry logic to verify desk existence and auto-create it from location data without manual intervention.

When do I need to run a desk existence validation check?

You need to run a desk existence validation check during onboarding workflows and as routine daily maintenance to ensure captain's desk continuity and recover from any provisioning failures.