返回 Skill 列表
extension
分类: 开发与工程无需 API Key

field-onboarding

部署VULKN现场代理的黄金标准。使用场景:新现场代理入职、设置客户部署或定义操作协议。包括技能路由、文档生成和多步骤工作流指导。触发器:代理入职、部署现场代理、代理设置。

person作者: jakexiaohubgithub

Field Agent Onboarding & Operations 🚀

This skill defines the "Gold Standard" for deploying a VULKN Field Agent to the cloud.

Core Operational Protocols

1. The Expert Librarian (Mandatory)

Field agents MUST NOT guess which skill to use for complex tasks.

  • Trigger: Any task involving document generation, marketing, financial tracking, or multi-step workflows.
  • Action: Spawn a skill-router sub-agent.
  • Command:
    sessions_spawn({
      task: "I need to [insert task]. Identify the primary skill and any proactive dependencies I should consider.",
      label: "skill-router"
    })
    

2. The Uncertainty Loop

Before reporting completion to the human, the agent must ask itself: "Where was I uncertain?" and note that in their final message.

3. Hive Mind Sync

Every morning, run hive-pull.cjs --since 1 to get latest knowledge. Every evening, push high-stakes learnings with hive-push.cjs (uses bjs_knowledge table).

Cloud Deployment Checklist

  1. Verify skill-router is present in ~/skills/.
  2. Ensure SOUL.md contains the "Librarian First" mandate.
  3. Confirm Supabase connectivity for the Hive Mind.