Co-Pilot
Updated a month ago

agent-toolkit

Ssoftaworks
0.1k
softaworks/agent-toolkit
80
Agent Score

๐Ÿ’ก Summary

A toolkit of opinionated skills designed to enhance productivity with Claude Code across various workflows.

๐ŸŽฏ Target Audience

Software developersProject managersTechnical writersUX/UI designersQA testers

๐Ÿค– AI Roast: โ€œPowerful, but the setup might scare off the impatient.โ€

Security AnalysisMedium Risk

Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress). Run with least privilege and audit before enabling in production.

Softaworks Agent Skills

Opinionated skills shared by @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 format.


๐Ÿงญ Quick Navigation

๐Ÿš€ Installation โ€ข ๐Ÿ“š Available Skills โ€ข ๐Ÿค– Agents & Commands โ€ข ๐Ÿ“– Skill Structure โ€ข ๐Ÿค Contributing โ€ข ๐Ÿ“„ License โ€ข ๐Ÿ”— Links


๐Ÿš€ Installation

Quick Install (Recommended)

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:

/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

# 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 for the full list
  • Agents โ†’ See Agents (install as agent-<name>@agent-toolkit)
  • Commands โ†’ See Slash Commands (install as command-<name>@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

cp -r skills/<skill-name> ~/.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 | Advanced code analysis with GPT-5.2 | | ๐Ÿค– AI Tools | gemini | Large-scale review (200k+ context) | | ๐Ÿค– AI Tools | perplexity | Web search & research | | ๐Ÿ”ฎ Meta | agent-md-refactor | Refactor bloated agent instruction files | | ๐Ÿ”ฎ Meta | command-creator | Create Claude Code slash commands | | ๐Ÿ”ฎ Meta | plugin-forge | Build Claude Code plugins & manifests | | ๐Ÿ”ฎ Meta | skill-judge | Evaluate skill design quality | | ๐Ÿ“ Documentation | backend-to-frontend-handoff-docs | API handoff docs for frontend | | ๐Ÿ“ Documentation | c4-architecture | C4 architecture diagrams with Mermaid | | ๐Ÿ“ Documentation | crafting-effective-readmes | Write effective README files | | ๐Ÿ“ Documentation | draw-io | Create & edit draw.io diagrams | | ๐Ÿ“ Documentation | excalidraw | Work with Excalidraw diagrams | | ๐Ÿ“ Documentation | frontend-to-backend-requirements | Document API requirements | | ๐Ÿ“ Documentation | marp-slide | Professional presentation slides | | ๐Ÿ“ Documentation | mermaid-diagrams | Software diagrams with Mermaid | | ๐Ÿ“ Documentation | writing-clearly-and-concisely | Clear, professional writing | | ๐ŸŽจ Design & Frontend | design-system-starter | Create design systems | | ๐ŸŽจ Design & Frontend | mui | Material-UI v7 patterns | | ๐ŸŽจ Design & Frontend | openapi-to-typescript | Convert OpenAPI to TypeScript | | ๐ŸŽจ Design & Frontend | react-dev | Type-safe React 18-19 with TypeScript | | ๐ŸŽจ Design & Frontend | react-useeffect | React useEffect best practices | | ๐Ÿ› ๏ธ Development | database-schema-designer | Design robust database schemas | | ๐Ÿ› ๏ธ Development | dependency-updater | Smart dependency management | | ๐Ÿ› ๏ธ Development | naming-analyzer | Suggest better variable/function names | | ๐Ÿ› ๏ธ Development | reducing-entropy | Minimize codebase size | | ๐Ÿ› ๏ธ Development | session-handoff | Seamless AI session transfers | | ๐ŸŽฏ Planning | game-changing-features | Find 10x product opportunities | | ๐ŸŽฏ Planning | gepetto | Detailed implementation planning | | ๐ŸŽฏ Planning | requirements-clarity | Clarify requirements before coding | | ๐ŸŽฏ Planning | ship-learn-next | Turn learning into actionable reps | | ๐Ÿ‘” Professional | daily-meeting-update | Interactive daily standup generator | | ๐Ÿ‘” Professional | difficult-workplace-conversations | Navigate difficult conversations | | ๐Ÿ‘” Professional | feedback-mastery | Deliver constructive feedback | | ๐Ÿ‘” Professional | professional-communication | Technical communication guide | | ๐Ÿงช Testing | qa-test-planner | Comprehensive QA test planning | | ๐Ÿ“ฆ Git | commit-work | High-quality git commits | | ๐Ÿ”ง Utilities | datadog-cli | Debug with Datadog logs & metrics | | ๐Ÿ”ง Utilities | domain-name-brainstormer | Generate & check domain names | | ๐Ÿ”ง Utilities | humanizer | Remove AI writing patterns | | ๐Ÿ”ง Utilities | meme-factory | Generate memes with API | | ๐Ÿ”ง Utilities | jira | Natural language Jira interaction | | ๐Ÿ”ง Utilities | web-to-markdown | Convert webpages to Markdown |


๐Ÿค– Agents & Commands

Requires Claude Code CLI โ€” These agents and commands are exclusive to Claude Code users.

For full access, add the marketplace and install plugins:

/plugin marketplace add softaworks/agent-toolkit /plugin install codex@agent-toolkit

Agents

Specialized sub-agents that Claude Code can delegate tasks to:

| Agent | Description | |-------|-------------| | ascii-ui-mockup-generator | Visualize UI concepts through ASCII mockups | | codebase-pattern-finder | Find similar implementations and patterns | | communication-excellence-coach | Email refinement, tone calibration, roleplay | | general-purpose | Default agent for complex multi-step tasks | | mermaid-diagram-specialist | Create flowcharts, sequence diagrams, ERDs | | ui-ux-designer | Research-backed UI/UX design feedback |

Slash Commands

Reusable workflows invoked with /command-name:

| Command | Description | |---------|-------------| | /codex-plan | Create implementation plans using Codex 5.2 | | /compose-email | Draft professional emails | | /explain-changes-mental-model | Build mental model of code changes | | /explain-pr-changes | Generate PR summaries | | /sync-branch | Sync feature branch with main | | /sync-skills-readme | Update README skills table | | /viral-tweet | Optimize tweet ideas for X engagement |


๐Ÿ“– Skill Structure

Each skill contains:

  • SKILL.md - Detailed instructions for the agent (with YAML frontmatter)
  • README.md - User-friendly documentation with examples
  • scripts/ - Helper scripts for automation (optional)
  • references/ - Supporting documentation (optional)

๐Ÿค Contributing

Contributions are welcome! When adding new skills:

  1. Follow the Agent Skills format
  2. Include both SKILL.md (for agents) and README.md (for users)
  3. Add YAML frontmatter to SKILL.md with name: and description: fields
  4. Update this README.md with a link to your skill

๐Ÿ“„ License

MIT


๐Ÿ”— Links

5-Dim Analysis
Clarity8/10
Novelty8/10
Utility9/10
Completeness8/10
Maintainability7/10
Pros & Cons

Pros

  • Wide range of skills for various workflows.
  • Easy installation and plugin management.
  • Supports multiple AI coding agents.

Cons

  • May require familiarity with Claude Code.
  • Limited to specific AI agents.
  • Documentation could be more detailed.

Related Skills

ccmp

A
toolCo-Pilot
86/ 100

โ€œPowerful, but the setup might scare off the impatient.โ€

claude-mods

A
toolCo-Pilot
86/ 100

โ€œPowerful, but the setup might scare off the impatient.โ€

agentic-qe

A
toolCo-Pilot
86/ 100

โ€œPowerful, but the setup might scare off the impatient.โ€

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author softaworks.