mathews-profile
v1.0.0Install Mathew Craig's hosted portfolio MCP server and a skill that teaches Claude how to use it well — profile lookup, fit scoring, career timeline, project gallery, and knowledge-graph exploration, several with interactive MCP App widgets.
By Mathew Craig0 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 9, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install mathews-profile for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mathews-profile-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Mathewcraig1/agentic-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mathews-profile/.
Plugin files
├── .claude-plugin/plugin.json├── skills/mathews-profile/SKILL.md└── .mcp.json
Included Skills1
Use when the user asks about Mathew Craig — his background, work experience, skills, certifications, projects, career fit for a role, or wants to explore his knowledge graph. Also use when the user wants to delegate a sub-task to Mathew's own portfolio agent, or ask it a free-form question.
MCP servers1
- url
- https://mathewcraig.vercel.app/api/mcp
Plugin manifests1
{
"name": "mathews-profile",
"description": "Install Mathew Craig's hosted portfolio MCP server and a skill that teaches Claude how to use it well — profile lookup, fit scoring, career timeline, project gallery, and knowledge-graph exploration, several with interactive MCP App widgets.",
"version": "1.0.0",
"author": {
"name": "Mathew Craig",
"email": "[email protected]",
"url": "https://mathewcraig.vercel.app"
},
"homepage": "https://mathewcraig.vercel.app",
"repository": "https://github.com/Mathewcraig1/agentic-toolkit",
"keywords": [
"portfolio",
"mcp",
"mcp-apps",
"profile",
"career",
"knowledge-graph"
],
"mcpServers": {
"mathews-profile": {
"type": "http",
"url": "https://mathewcraig.vercel.app/api/mcp",
"tools": [
"*"
]
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[mathews-profile on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mathews-profile-2)