Structures ghost-writer, hr-manager, interview, meeting-notes, meeting-prep, quiz, and resolve-todos as installable Claude Code plugins under a .claude-plugin/marketplace.json manifest. Anthropic's built-in docx/pdf/pptx/xlsx skills are excluded due to license restrictions, and mcp-builder/skill-creator are excluded as not authored by me.
39 lines
1.6 KiB
Markdown
39 lines
1.6 KiB
Markdown
# 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 <owner>/<repo>
|
|
```
|
|
|
|
## 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.
|