Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 49 additions & 16 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,103 @@
{
"name": "mrbogomips",
"name": "mrbogomips-tools",
"owner": {
"name": "Mr Bogomips",
"email": "giovanni.costagliola@gmail.com"
},
"metadata": {
"description": "A curated collection of Claude Code plugins for professional workflows",
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT"
},
"plugins": [
{
"name": "agentic-harness",
"source": "./agentic-harness",
"description": "Stand up, assess, and maintain an agentic harness in an existing repo — generate project-specific agent teams and the skills they use, assess how effectively they are used, advise on spec-driven development systems and agent-suited issue trackers, and generate a dual-tracker sync when a repo-native and a human tracker coexist",
"version": "0.8.0",
"category": "engineering",
"tags": ["harness", "agents", "skills", "scaffolding", "orchestration", "multi-agent", "meta-skill", "issue-tracker", "tracker-sync", "spec-driven-development"]
},
{
"name": "developer-tools",
"source": "./developer-tools",
"description": "Developer environment tooling — devcontainer generation, stack detection, infrastructure config",
"version": "2.4.0",
"category": "engineering",
"tags": ["devcontainer", "docker", "infrastructure", "developer-experience"]
"tags": [
"devcontainer",
"docker",
"infrastructure",
"developer-experience"
]
},
{
"name": "human-resources",
"source": "./human-resources",
"description": "HR interview workflow — job descriptions, candidate pre-screening, interview preparation, evaluation, compliance checking, and methodology guidance",
"version": "0.2.0",
"category": "human-resources",
"tags": ["hr", "recruiting", "interviews", "compliance", "evaluation", "job-description"]
"tags": [
"hr",
"recruiting",
"interviews",
"compliance",
"evaluation",
"job-description"
]
},
{
"name": "kaizen",
"source": "./kaizen",
"description": "Continuous improvement loops — a generic recursive optimization engine with bundled profiles for Claude Code usage, code refactoring, and process improvement",
"version": "1.0.0",
"category": "engineering",
"tags": ["kaizen", "improvement", "optimization", "automation", "autoresearch", "kpi", "refactoring"]
"tags": [
"kaizen",
"improvement",
"optimization",
"automation",
"autoresearch",
"kpi",
"refactoring"
]
},
{
"name": "plantuml",
"source": "./plantuml",
"description": "Authoring, rendering, and maintenance of PlantUML diagrams — policy-driven projects with multi-target rendering, lint, validate, review, advisor, and migrate",
"version": "1.0.0",
"category": "documentation",
"tags": ["plantuml", "diagrams", "uml", "c4", "documentation", "rendering", "lint"]
"tags": [
"plantuml",
"diagrams",
"uml",
"c4",
"documentation",
"rendering",
"lint"
]
},
{
"name": "project-management",
"source": "./project-management",
"description": "SOW writing, review, estimation, and PMI-compliant PERT analysis — an integrated project management pipeline",
"version": "1.0.0",
"category": "operations",
"tags": ["pmo", "sow", "pert", "estimation", "wbs", "risk", "planning", "review"]
"tags": [
"pmo",
"sow",
"pert",
"estimation",
"wbs",
"risk",
"planning",
"review"
]
},
{
"name": "tech-writing",
"source": "./tech-writing",
"description": "Technical writing support — documentation structure, style guides, content review",
"version": "0.1.0",
"category": "documentation",
"tags": ["writing", "documentation", "style-guide"]
"tags": [
"writing",
"documentation",
"style-guide"
]
}
]
}
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ A curated collection of [Claude Code](https://claude.com/claude-code) plugins fo

| Plugin | Description | Category |
|--------|-------------|----------|
| [agentic-harness](./agentic-harness) | Stand up, assess, and maintain an agentic harness — generate project-specific agent teams and the skills they use, then assess how effectively they are used | Engineering |
| [developer-tools](./developer-tools) | Developer environment tooling — devcontainer generation, stack detection, infrastructure config | Engineering |
| [human-resources](./human-resources) | HR interview workflow — job descriptions, pre-screening, interview prep, evaluation, compliance | Human Resources |
| [kaizen](./kaizen) | Continuous improvement loops — recursive optimization engine with profiles for Claude Code usage, refactoring, and process improvement | Engineering |
| [plantuml](./plantuml) | PlantUML diagrams — policy-driven authoring, rendering, lint, validate, review, advisor, and migrate | Documentation |
| [project-management](./project-management) | SOW writing, review, estimation, and PMI-compliant PERT analysis — integrated project management pipeline | Operations |
| [tech-writing](./tech-writing) | Technical writing support — documentation structure, style guides, content review | Documentation |

> The [`agentic-harness`](./agentic-harness) plugin is inspired by the open-source `harness` plugin by revfactory (Apache-2.0). It is an independent reimplementation under MIT, with its own structure and prose.
> **Moved:** the `agentic-harness` plugin now lives in its own repository — [MrBogomips/agentic-harness](https://github.com/MrBogomips/agentic-harness). If you installed it from this marketplace, re-add it from there.

## Installation

Expand All @@ -24,15 +23,15 @@ Add this marketplace, then install the plugins you want.
# 1. Add the marketplace
claude plugin marketplace add MrBogomips/claude-code

# 2. Install a plugin (the marketplace name is "mrbogomips")
claude plugin install agentic-harness@mrbogomips
# 2. Install a plugin (the marketplace name is "mrbogomips-tools")
claude plugin install kaizen@mrbogomips-tools
```

Or, inside a Claude Code session, use the slash commands:

```
/plugin marketplace add MrBogomips/claude-code
/plugin install agentic-harness@mrbogomips
/plugin install kaizen@mrbogomips-tools
```

Browse and manage everything interactively with `/plugin`.
Expand Down
24 changes: 0 additions & 24 deletions agentic-harness/.claude-plugin/plugin.json

This file was deleted.

30 changes: 0 additions & 30 deletions agentic-harness/README.md

This file was deleted.

106 changes: 0 additions & 106 deletions agentic-harness/shared/claude-md-pointer.md

This file was deleted.

Loading
Loading