claude plugin install https://github.com/geledek/enterprise-ai-transformation-skillsRestart Claude Code. All 16 skills activate automatically.
git clone https://github.com/geledek/enterprise-ai-transformation-skills.git \
~/.claude/plugins/enterprise-ai-transformation-skillsRestart Claude Code — it auto-discovers plugins in ~/.claude/plugins/.
After restart, test each skill with its trigger phrase. Skills are grouped by bucket:
General — diagnostics & strategy
| Skill | Trigger phrase |
|---|---|
general-use-case-discovery |
"Where should we point AI first across our function?" |
general-idea-diagnostic |
"Should we pursue this AI idea?" |
general-maturity-assessment |
"Where are we on the AI maturity curve?" |
general-peer-cases |
"Has anyone else done this before?" |
general-roi-gate |
"Run the ROI gate on this AI investment" |
Process — pilot, ship, observe
| Skill | Trigger phrase |
|---|---|
process-pilot-design |
"Design a 90-day AI pilot for [X]" |
process-productionization |
"How do we move this prototype to production?" |
process-portfolio-observability |
"What is each AI initiative actually returning?" |
Tech — stack, sourcing, deployment, agents
| Skill | Trigger phrase |
|---|---|
tech-stack-diagnostic |
"Diagnose our AI tech stack" |
tech-buy-vs-build |
"Should we build or buy this AI capability?" |
tech-data-deployment |
"Where can this data legally run?" |
tech-agent-guardrail |
"Check governance on this AI agent deployment" |
People — leadership, workforce, frontline
| Skill | Trigger phrase |
|---|---|
people-readiness-conversation |
"Surface AI readiness gaps in our leadership team" |
people-literacy-curriculum |
"Build a role-based AI literacy curriculum" |
people-frontline-engagement |
"How do we engage skeptical frontline experts?" |
people-tool-selection |
"Which AI tool should I teach this group?" |
- Open Claude Desktop → Customization (left sidebar)
- Click Add plugin (
+) → Create Plugin → Add Marketplace → Add from a repository - Paste this URL when prompted:
https://github.com/geledek/enterprise-ai-transformation-skills - Restart Claude Desktop. All 16 skills activate automatically from their trigger phrases.
Requires a paid plan (Pro, Max, Team, or Enterprise). See Claude plugin docs.
- Go to chatgpt.com → Explore skills or open Settings → Skills
- Click Add skill from URL (if shown) and paste:
https://github.com/geledek/enterprise-ai-transformation-skills
See OpenAI skills docs for current plan availability.
- Create a new GPT at
chat.openai.com/gpts - In Instructions, paste the full content of any skill's
SKILL.md - In Knowledge, upload the relevant files from
references/ - Set the Conversation Starter to the skill's trigger phrase
- Repeat per skill, or combine up to 4 skills into one GPT
Limitation: Custom GPTs don't auto-trigger on phrase matching — you'll need to explicitly invoke the skill in conversation.
Add this repo as a marketplace source in ~/.grok/config.toml:
[[marketplace.sources]]
url = "https://github.com/geledek/enterprise-ai-transformation-skills"Then browse and install from the Marketplace tab in the Grok TUI, or run:
grok plugin install enterprise-ai-transformation-skillsgit clone https://github.com/geledek/enterprise-ai-transformation-skills.git \
~/.grok/plugins/enterprise-ai-transformation-skillsGrok auto-discovers plugins in ~/.grok/plugins/. Skills appear as /skill-name slash commands.
See Grok skills & plugins docs.
For users without a paid Claude Code or Desktop plan:
- Create a new Project at claude.ai
- Open Project Instructions
- Paste the contents of any skill's
README.mdfrom this repo - Upload relevant files from
references/as Project Knowledge
This loads one skill per Project. Skills activate on their trigger phrases.
Claude Code (plugin manager install):
claude plugin update enterprise-ai-transformation-skillsClaude Desktop: remove the plugin (Customization → your plugin → remove), then repeat the install steps above. Restart after updating.
Manual clone (Claude Code, Grok, or fork):
git pull origin mainIf you've forked the repo and added your own references, merge upstream changes selectively — don't overwrite your local additions.