mycareer
v0.1.0Turn a career into a verified record, then render resumes, LinkedIn profiles, and executive letters from it. A recognition harness reconstructs what you actually did at autobiography depth; a validator refuses to let any document claim more than the evidence supports.
By myCareerLicense: SEE LICENSE IN LICENSE2 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 18, 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 mycareer for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mycareer@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/zarkara/myCareerClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/mycareer-documents/SKILL.md└── skills/mycareer-interview/SKILL.md
Included Skills2
Render a verified career document set (resume, LinkedIn profile, elevator pitch, career autobiography, executive introduction letter, KSA letter, professional bio) as print-ready PDF and editable DOCX from a myCareer corpus, or from a person's resume and career history when no corpus exists yet.
Run a career interrogation that reconstructs what someone actually did, at autobiography depth, into a verified myCareer corpus. A recognition harness: it describes the terrain the person worked in and has them triage it, rather than asking them to recall a career cold. Use when someone wants to build or extend their myCareer record, recover forgotten work from a past role or system, find regulatory work they did but never named, audit claims on an existing resume for provenance, or prepare verifiable material before writing any career document.
Plugin manifests1
{
"name": "mycareer",
"displayName": "myCareer",
"version": "0.1.0",
"description": "Turn a career into a verified record, then render resumes, LinkedIn profiles, and executive letters from it. A recognition harness reconstructs what you actually did at autobiography depth; a validator refuses to let any document claim more than the evidence supports.",
"author": {
"name": "myCareer"
},
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"career",
"resume",
"cv",
"linkedin",
"interview",
"executive",
"compliance",
"job-search"
],
"skills": "./skills/"
}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.
[mycareer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mycareer)