From 8cb9e4838a4f2e5cc345dd243d815e314d61a415 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Thu, 20 Aug 2026 01:51:29 +0300 Subject: [PATCH] docs: add communication style skill and enable it globally Adds a new communication-style skill for rewriting text in a more human voice Replaces the old unslop skill with the new name and guidance Updates agent instructions to apply the communication-style skill to every task --- .agents/skills/{unslop => communication-style}/SKILL.md | 6 +++--- AGENTS.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) rename .agents/skills/{unslop => communication-style}/SKILL.md (98%) diff --git a/.agents/skills/unslop/SKILL.md b/.agents/skills/communication-style/SKILL.md similarity index 98% rename from .agents/skills/unslop/SKILL.md rename to .agents/skills/communication-style/SKILL.md index 4fd0f03d..d1760fb8 100644 --- a/.agents/skills/unslop/SKILL.md +++ b/.agents/skills/communication-style/SKILL.md @@ -1,10 +1,10 @@ --- -name: unslop -description: Must always apply. +name: communication-style +description: Use it always. author: poteto (pstack) --- -# Unslop +# Communication style Edit text to remove AI patterns and add human voice. diff --git a/AGENTS.md b/AGENTS.md index 0ea1ebb6..dee36e98 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -95,6 +95,7 @@ process violation. | iOS Simulator build, launch, preview, gestures, or `serve-sim` control | `serve-sim` | | Drafting or updating user-facing CHANGELOG entries for the `[Unreleased]` section (main app or VS Code extension) | `changelog-authoring` | | Creating or editing skills, `AGENTS.md`, or docs reached through agent instructions/context pointers | `writing-for-agents` | +| Every task, always | `communication-style` | Pure code-reading or explanation does not require implementation skills unless needed to interpret a specialized subsystem.