<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cross-Platform Authoring Guidance on Agent Skill Implementation</title>
    <link>https://agentskillimplementation.com/guidance/</link>
    <description>Recent content in Cross-Platform Authoring Guidance on Agent Skill Implementation</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 01 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://agentskillimplementation.com/guidance/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Glossary</title>
      <link>https://agentskillimplementation.com/guidance/glossary/</link>
      <pubDate>Sat, 01 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://agentskillimplementation.com/guidance/glossary/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Canary phrase&lt;/strong&gt;: A unique string (e.g., CARDINAL-ZEBRA-7742) embedded in a&#xA;benchmark skill file. If the model knows a canary phrase without having&#xA;explicitly read the file containing it, the platform loaded that file&#xA;automatically. More reliable than asking the model to self-report about its&#xA;context.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Context compaction&lt;/strong&gt;: When a platform truncates or summarizes older messages&#xA;to free space in the context window during a long conversation. Also called&#xA;context pruning or summarization.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Context window&lt;/strong&gt;: The total amount of text (measured in tokens) that a model&#xA;can consider at once. Skill content, conversation history, and system prompts&#xA;all compete for this space.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Fallback behavior&lt;/strong&gt;: What happens when a platform&amp;rsquo;s default behavior doesn&amp;rsquo;t&#xA;surface content to the model. Can the agent self-recover, does the user need to&#xA;intervene, or is the content inaccessible?&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Harness&lt;/strong&gt;: The platform&amp;rsquo;s infrastructure that wraps around the model. The&#xA;harness handles skill discovery, file loading, tool provisioning, and context&#xA;management. Harness behavior is deterministic; model behavior is probabilistic.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Model-level behavior&lt;/strong&gt;: Behavior determined by the model&amp;rsquo;s interpretation of&#xA;instructions. May vary by model, prompt language, or across runs. Example: the&#xA;model deciding whether to follow a markdown link and read the referenced file.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Platform-level behavior&lt;/strong&gt;: Behavior enforced by the harness. Deterministic and&#xA;consistent across runs. Example: the platform stripping YAML frontmatter before&#xA;passing skill content to the model.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Progressive disclosure&lt;/strong&gt;: The spec&amp;rsquo;s recommended three-tier loading model:&#xA;metadata at startup, instructions on activation, resources on demand. Whether&#xA;platforms actually follow this model is one of the core questions this project&#xA;investigates.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Pull harness&lt;/strong&gt;: A platform where the model fetches skill content itself with&#xA;its file-read tools; activation &lt;em&gt;is&lt;/em&gt; a read. The model sees the raw file&#xA;(frontmatter included), and behaviors like re-reading on reactivation or&#xA;resolving a dependency are largely model choices rather than platform policy.&#xA;Automated findings record this as the &lt;code&gt;model-pull&lt;/code&gt; vehicle. Codex CLI and&#xA;Antigravity behave this way in our findings.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Push harness&lt;/strong&gt;: A platform whose harness injects skill content into the&#xA;model&amp;rsquo;s context at activation (e.g., via a dedicated skill tool). The platform&#xA;controls what the model sees (it may strip frontmatter or wrap content), and&#xA;loading behaviors like deduplication are enforceable platform-side. Automated&#xA;findings record this as the &lt;code&gt;harness-push&lt;/code&gt; vehicle. Claude Code behaves this&#xA;way in our findings. A single platform can mix vehicles: a push harness still&#xA;relies on model pulls for bundled resources.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
