Thank you for this piece.
If I am using the web version of an LLM, for example, Google Gemini, how do I get to load the skills onto it?
Then, if a model is not optimized to use a skill, for example, you mentioned a read and create powerpoints skill. Can downloading the skill onto it make it capable of doing that?
The Rise of Reusable AI Agent Skills: How skills.sh and Anthropic Are Changing Claude Development
3 Comments
Short answer: No, you cannot load Claude Code skills onto Google Gemini or other web LLMs, and skills don't give a model new underlying capabilities.
Here's why
What skills actually are
Skills in Claude Code are curated prompt templates that get injected into the conversation.
Crucially, they work because Claude Code already has access to tools — the file system, bash execution, web fetch, etc. When you invoke /pptx, for example, the skill tells Claude how to use those pre-existing tools to handle PowerPoint files (via libraries like python-pptx running locally on your machine).
Why you can't port them to Gemini web
Web LLMs (Gemini, ChatGPT, Claude.ai, etc.) run in a sandboxed browser environment. They don't have:
Access to your local file system
The ability to execute arbitrary shell commands
The tool infrastructure that skills depend on
There's no “install” mechanism — the skill is just a prompt, but the prompt alone does nothing if the underlying tools aren't there.
Can a skill make a model capable of something it couldn't do?
No.
A skill can only orchestrate capabilities the model already has access to. The PowerPoint skill works in Claude Code because the CLI can run Python locally.
The same prompt given to a web LLM would just produce text describing what it would do — it can't actually read or write .pptx files without file system access.
What you can do on web LLMs
Use the model's built-in code interpreter (where available) for limited file handling
Copy the prompt content of a skill as a system prompt to guide behavior
Use platform-specific plugin/tool ecosystems (e.g., Gemini's Google Workspace integrations)
The skills system is fundamentally a Claude Code (CLI) feature — it's the combination of the prompt plus tool access that makes it work.
Please log in to add a comment.
Please log in to comment on this post.
More Posts
- © 2026 Coder Legion
- Feedback / Bug
- Privacy
- About Us
- Contacts
- Premium Subscription
- Terms of Service
- Refund
- Early Builders
I'm a Customer Success and Revenue Operations professional turned AI-native web developer, with 11+ years of experience across fintech, SaaS, renewable energy, recruitment, and BPO. My career spans customer experience, operational excellence, revenue growth — and now, shipping real products with code.
In 2026, I picked up AI-assisted development and started shipping production-grade applications:
→ 738-page bilingual (EN/ES) website for a public adjusting firm — full SEO schema markup, location pages across 6 U.S. states, blog system, contact forms, glassmorphism UI. Astro 5, React 19, Tailwind CSS v4, Cloudflare Pages. Built in 2 days. → Customer intelligence dashboard — interactive data visualizations, rating trend charts with animated transitions, automated reporting, Cloudflare Worker backend with KV storage. → MeetingAlarm — 6,600-line single-file PWA. Calendar sync (Google, Outlook, Apple), dual-theme glassmorphism UI, live countdowns, conflict detection, focus mode, world clock, stopwatch, timer, meeting analytics. Zero dependencies.
Stack: Astro 5 + React 19 + Tailwind CSS v4, Recharts, Cloudflare Pages, Claude Code (Anthropic), Claude skills arsenal (interaction-design, data-visualization, visual-design, kpi-dashboard-design), Figma.
Before code, I spent a decade in operations and revenue:
At Possible Finance (fintech), I led a remote CS team — Handled escalations: bankruptcy, PACER research, credit disputes, fraud, underwriting (GLBA, FDCPA, UDAAP). Authored SOPs, Help Center docs, and macros reducing repeat contacts. Partnered with Engineering, Product, Legal, and Finance.
As a B2B Outbound Consultant, secured agreements worth up to $79K and realized $70K in placements via C-level prospecting (Apollo.io, Clay, LinkedIn Sales Navigator, 8x8).
In solar, generated PHP 10M (~$180K USD) across commercial and residential projects — full-cycle prospecting to close.
What differentiates me:
AI-assisted web development — shipping production apps fast
Remote team leadership & SLA/CSAT optimization
Escalation & regulatory case management (fintech)
B2B outbound & pipeline development
Process improvement & documentation systems
Cross-functional collaboration (Product, Engineering, Legal, Finance)
Open to: Web Dev, Customer Success, SDR/BDR, Revenue Ops — remote, hybrid, contract, or full-time.
Building a team that values accountability, resourcefulness, and impact? Let's connect. Show less
Related Jobs
- Senior Application Engineer (Salesforce-Agentforce AI)PointClickCare · Full time · Canada
- Senior Principal AI Agent / ML Software Engineer (OCI)Oracle · Full time · Springfield, IL
- Software Engineer, Test & Infrastructure II (Bilingual Spanish)Vail Systems · Full time · Springfield, IL
Commenters (This Week)
Contribute meaningful comments to climb the leaderboard and earn badges!