mentat-mcp 1.0.3 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/catalog/agents/.gitkeep +0 -0
  2. package/catalog/cli/.gitkeep +0 -0
  3. package/catalog/mcp/.gitkeep +0 -0
  4. package/catalog/skills/algorithmic-art.yaml +19 -0
  5. package/catalog/skills/brand-guidelines.yaml +15 -0
  6. package/catalog/skills/canvas-design.yaml +13 -0
  7. package/catalog/skills/doc-coauthoring.yaml +14 -0
  8. package/catalog/skills/docx.yaml +17 -0
  9. package/catalog/skills/frontend-design.yaml +14 -0
  10. package/catalog/skills/internal-comms.yaml +11 -0
  11. package/catalog/skills/mcp-builder.yaml +18 -0
  12. package/catalog/skills/pdf.yaml +17 -0
  13. package/catalog/skills/pptx.yaml +17 -0
  14. package/catalog/skills/resend-skills.yaml +13 -0
  15. package/catalog/skills/send-email.yaml +20 -0
  16. package/catalog/skills/sentry-create-alert.yaml +17 -0
  17. package/catalog/skills/sentry-fix-issues.yaml +16 -0
  18. package/catalog/skills/sentry-go-sdk.yaml +24 -0
  19. package/catalog/skills/sentry-pr-code-review.yaml +12 -0
  20. package/catalog/skills/sentry-python-sdk.yaml +27 -0
  21. package/catalog/skills/sentry-setup-ai-monitoring.yaml +23 -0
  22. package/catalog/skills/skill-creator.yaml +18 -0
  23. package/catalog/skills/slack-gif-creator.yaml +15 -0
  24. package/catalog/skills/stripe-best-practices.yaml +10 -0
  25. package/catalog/skills/templates.yaml +17 -0
  26. package/catalog/skills/theme-factory.yaml +10 -0
  27. package/catalog/skills/web-artifacts-builder.yaml +20 -0
  28. package/catalog/skills/webapp-testing.yaml +16 -0
  29. package/catalog/skills/xlsx.yaml +16 -0
  30. package/dist/catalog.js +223 -0
  31. package/dist/detect.js +188 -0
  32. package/dist/index.js +145 -97
  33. package/dist/setup.js +113 -158
  34. package/dist/skills.js +71 -10
  35. package/dist/solve.test.js +286 -0
  36. package/dist/test-helpers.js +23 -0
  37. package/dist/types.js +4 -0
  38. package/package.json +11 -3
  39. package/.claude/settings.local.json +0 -11
  40. package/src/index.ts +0 -426
  41. package/src/setup.ts +0 -292
  42. package/src/skills.ts +0 -203
  43. package/tsconfig.json +0 -16
File without changes
File without changes
File without changes
@@ -0,0 +1,19 @@
1
+ entry:
2
+ id: algorithmic-art
3
+ type: skill
4
+ name: Algorithmic Art
5
+ description: Creating algorithmic art using p5.js with seeded randomness and
6
+ interactive parameter exploration. Use this when users request creating art
7
+ using code, generative art, algorithmic art, flow fields, or particle
8
+ systems.
9
+ source: github:anthropics/skills/skills/algorithmic-art
10
+ stars: 78165
11
+ detect:
12
+ dependencies:
13
+ - next
14
+ - rails
15
+ files:
16
+ - go.mod
17
+ - pom.xml
18
+ - Cargo.toml
19
+ - Gemfile
@@ -0,0 +1,15 @@
1
+ entry:
2
+ id: brand-guidelines
3
+ type: skill
4
+ name: Brand Guidelines
5
+ description: Applies Anthropic's official brand colors and typography to any
6
+ sort of artifact that may benefit from having Anthropic's look-and-feel. Use
7
+ it when brand colors or style guidelines, visual formatting, or company
8
+ design standards apply.
9
+ source: github:anthropics/skills/skills/brand-guidelines
10
+ stars: 78165
11
+ detect:
12
+ files:
13
+ - pyproject.toml
14
+ context_patterns:
15
+ - "**/*.py"
@@ -0,0 +1,13 @@
1
+ entry:
2
+ id: canvas-design
3
+ type: skill
4
+ name: Canvas Design
5
+ description: Create beautiful visual art in .png and .pdf documents using design
6
+ philosophy. You should use this skill when the user asks to create a poster,
7
+ piece of art, design, or other static piece. Create original visual designs,
8
+ never copying existing artists' work to avoid copyright violations.
9
+ source: github:anthropics/skills/skills/canvas-design
10
+ stars: 78165
11
+ detect:
12
+ files:
13
+ - go.mod
@@ -0,0 +1,14 @@
1
+ entry:
2
+ id: doc-coauthoring
3
+ type: skill
4
+ name: Doc Coauthoring
5
+ description: Guide users through a structured workflow for co-authoring
6
+ documentation. Use when user wants to write documentation, proposals,
7
+ technical specs, decision docs, or similar structured content.
8
+ source: github:anthropics/skills/skills/doc-coauthoring
9
+ stars: 78165
10
+ detect:
11
+ dependencies:
12
+ - "@modelcontextprotocol/sdk"
13
+ files:
14
+ - Cargo.toml
@@ -0,0 +1,17 @@
1
+ entry:
2
+ id: docx
3
+ type: skill
4
+ name: DOCX
5
+ description: "Use this skill whenever the user wants to create, read, edit, or
6
+ manipulate Word documents (.docx files). Triggers include: any mention of
7
+ 'Word doc', 'word document', '.docx', or requests to produce professional
8
+ documents with formatting like tables of contents, headings, page numbers,
9
+ or..."
10
+ source: github:anthropics/skills/skills/docx
11
+ stars: 78165
12
+ detect:
13
+ files:
14
+ - pom.xml
15
+ - pyproject.toml
16
+ context_patterns:
17
+ - "**/*.py"
@@ -0,0 +1,14 @@
1
+ entry:
2
+ id: frontend-design
3
+ type: skill
4
+ name: Frontend Design
5
+ description: Create distinctive, production-grade frontend interfaces with high
6
+ design quality. Use this skill when the user asks to build web components,
7
+ pages, artifacts, posters, or applications (examples include websites,
8
+ landing pages, dashboards, React components, HTML/CSS layouts, or when...
9
+ source: github:anthropics/skills/skills/frontend-design
10
+ stars: 78165
11
+ context_patterns:
12
+ - "**/*.tsx"
13
+ - "**/*.jsx"
14
+ - "**/*.vue"
@@ -0,0 +1,11 @@
1
+ entry:
2
+ id: internal-comms
3
+ type: skill
4
+ name: Internal Comms
5
+ description: A set of resources to help me write all kinds of internal
6
+ communications, using the formats that my company likes to use. Claude
7
+ should use this skill whenever asked to write some sort of internal
8
+ communications (status reports, leadership updates, 3P updates, company
9
+ newsletters, FAQs, incident...
10
+ source: github:anthropics/skills/skills/internal-comms
11
+ stars: 78165
@@ -0,0 +1,18 @@
1
+ entry:
2
+ id: mcp-builder
3
+ type: skill
4
+ name: MCP Builder
5
+ description: Guide for creating high-quality MCP (Model Context Protocol)
6
+ servers that enable LLMs to interact with external services through
7
+ well-designed tools. Use when building MCP servers to integrate external
8
+ APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
9
+ source: github:anthropics/skills/skills/mcp-builder
10
+ stars: 78165
11
+ detect:
12
+ dependencies:
13
+ - "@modelcontextprotocol/sdk"
14
+ files:
15
+ - pyproject.toml
16
+ context_patterns:
17
+ - "**/*.ts"
18
+ - "**/*.py"
@@ -0,0 +1,17 @@
1
+ entry:
2
+ id: pdf
3
+ type: skill
4
+ name: PDF
5
+ description: Use this skill whenever the user wants to do anything with PDF
6
+ files. This includes reading or extracting text/tables from PDFs, combining
7
+ or merging multiple PDFs into one, splitting PDFs apart, rotating pages,
8
+ adding watermarks, creating new PDFs, filling PDF forms,
9
+ encrypting/decrypting PDFs,...
10
+ source: github:anthropics/skills/skills/pdf
11
+ stars: 78165
12
+ detect:
13
+ files:
14
+ - pom.xml
15
+ - pyproject.toml
16
+ context_patterns:
17
+ - "**/*.py"
@@ -0,0 +1,17 @@
1
+ entry:
2
+ id: pptx
3
+ type: skill
4
+ name: PPTX
5
+ description: "Use this skill any time a .pptx file is involved in any way — as
6
+ input, output, or both. This includes: creating slide decks, pitch decks, or
7
+ presentations; reading, parsing, or extracting text from any .pptx file
8
+ (even if the extracted content will be used elsewhere, like in an email or
9
+ summary);..."
10
+ source: github:anthropics/skills/skills/pptx
11
+ stars: 78165
12
+ detect:
13
+ files:
14
+ - pyproject.toml
15
+ - Cargo.toml
16
+ context_patterns:
17
+ - "**/*.py"
@@ -0,0 +1,13 @@
1
+ entry:
2
+ id: resend-skills
3
+ type: skill
4
+ name: Resend
5
+ description: Use when working with Resend email platform - routes to specific
6
+ sub-skills for sending, receiving, audiences, or broadcasts.
7
+ source: github:resend/resend-skills/.
8
+ stars: 63
9
+ detect:
10
+ dependencies:
11
+ - resend
12
+ files:
13
+ - Cargo.toml
@@ -0,0 +1,20 @@
1
+ entry:
2
+ id: send-email
3
+ type: skill
4
+ name: Send Email
5
+ description: Use when sending transactional emails (welcome messages, order
6
+ confirmations, password resets, receipts), notifications, or bulk emails via
7
+ Resend API.
8
+ source: github:resend/resend-skills/send-email
9
+ stars: 63
10
+ detect:
11
+ dependencies:
12
+ - resend
13
+ files:
14
+ - pyproject.toml
15
+ - Cargo.toml
16
+ context_patterns:
17
+ - "**/*.tsx"
18
+ - "**/*.jsx"
19
+ - "**/*.ts"
20
+ - "**/*.py"
@@ -0,0 +1,17 @@
1
+ entry:
2
+ id: sentry-create-alert
3
+ type: skill
4
+ name: Sentry Create Alert
5
+ description: Create Sentry alerts using the workflow engine API. Use when asked
6
+ to create alerts, set up notifications, configure issue priority alerts, or
7
+ build workflow automations. Supports email, Slack, PagerDuty, Discord, and
8
+ other notification actions.
9
+ source: github:getsentry/sentry-agent-skills/skills/sentry-create-alert
10
+ stars: 16
11
+ detect:
12
+ dependencies:
13
+ - "@sentry/nextjs"
14
+ files:
15
+ - pyproject.toml
16
+ context_patterns:
17
+ - "**/*.py"
@@ -0,0 +1,16 @@
1
+ entry:
2
+ id: sentry-fix-issues
3
+ type: skill
4
+ name: Sentry Fix Issues
5
+ description: Find and fix issues from Sentry using MCP. Use when asked to fix
6
+ Sentry errors, debug production issues, investigate exceptions, or resolve
7
+ bugs reported in Sentry. Methodically analyzes stack traces, breadcrumbs,
8
+ traces, and context to identify root causes.
9
+ source: github:getsentry/sentry-agent-skills/skills/sentry-fix-issues
10
+ stars: 16
11
+ detect:
12
+ dependencies:
13
+ - "@modelcontextprotocol/sdk"
14
+ - "@sentry/nextjs"
15
+ files:
16
+ - Cargo.toml
@@ -0,0 +1,24 @@
1
+ entry:
2
+ id: sentry-go-sdk
3
+ type: skill
4
+ name: Sentry Go Sdk
5
+ description: Full Sentry SDK setup for Go. Use when asked to "add Sentry to Go",
6
+ "install sentry-go", "setup Sentry in Go", or configure error monitoring,
7
+ tracing, logging, metrics, or crons for Go applications. Supports net/http,
8
+ Gin, Echo, Fiber, FastHTTP, Iris, and Negroni.
9
+ source: github:getsentry/sentry-agent-skills/skills/sentry-go-sdk
10
+ stars: 16
11
+ detect:
12
+ dependencies:
13
+ - next
14
+ - svelte
15
+ - "@sentry/nextjs"
16
+ - resend
17
+ files:
18
+ - go.mod
19
+ - pom.xml
20
+ context_patterns:
21
+ - "**/*.tsx"
22
+ - "**/*.jsx"
23
+ - "**/*.vue"
24
+ - "**/*.svelte"
@@ -0,0 +1,12 @@
1
+ entry:
2
+ id: sentry-pr-code-review
3
+ type: skill
4
+ name: Sentry Pr Code Review
5
+ description: Review a project's PRs to check for issues detected in code review
6
+ by Seer Bug Prediction. Use when asked to review or fix issues identified by
7
+ Sentry in PR comments, or to find recent PRs with Sentry feedback.
8
+ source: github:getsentry/sentry-agent-skills/skills/sentry-pr-code-review
9
+ stars: 16
10
+ detect:
11
+ dependencies:
12
+ - "@sentry/nextjs"
@@ -0,0 +1,27 @@
1
+ entry:
2
+ id: sentry-python-sdk
3
+ type: skill
4
+ name: Sentry Python Sdk
5
+ description: Full Sentry SDK setup for Python. Use when asked to "add Sentry to
6
+ Python", "install sentry-sdk", "setup Sentry in Python", or configure error
7
+ monitoring, tracing, profiling, logging, metrics, crons, or AI monitoring
8
+ for Python applications.
9
+ source: github:getsentry/sentry-agent-skills/skills/sentry-python-sdk
10
+ stars: 16
11
+ detect:
12
+ dependencies:
13
+ - next
14
+ - vue
15
+ - svelte
16
+ - "@sentry/nextjs"
17
+ - django
18
+ - flask
19
+ files:
20
+ - pom.xml
21
+ - pyproject.toml
22
+ context_patterns:
23
+ - "**/*.tsx"
24
+ - "**/*.jsx"
25
+ - "**/*.py"
26
+ - "**/*.vue"
27
+ - "**/*.svelte"
@@ -0,0 +1,23 @@
1
+ entry:
2
+ id: sentry-setup-ai-monitoring
3
+ type: skill
4
+ name: Sentry Setup AI Monitoring
5
+ description: Setup Sentry AI Agent Monitoring in any project. Use when asked to
6
+ monitor LLM calls, track AI agents, or instrument OpenAI/Anthropic/Vercel
7
+ AI/LangChain/Google GenAI/Pydantic AI. Detects installed AI SDKs and
8
+ configures appropriate integrations.
9
+ source: github:getsentry/sentry-agent-skills/skills/sentry-setup-ai-monitoring
10
+ stars: 16
11
+ detect:
12
+ dependencies:
13
+ - next
14
+ - "@modelcontextprotocol/sdk"
15
+ - "@sentry/nextjs"
16
+ files:
17
+ - pom.xml
18
+ - pyproject.toml
19
+ context_patterns:
20
+ - "**/*.tsx"
21
+ - "**/*.jsx"
22
+ - "**/*.ts"
23
+ - "**/*.py"
@@ -0,0 +1,18 @@
1
+ entry:
2
+ id: skill-creator
3
+ type: skill
4
+ name: Skill Creator
5
+ description: Create new skills, modify and improve existing skills, and measure
6
+ skill performance. Use when users want to create a skill from scratch,
7
+ update or optimize an existing skill, run evals to test a skill, benchmark
8
+ skill performance with variance analysis, or optimize a skill's description
9
+ for better...
10
+ source: github:anthropics/skills/skills/skill-creator
11
+ stars: 78165
12
+ detect:
13
+ files:
14
+ - go.mod
15
+ - pyproject.toml
16
+ - Cargo.toml
17
+ context_patterns:
18
+ - "**/*.py"
@@ -0,0 +1,15 @@
1
+ entry:
2
+ id: slack-gif-creator
3
+ type: skill
4
+ name: Slack Gif Creator
5
+ description: Knowledge and utilities for creating animated GIFs optimized for
6
+ Slack. Provides constraints, validation tools, and animation concepts. Use
7
+ when users request animated GIFs for Slack like "make me a GIF of X doing Y
8
+ for Slack."
9
+ source: github:anthropics/skills/skills/slack-gif-creator
10
+ stars: 78165
11
+ detect:
12
+ files:
13
+ - pyproject.toml
14
+ context_patterns:
15
+ - "**/*.py"
@@ -0,0 +1,10 @@
1
+ entry:
2
+ id: stripe-best-practices
3
+ type: skill
4
+ name: Stripe Best Practices
5
+ description: Best practices for building Stripe integrations
6
+ source: github:stripe/agent-toolkit/skills/stripe-best-practices
7
+ stars: 1314
8
+ detect:
9
+ dependencies:
10
+ - stripe
@@ -0,0 +1,17 @@
1
+ entry:
2
+ id: templates
3
+ type: skill
4
+ name: Templates
5
+ description: Use when creating, updating, publishing, deleting, or listing
6
+ Resend email templates via the API, or when defining template variables,
7
+ understanding draft vs published state, or managing template lifecycle
8
+ programmatically.
9
+ source: github:resend/resend-skills/templates
10
+ stars: 63
11
+ detect:
12
+ dependencies:
13
+ - resend
14
+ context_patterns:
15
+ - "**/*.tsx"
16
+ - "**/*.jsx"
17
+ - "**/*.ts"
@@ -0,0 +1,10 @@
1
+ entry:
2
+ id: theme-factory
3
+ type: skill
4
+ name: Theme Factory
5
+ description: Toolkit for styling artifacts with a theme. These artifacts can be
6
+ slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set
7
+ themes with colors/fonts that you can apply to any artifact that has been
8
+ creating, or can generate a new theme on-the-fly.
9
+ source: github:anthropics/skills/skills/theme-factory
10
+ stars: 78165
@@ -0,0 +1,20 @@
1
+ entry:
2
+ id: web-artifacts-builder
3
+ type: skill
4
+ name: Web Artifacts Builder
5
+ description: Suite of tools for creating elaborate, multi-component claude.ai
6
+ HTML artifacts using modern frontend web technologies (React, Tailwind CSS,
7
+ shadcn/ui). Use for complex artifacts requiring state management, routing,
8
+ or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
9
+ source: github:anthropics/skills/skills/web-artifacts-builder
10
+ stars: 78165
11
+ detect:
12
+ dependencies:
13
+ - tailwindcss
14
+ - playwright
15
+ files:
16
+ - pom.xml
17
+ context_patterns:
18
+ - "**/*.tsx"
19
+ - "**/*.jsx"
20
+ - "**/*.ts"
@@ -0,0 +1,16 @@
1
+ entry:
2
+ id: webapp-testing
3
+ type: skill
4
+ name: Webapp Testing
5
+ description: Toolkit for interacting with and testing local web applications
6
+ using Playwright. Supports verifying frontend functionality, debugging UI
7
+ behavior, capturing browser screenshots, and viewing browser logs.
8
+ source: github:anthropics/skills/skills/webapp-testing
9
+ stars: 78165
10
+ detect:
11
+ dependencies:
12
+ - playwright
13
+ files:
14
+ - pyproject.toml
15
+ context_patterns:
16
+ - "**/*.py"
@@ -0,0 +1,16 @@
1
+ entry:
2
+ id: xlsx
3
+ type: skill
4
+ name: XLSX
5
+ description: "Use this skill any time a spreadsheet file is the primary input or
6
+ output. This means any task where the user wants to: open, read, edit, or
7
+ fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns,
8
+ computing formulas, formatting, charting, cleaning messy data); create a
9
+ new..."
10
+ source: github:anthropics/skills/skills/xlsx
11
+ stars: 78165
12
+ detect:
13
+ files:
14
+ - pyproject.toml
15
+ context_patterns:
16
+ - "**/*.py"