Skip to content

Commit 01acd7e

Browse files
sjnimsclaude
andauthored
chore(agent-development): replace emoji with text in warning callout (#37)
## Summary Replace ⚠️ emoji with "Important -" text prefix in the agent-development SKILL.md warning callout to comply with project style guidelines. ## Problem Fixes #32 The SKILL.md used an emoji (⚠️) in a warning callout, which conflicts with the project's style guideline to avoid emojis unless explicitly requested. ## Solution Changed `**⚠️ Field Name Difference:**` to `**Important - Field Name Difference:**` which: - Preserves the warning context and visibility - Maintains the descriptive "Field Name Difference" phrase - Complies with style guidelines ### Alternatives Considered - `**Warning:**` with reworded text - less descriptive, loses "Field Name Difference" phrase ## Changes - `plugins/plugin-dev/skills/agent-development/SKILL.md`: Replace emoji with text in line 19 ## Testing - [x] Markdownlint passes - [x] Warning callout meaning preserved --- 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 418cee8 commit 01acd7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/plugin-dev/skills/agent-development

plugins/plugin-dev/skills/agent-development/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Agents are autonomous subprocesses that handle complex, multi-step tasks indepen
1616
- System prompt defines agent behavior
1717
- Model and color customization
1818

19-
> **⚠️ 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.
19+
> **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.
2020
2121
## Quick Start
2222

0 commit comments

Comments
 (0)