← All plugins
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.
Agent Plugins1 skill
by Mathew CraigMIT0updated 8 hours ago
Source
git clone https://github.com/Mathewcraig1/agentic-toolkitClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is agent-plugins/mathews-profile/ inside the repository.
Layout
agent-plugins/mathews-profile/
├── plugin.json└── skills/mathews-profile/SKILL.md
Skills1
mathews-profileskills/mathews-profile/SKILL.md
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.
Manifests1
agent-plugins/mathews-profile/plugin.json
{
"$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": "mathew.craig@outlook.com",
"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"
]
}