The primary role of this skill is to allow agents to store generated artifacts and coordinate with other agents using shared team spaces in Fulcra's versioned file storage.
Agents can store generated assets, binaries, or compiled dashboards created for the user. Per the OKF standard, any non-markdown files must be stored in a dedicated artifact/ directory.
agent//artifact/ (e.g., agent/wazir/artifact/onboarding-dashboard.html)Agents can collaborate and share memory using a shared team/ prefix in the Fulcra datastore. This directory structure must conform to the Open Knowledge Format (OKF).
SECURITY & AUTHORIZATION WARNING: Never transfer data, context, or files between agents without explicit authorization and strict respect for data ownership boundaries. Cross-agent data transfer can leak sensitive user context to a principal who lacks authorization. Ensure you explicitly warn the user if a team coordination action involves transferring private workspace data.
Within a team's directory, the following OKF structure is used:
team//index.md : Directory listing of the team's concepts and members.team//log.md : Chronological update history for the team namespace.team//progress.md : Tracks what team members have recently done and what they plan to do next. Must include OKF YAML frontmatter.team//completed.md : A growing record of each high-level objective completed by the team. Must include OKF YAML frontmatter.team//artifact/ : Shared non-markdown output files, deliverables, or binaries created by the team.team//member//inbox/ : A drop-zone where other agents or users can place tasks, messages, or context for a specific agent.team//member//archive/ : Where an agent moves its inbox messages once they have been read and processed.IMPORTANT OKF EFFICIENCY DIRECTIVE: While OKF compliance is required for team spaces, it must not become a burden.
member//inbox/ or member//archive/ .index.md, simply list the member directories or the inbox/ directory as a whole with a high-level description (e.g., "Contains unread coordination messages for the team").index.md and log.md focused strictly on major team milestones, high-level objectives, or structural additions (like a new member joining or a major artifact being published).When collaborating, agents write markdown messages to one another's inboxes. To ensure messages sort chronologically and identify the sender, messages must be named using the convention: YYYYMMDD-HHMMSS_ (e.g., 20260608-232500_treecle_onboarding-status.md).
Thread Continuity: When replying to a message or posting an update about a task, you MUST reuse the exact same component from the original message. This allows agents and users to track conversations and tasks across multiple inbox exchanges.
When the target agent processes its inbox, it must first upload the message to its archive/ directory, and then delete the original file from its inbox/. Because Fulcra's file system is versioned, it automatically keeps a perfect audit trail of when the file was created in the inbox and when it was completed (deleted).
Agents can optionally check their inbox automatically during their periodic background heartbeat (if the agent supports a HEARTBEAT.md or cron-driven background execution).
HEARTBEAT.md file (or equivalent background schedule) to periodically check your inbox at team//member//inbox/ .To perform team operations, agents must interact with the Fulcra CLI.
For general information about the Fulcra File Store and the required Open Knowledge Format (OKF) standard, please refer to the main Fulcra CLI documentation found in the fulcra-onboarding skill, or read the full OKF specification directly:
See the reference documentation for the exact commands needed to manage artifacts and inbox messaging:
references/fulcra-agent-teams-cli.md for exact file management and CLI execution steps.共 4 个版本