Agent Plugins Marketplace
All plugins

professional-skills

v1.0.0

Professional writing skills for AI coding agents: anti-slop editing that makes drafts sound human, and technical content writing with runtime voice calibration.

CodexClaude Code1 Skill

By Kaos599License: MIT3 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 5, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install professional-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Kaos599/professional-skills
codex plugin marketplace upgrade professional-skills
codex plugin add professional-skills@professional-skills

Paste and run these commands in a terminal with Codex. They add and refresh the professional-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “professional-skills” remain stable.

  • Codex: professional-skills@agent-plugin-marketplaceprofessional-skills@professional-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Kaos599/professional-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

professional-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/technical-content-writer/SKILL.md

Included Skills1

technical-content-writerskills/technical-content-writer/SKILL.md

Write technical content that sounds like a specific human wrote it - LinkedIn posts, blog posts, threads, newsletters, essays about engineering and infrastructure subjects. Derives a voice signature from exemplars before drafting, forces mechanism and numbers over adjectives, and runs an anti-slop gate before output. Use when writing or rewriting any technical content for a public audience.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "professional-skills",
  "version": "1.0.0",
  "description": "Professional writing skills for AI coding agents: anti-slop editing that makes drafts sound human, and technical content writing with runtime voice calibration.",
  "author": {
    "name": "Kaos599",
    "url": "https://github.com/Kaos599"
  },
  "repository": "https://github.com/Kaos599/professional-skills",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "anti-slop",
    "technical-writing",
    "copywriting"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Professional Skills",
    "shortDescription": "Anti-slop editing and technical content writing skills",
    "longDescription": "Two production-grade writing skills for AI coding agents: anti-slop-writing removes AI tells and restores human voice; technical-content-writer drafts checkable technical posts, threads, and docs in a derived voice.",
    "developerName": "Kaos599",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use Professional Skills to edit this draft so it sounds like a person wrote it.",
      "Use Professional Skills to write a technical LinkedIn post about what I just shipped."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "professional-skills",
  "description": "Professional writing skills for AI coding agents: anti-slop editing that makes drafts sound human, and technical content writing with runtime voice calibration.",
  "version": "1.0.0",
  "author": {
    "name": "Kaos599",
    "url": "https://github.com/Kaos599"
  },
  "repository": "github:Kaos599/professional-skills",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "anti-slop",
    "claude-code",
    "technical-writing",
    "copywriting"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[professional-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/professional-skills)