# Skills Marketplace A Claude Code plugin marketplace bundling personal skills for interviews, meetings, and writing. Each skill is packaged as its own installable plugin. ## Plugins | Plugin | Description | | --- | --- | | `ghost-writer` | Rewrite and humanize text to remove AI writing patterns and match your own voice. | | `hr-manager` | Run mock job interviews and produce a scored assessment with a prioritised learning plan. | | `interview` | Run a structured interview and save the captured knowledge to a markdown file. | | `meeting-notes` | Interview a participant about a meeting and produce structured meeting notes. | | `meeting-prep` | Generate a prioritised list of questions for an upcoming meeting based on wiki knowledge gaps. | | `quiz` | Quiz the user on knowledge captured in the wiki, with scoring and immediate feedback. | | `resolve-todos` | Find and resolve TODO items in a document, asking for input when instructions are unclear. | ## Installing Add this marketplace locally and install a plugin: ```bash /plugin marketplace add "/Users/michalkopec/Documents/Projects/Skills Marketplace" /plugin install ghost-writer@skills-marketplace ``` Once published to a Git host, others can add it with: ```bash /plugin marketplace add / ``` ## Licensing - All plugins (`ghost-writer`, `hr-manager`, `interview`, `meeting-notes`, `meeting-prep`, `quiz`, `resolve-todos`) are original work. - Anthropic's built-in `docx`, `pdf`, `pptx`, and `xlsx` skills are **not** included: their license prohibits extracting, copying, or redistributing them outside Claude's Services.