🎯

reducing-entropy

🎯Skill

from softaworks/agent-toolkit

VibeIndex|
What it does

Reduces complexity and improves code organization by systematically restructuring and simplifying software architecture and codebase design.

reducing-entropy

Installation

Install skill:
npx skills add https://github.com/softaworks/agent-toolkit --skill reducing-entropy
1,511
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# Softaworks Agent Skills

Opinionated skills shared by [@leonardocouy](https://github.com/leonardocouy) for improving daily work efficiency with Claude Code. Skills are packaged instructions and scripts that extend agent capabilities across development, documentation, planning, and professional workflows.

Skills follow the [Agent Skills](https://agentskills.io/) format.

---

🧭 Quick Navigation

[🚀 Installation](#-installation)[📚 Available Skills](#-available-skills)[🤖 Agents & Commands](#-agents--commands)[📖 Skill Structure](#-skill-structure)[🤝 Contributing](#-contributing)[📄 License](#-license)[🔗 Links](#-links)

---

🚀 Installation

Quick Install (Recommended)

```bash

npx skills add softaworks/agent-toolkit

```

This method works with multiple AI coding agents (Claude Code, Codex, Cursor, etc.)

Register as Plugin Marketplace

Run the following commands in Claude Code:

```bash

/plugin marketplace add softaworks/agent-toolkit

/plugin

```

Install Plugins

Option 1: Via Browse UI

  1. Switch to Marketplaces tab (use arrow keys or Tab)
  2. Select agent-toolkit, press Enter
  3. Browse and select the plugin(s) you want to install
  4. Select Install now

Option 2: Direct Install

```bash

# Install specific skill

/plugin install codex@agent-toolkit

/plugin install humanizer@agent-toolkit

# Install specific agent

/plugin install agent-codebase-pattern-finder@agent-toolkit

# Install specific command

/plugin install command-codex-plan@agent-toolkit

```

Option 3: Ask the Agent

Simply tell Claude Code:

> Please install Skills from github.com/softaworks/agent-toolkit

Available Plugins

Each skill, agent, and command is an individual plugin that can be installed separately:

  • Skills → See [Available Skills](#-available-skills) for the full list
  • Agents → See [Agents](#agents) (install as agent-@agent-toolkit)
  • Commands → See [Slash Commands](#slash-commands) (install as command-@agent-toolkit)

Update Plugins

To update plugins to the latest version:

  1. Run /plugin in Claude Code
  2. Switch to Marketplaces tab
  3. Select agent-toolkit
  4. Choose Update marketplace

You can also Enable auto-update to get the latest versions automatically.

Manual Installation

For Claude Code (Manual) — Skills only

```bash

cp -r skills/ ~/.claude/skills/

```

For claude.ai — Skills only

Add skills to project knowledge or paste SKILL.md contents into the conversation.

---

📚 Available Skills

| Category | Skill | Description |

|----------|-------|-------------|

| 🤖 AI Tools | [codex](skills/codex/README.md) | Advanced code analysis with GPT-5.2 |

| 🤖 AI Tools | [gemini](skills/gemini/README.md) | Large-scale review (200k+ context) |

| 🤖 AI Tools | [perplexity](skills/perplexity/README.md) | Web search & research |

| 🔮 Meta | [agent-md-refactor](skills/agent-md-refactor/README.md) | Refactor bloated agent instruction files |

| 🔮 Meta | [command-creator](skills/command-creator/README.md) | Create Claude Code slash commands |

| 🔮 Meta | [plugin-forge](skills/plugin-forge/README.md) | Build Claude Code plugins & manifests |

| 🔮 Meta | [skill-judge](skills/skill-judge/README.md) | Evaluate skill design quality |

| 📝 Documentation | [backend-to-frontend-handoff-docs](skills/backend-to-frontend-handoff-docs/README.md) | API handoff docs for frontend |

| 📝 Documentation | [c4-architecture](skills/c4-architecture/README.md) | C4 architecture diagrams with Mermaid |

| 📝 Documentation | [crafting-effective-readmes](skills/crafting-effective-readmes/README.md) | Write effective README files |

| 📝 Documentation | [draw-io](skills/draw-io/README.md) | Create & edit draw.io diagrams |

| 📝 Documentation | [excalidraw](skills/excalidraw/README.md) | Work with Excalidraw diagrams |

| 📝 Documentation | [frontend-to-backend-requirements](skills/frontend-to-backend-requirements/

More from this repository10

🎯
domain-name-brainstormer🎯Skill

Generates creative and unique domain name suggestions based on provided keywords, business concepts, or target market themes.

🎯
humanizer🎯Skill

Transforms technical or robotic language into more natural, conversational, and human-friendly text while preserving the original meaning and intent.

🎯
gemini🎯Skill

Based on the README, I cannot definitively determine the specific functionality of the "gemini" skill. The README provides general installation and usage instructions for the agent-toolkit reposito...

🎯
codex🎯Skill

Generates comprehensive code development plans and architectural blueprints for software projects, breaking down complex coding tasks into structured, actionable steps.

🎯
agent-md-refactor🎯Skill

Refactors and improves Markdown documentation by restructuring content, cleaning up formatting, and enhancing readability and consistency.

🎯
ship-learn-next🎯Skill

Helps developers quickly plan and prioritize the next learning steps or technical skill acquisition for a software project or personal development roadmap.

🎯
commit-work🎯Skill

Automates Git commit workflows by generating descriptive commit messages, staging changes, and performing repository-specific commit tasks efficiently.

🎯
daily-meeting-update🎯Skill

Generates concise daily meeting status updates by synthesizing recent work progress, upcoming tasks, and potential blockers for team communication.

🎯
qa-test-planner🎯Skill

Generates comprehensive QA test plans by systematically breaking down software requirements, identifying test scenarios, and creating structured test case documentation.

🎯
mermaid-diagrams🎯Skill

Generates and renders Mermaid diagrams directly within Claude Code, enabling quick visual documentation and design representation through text-based diagram creation.