plugins marketplace
← All plugins

sow-generator

v1.9.0

Generate professional Statements of Work for AI projects

Claude Code

by Claude Code Plugin HubMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/sow-generator/ inside the repository.

Layout

plugins/ai-agency/sow-generator/
└── .claude-plugin/plugin.json

Manifests1

plugins/ai-agency/sow-generator/.claude-plugin/plugin.json
{
  "name": "sow-generator",
  "version": "1.9.0",
  "description": "Generate professional Statements of Work for AI projects",
  "author": {
    "name": "Claude Code Plugin Hub",
    "url": "https://github.com/jeremylongshore/claude-code-plugins"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "sow",
    "statement of work",
    "contract",
    "proposal",
    "agency",
    "ai-agency"
  ]
}