Enterprise Architecture, research, strategy critique, RAG, and ITIL plugins for Claude Code
npx claudepluginhub somtimz/pluginsA curated collection of plugins for Claude Code and OpenCode maintained by @somtimz.
| Plugin | Description | Version |
|---|---|---|
| ea-assistant | End-to-end Enterprise Architecture engagement management (TOGAF 10, Zachman, ArchiMate) with motivation framework (Drivers/Goals/Objectives/Issues/Problems), artifact generation, phase interviews, Decision Register, grill-me integration, session tracking, opt-out tracking, and artifact compliance checking | 0.9.0 |
| RAG-assistant | Conversational RAG assistant — ingests documents into ChromaDB, web UI for cited Q&A and ingestion management | 0.1.0 |
| research-agent | Lead Research Analyst agent — evidence-based deep research with confidence scoring, contradiction detection, and executive-ready synthesis | 0.1.0 |
| grill-me | Nine interview skills for stress-testing strategies, decisions, risks, and designs | 0.4.0 |
| ITIL-assistant | ITIL v4 Change Management assistant — create, manage, and review Change Requests with CAB approval workflow | 0.1.0 |
In Claude Code, add this repo as a marketplace to browse and install all plugins:
/marketplace add https://github.com/somtimz/plugins
Or install a single plugin directly:
/plugin install https://github.com/somtimz/plugins/tree/main/<plugin-name>
OpenCode has no marketplace mechanism, but all 21 skills are format-compatible. Clone the repo and run the install script to symlink skills into OpenCode's discovery path:
git clone https://github.com/somtimz/plugins.git
cd plugins
bash install-opencode.sh
# Uninstall: bash install-opencode.sh --uninstall
The script symlinks all skills into ~/.config/opencode/skills/. Set OPENCODE_SKILLS_DIR to override the target directory. Restart OpenCode after installing.
Skills available for OpenCode:
| Skill | Plugin |
|---|---|
archimate-notation | ea-assistant |
ea-artifact-templates | ea-assistant |
ea-document-ingestion | ea-assistant |
ea-engagement-lifecycle | ea-assistant |
ea-generation | ea-assistant |
ea-requirements-management | ea-assistant |
ea-interview-ui | ea-assistant |
zachman-framework | ea-assistant |
doc-ingestion-pipeline | RAG-assistant |
rag-chat | RAG-assistant |
itil-change-request | ITIL-assistant |
cab-review | ITIL-assistant |
grill-me-stress-test | grill-me |
grill-me-premortem | grill-me |
grill-me-decision | grill-me |
grill-me-design | grill-me |
grill-me-software-design | grill-me |
grill-me-infra-design | grill-me |
grill-me-artifact | grill-me |
grill-me-diagram | grill-me |
grill-me-boardroom-strategy | grill-me |
<plugin-name>/
├── .claude-plugin/plugin.json # plugin manifest
├── agents/ # subagent definitions
├── commands/ # slash commands
├── skills/ # skill files
├── hooks/ # lifecycle hooks
├── templates/ # document templates
└── README.md
.claude-plugin/marketplace.json # marketplace index
.github/
scripts/validate-frontmatter.ts # CI frontmatter validator
workflows/
validate-frontmatter.yml # runs on every PR
close-external-prs.yml # maintainer-only contributions
This repo accepts contributions from maintainers only. To propose a new plugin or report an issue, open a GitHub issue.
Each plugin carries its own license. See the LICENSE file in each plugin directory.
End-to-end Enterprise Architecture engagement management — TOGAF 10 ADM lifecycle, Zachman classification, ArchiMate notation. Structured phase interviews, artifact generation, motivation framework (Drivers/Goals/Objectives/Issues/Problems), Decision Register, ADR management, Risk Register, roadmap agent, grill-me integration, consistency checking, and consolidated reporting.
Conversational RAG assistant — ingests local and SharePoint documents into a ChromaDB vector store and exposes a web UI for natural-language Q&A, document management, and pipeline control.
A Lead Research Analyst agent that conducts deep, evidence-based research into topics, codebases, and documents — with confidence scoring, contradiction detection, and executive-ready synthesis.
Nine interview skills for stress-testing strategies, decisions, risks, and designs — strategic stress-test, pre-mortem and risk review, decision memo, boardroom strategy, service/software/infrastructure design critique, artifact review, and diagram review.
ITIL v4 Change Management assistant — create, manage, and review Change Requests with CAB approval workflow.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.