The Froject Plugins
May 5, 2026 · View on GitHub
Official Claude Code plugins by The Froject — a free wizard that generates complete Claude Code workspaces for go-to-market teams. This marketplace ships role-specific bundles of skills, commands, and rules you can drop into any Claude Code workspace.
If you want a complete workspace generated end to end (CLAUDE.md, context files, agents, hooks, settings, the lot), use the wizard at thefroject.com. If you already have a workspace and just want a curated bundle for one role, install a plugin from this repo.
Install
Add this marketplace to Claude Code:
/plugin marketplace add bjorn-ingmanson/thefroject-plugins
Then install the plugins you want:
/plugin install thefroject-marketing
/plugin install thefroject-sales
/plugin install thefroject-software
Available plugins
| Plugin | Skills | Commands | Rules |
|---|---|---|---|
| marketing | 150 | 16 | 10 |
| sales | 101 | 15 | 9 |
| operations | 102 | 10 | 10 |
| customer-success | 65 | 11 | 9 |
| people-culture | 72 | 6 | 10 |
| finance | 75 | 8 | 9 |
| software | 81 | 19 | 16 |
| data-science | 69 | 21 | 14 |
| product | 123 | 13 | 10 |
| research | 57 | 5 | 9 |
Totals: 895 skills, 124 commands, 106 rules across all plugins. Each plugin also includes role-specific hooks in settings.json.
Many templates are tagged for multiple roles, so the same skill may appear in more than one plugin. The Froject's full library counts each template once — see thefroject.com/templates for the canonical list.
What each plugin contains
- Skills — specialized capabilities Claude loads on demand when the trigger phrasing matches.
- Commands — slash commands for daily tasks (
/morning-brief,/draft,/research, ...). - Rules — behavioral guardrails (brand voice, tone, review standards) loaded automatically when matching globs apply.
- Hooks — automation triggers (session start, tool use, notifications) wired into
settings.json.
How this relates to The Froject wizard
The Froject's wizard at thefroject.com generates a complete workspace tailored to your role and stack — every file, every path, every frontmatter. These plugins are the same templates packaged for the Claude Code plugin system, so you can install them on top of an existing workspace without going through the wizard. Pick whichever entry point fits.
Role landing pages
If you want to learn what each plugin covers before installing:
Other entry points
- The Froject — the wizard
- Workspace audit — score and improve an existing workspace
- GTM repository — the full GTM-team workspace generator
- Discord community
Updating
These plugins are extracted from The Froject's template library. To regenerate after a template update, run from the wizard repo:
npx tsx scripts/extract-all-plugins.ts --output <path-to-this-repo>
License
MIT