@agent-native/core 0.37.0 → 0.37.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,7 +113,7 @@ Follow the create-skill pattern to build this. Before writing:
113
113
 
114
114
  1. **Determine the skill name** — derive a hyphen-case name from the description (e.g. "code review" → "code-review")
115
115
  2. **Determine the skill type** — Pattern (architectural rule), Workflow (step-by-step), or Generator (scaffolding)
116
- 3. **Write the skill** as a personal resource at path "skills/<name>/SKILL.md" using resource-write
116
+ 3. **Write the skill** as a personal resource at path "skills/<name>/SKILL.md" using the \`resources\` tool with \`action: "write"\`
117
117
 
118
118
  The skill file MUST have YAML frontmatter with name and description (under 40 words), then markdown with:
119
119
  - Clear rule/purpose statement