From acf7270f882285adf188002dddebf66ba9db3b80 Mon Sep 17 00:00:00 2001 From: Steve Nims Date: Sun, 7 Dec 2025 22:21:44 -0500 Subject: [PATCH] chore(agent-development): replace emoji with text in warning callout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace ⚠️ emoji with "Important -" prefix in the SKILL.md warning callout to comply with project style guidelines that avoid emojis in documentation. Fixes #32 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- plugins/plugin-dev/skills/agent-development/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugin-dev/skills/agent-development/SKILL.md b/plugins/plugin-dev/skills/agent-development/SKILL.md index c2f8e09..64dfd08 100644 --- a/plugins/plugin-dev/skills/agent-development/SKILL.md +++ b/plugins/plugin-dev/skills/agent-development/SKILL.md @@ -16,7 +16,7 @@ Agents are autonomous subprocesses that handle complex, multi-step tasks indepen - System prompt defines agent behavior - Model and color customization -> **⚠️ Field Name Difference:** Agents use `tools` to restrict tool access. Skills use `allowed-tools` for the same purpose. Don't confuse these when switching between component types. +> **Important - Field Name Difference:** Agents use `tools` to restrict tool access. Skills use `allowed-tools` for the same purpose. Don't confuse these when switching between component types. ## Quick Start