Claude files 11 open-source job applications
Open-source role templates that teach Claude your team's tools, terminology, and workflows so you stop repeating yourself.

What it does
The repository holds 11 plugins—file-based bundles of markdown skills and JSON connectors—that recast Claude as a domain specialist for jobs like sales, legal, product management, and bio-research. Each plugin defines slash commands (e.g., /sales:call-prep) and automatic skills that draw on best-practice workflows, while MCP connectors wire Claude into external tools such as HubSpot, Snowflake, or Benchling. Everything is plain text: no code, no build steps, no infrastructure.
The interesting bit
The real bet is on customization. Anthropic treats these as generic starting points, expecting you to fork and edit the markdown to inject your company’s org chart, terminology, and actual tool stack. It is essentially a human-resources playbook translated into a file format an LLM can read.
Key highlights
- 11 out-of-the-box roles covering productivity, finance, data, enterprise search, and life-sciences R&D
- Purely file-based architecture:
plugin.json,.mcp.json,commands/, andskills/directories - MCP server integrations connect to common SaaS tools (Slack, Notion, HubSpot, Snowflake, PubMed, etc.)
- Skills activate automatically when relevant; commands fire only when explicitly invoked
- Includes a meta-plugin for authoring and managing new internal plugins
Caveats
- The plugins are intentionally generic; useful output depends heavily on customizing them for your company’s specific processes and terminology
- Requires Claude Cowork or Claude Code to run; not a standalone framework
Verdict
Worth a look if your team already pays for Claude Cowork and you are tired of repeating the same “here is how we write specs” preamble. Skip it if you are hunting for a general-purpose agent framework that runs anywhere.
Frequently asked
- What is anthropics/knowledge-work-plugins?
- Open-source role templates that teach Claude your team's tools, terminology, and workflows so you stop repeating yourself.
- Is knowledge-work-plugins open source?
- Yes — anthropics/knowledge-work-plugins is open source, released under the Apache-2.0 license.
- What language is knowledge-work-plugins written in?
- anthropics/knowledge-work-plugins is primarily written in Python.
- How popular is knowledge-work-plugins?
- anthropics/knowledge-work-plugins has 23k stars on GitHub and is currently cooling off.
- Where can I find knowledge-work-plugins?
- anthropics/knowledge-work-plugins is on GitHub at https://github.com/anthropics/knowledge-work-plugins.