mathews-profile
v1.0.0Mathew Craig's hosted portfolio MCP server plus a skill teaching agents how to use it: profile lookup, career timeline, project gallery, fit scoring, and knowledge-graph exploration.
By Mathew CraigLicense: MIT0 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 1 skill or MCP entry
- 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 →
Get the plugin
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 agent-plugins/mathews-profile/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json└── skills/mathews-profile/SKILL.md
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 delegating a sub-task to Mathew's own portfolio agent, or asking it a free-form question.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "mathews-profile",
"version": "1.0.0",
"description": "Mathew Craig's hosted portfolio MCP server plus a skill teaching agents how to use it: profile lookup, career timeline, project gallery, fit scoring, and knowledge-graph exploration.",
"author": {
"name": "Mathew Craig",
"email": "[email protected]",
"url": "https://mathewcraig.vercel.app"
},
"homepage": "https://mathewcraig.vercel.app",
"repository": "https://github.com/Mathewcraig1/agentic-toolkit",
"license": "MIT",
"keywords": [
"portfolio",
"mcp",
"profile",
"career",
"knowledge-graph"
]
}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)