Sandbox
@softaworks/agent-toolkit

Curated skills and commands for Claude Code

This repo bundles opinionated skills, Claude Code agents, and slash commands that extend how you work with coding agents. The skills live in `skills/`, the sub-agents live in `agents/`, and the reusable commands live in `commands/`. It is set up as a marketplace-style collection, so you can install the whole set or pick individual pieces. The README also shows plugin install commands and a manual copy path for skills.

2,455 starsโ€ข226 forksโ€ขPythonโ€ขUpdated 6mo ago
Who it's for

Builders who want to add reusable workflows to Claude Code, Codex, Cursor, or similar agents.

What it delivers

You can reuse proven prompts, workflows, and agent behaviors instead of rebuilding them for each task.

What it does

Packaged skills

Skill folders under `skills/` cover coding, documentation, planning, design, testing, and professional writing tasks.

Claude Code agents

The `agents/` folder includes sub-agent definitions like codebase pattern finding, UI/UX review, and diagram creation.

Slash commands

The `commands/` folder provides reusable workflows such as `/codex-plan`, `/compose-email`, and `/sync-branch`.

Plugin marketplace support

`.claude-plugin/marketplace.json` lets Claude Code install the repo as a marketplace with individual plugins.

Build and version scripts

`scripts/build_plugins.py` and `scripts/bump_version.py` support packaging and release upkeep.

How to get it

  1. 1Run
    npx skills add softaworks/agent-toolkit
  2. 2Run the following commands in Claude Code
    /plugin marketplace add softaworks/agent-toolkit
    /plugin
  3. 3For Claude Code (Manual) โ€” Skills only
    cp -r skills/<skill-name> ~/.claude/skills/

README

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, AdaL, 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

CategorySkillDescription
๐Ÿค– AI ToolscodexAdvanced code analysis with GPT-5.2
๐Ÿค– AI ToolsgeminiLarge-scale review (200k+ context)
๐Ÿค– AI ToolsperplexityWeb search & research
๐Ÿ”ฎ Metaagent-md-refactorRefactor bloated agent instruction files
๐Ÿ”ฎ Metacommand-creatorCreate Claude Code slash commands
๐Ÿ”ฎ Metaplugin-forgeBuild Claude Code plugins & manifests
๐Ÿ”ฎ Metaskill-judgeEvaluate skill design quality
๐Ÿ“ Documentationbackend-to-frontend-handoff-docsAPI handoff docs for frontend
๐Ÿ“ Documentationc4-architectureC4 architecture diagrams with Mermaid
๐Ÿ“ Documentationcrafting-effective-readmesWrite effective README files
๐Ÿ“ Documentationdraw-ioCreate & edit draw.io diagrams
๐Ÿ“ DocumentationexcalidrawWork with Excalidraw diagrams
๐Ÿ“ Documentationfrontend-to-backend-requirementsDocument API requirements
๐Ÿ“ Documentationmarp-slideProfessional presentation slides
๐Ÿ“ Documentationmermaid-diagramsSoftware diagrams with Mermaid
๐Ÿ“ Documentationwriting-clearly-and-conciselyClear, professional writing
๐ŸŽจ Design & Frontenddesign-system-starterCreate design systems
๐ŸŽจ Design & FrontendmuiMaterial-UI v7 patterns
๐ŸŽจ Design & Frontendopenapi-to-typescriptConvert OpenAPI to TypeScript
๐ŸŽจ Design & Frontendreact-devType-safe React 18-19 with TypeScript
๐ŸŽจ Design & Frontendreact-useeffectReact useEffect best practices
๐Ÿ› ๏ธ Developmentdatabase-schema-designerDesign robust database schemas
๐Ÿ› ๏ธ Developmentdependency-updaterSmart dependency management
๐Ÿ› ๏ธ Developmentnaming-analyzerSuggest better variable/function names
๐Ÿ› ๏ธ Developmentlesson-learnedExtract SE lessons from recent code changes
๐Ÿ› ๏ธ Developmentreducing-entropyMinimize codebase size
๐Ÿ› ๏ธ Developmentsession-handoffSeamless AI session transfers
๐ŸŽฏ Planninggame-changing-featuresFind 10x product opportunities
๐ŸŽฏ PlanninggepettoDetailed implementation planning
๐ŸŽฏ Planningrequirements-clarityClarify requirements before coding
๐ŸŽฏ Planningship-learn-nextTurn learning into actionable reps
๐Ÿ‘” Professionaldaily-meeting-updateInteractive daily standup generator
๐Ÿ‘” Professionaldifficult-workplace-conversationsNavigate difficult conversations
๐Ÿ‘” Professionalfeedback-masteryDeliver constructive feedback
๐Ÿ‘” Professionalprofessional-communicationTechnical communication guide
๐Ÿงช Testingqa-test-plannerComprehensive QA test planning
๐Ÿ“ฆ Gitcommit-workHigh-quality git commits
๐Ÿ”ง Utilitiesdatadog-cliDebug with Datadog logs & metrics
๐Ÿ”ง Utilitiesdomain-name-brainstormerGenerate & check domain names
๐Ÿ”ง UtilitieshumanizerRemove AI writing patterns
๐Ÿ”ง Utilitiesmeme-factoryGenerate memes with API
๐Ÿ”ง UtilitiesjiraNatural language Jira interaction
๐Ÿ”ง Utilitiesweb-to-markdownConvert 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:

AgentDescription
ascii-ui-mockup-generatorVisualize UI concepts through ASCII mockups
codebase-pattern-finderFind similar implementations and patterns
communication-excellence-coachEmail refinement, tone calibration, roleplay
general-purposeDefault agent for complex multi-step tasks
mermaid-diagram-specialistCreate flowcharts, sequence diagrams, ERDs
ui-ux-designerResearch-backed UI/UX design feedback

Slash Commands

Reusable workflows invoked with /command-name:

CommandDescription
/codex-planCreate implementation plans using Codex 5.2
/compose-emailDraft professional emails
/explain-changes-mental-modelBuild mental model of code changes
/explain-pr-changesGenerate PR summaries
/sync-branchSync feature branch with main
/sync-skills-readmeUpdate README skills table
/viral-tweetOptimize 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

Files in the repo

Repository payloadโ€ข14 top-level entries
  • .claude
  • .claude-plugin
  • .github
  • agents
  • commands
  • dist
  • scripts
  • skills
  • .gitignore
  • AGENTS.md
  • CLAUDE.md
  • CONTRIBUTING.md
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.๐Ÿฆž

52k
phuryn/
pm-skills
phuryn/pm-skillsCollections

PM Skills Marketplace: 100+ agentic skills, commands, and plugins โ€” from discovery to strategy, execution, launch, and growth.

26k

Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.

65k
1 add