wrapping-external-skills | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / wrapping-external-skills

wrapping-external-skills

maintained by dragonkid

star 1 account_tree 1 verified_user MIT License
bolt View GitHub

name: wrapping-external-skills description: Use when an external plugin skill lacks YAML frontmatter and cannot be invoked via the Skill tool

Wrapping External Skills

Create local wrapper skills for external plugin skills that lack YAML frontmatter.

Problem

Plugin skills without name/description frontmatter are invisible to the Skill tool. They exist in the plugin cache but cannot be invoked via Skill("namespace:skill-name").

Solution

  1. Create ~/.claude/skills/<skill-name>/SKILL.md
  2. Add frontmatter (name + description)
  3. Copy original skill content below frontmatter
  4. Add TODO to track upstream fix

Frontmatter Template

---
name: skill-name
description: Use when [triggering conditions from original skill]
---

Maintenance

Local wrapper is a temporary shim. Track removal:

- [ ] After [plugin] upgrades, check if `namespace:skill-name` has frontmatter — if so, delete local wrapper

When to Use

  • Plugin skill exists but has no frontmatter
  • Need to invoke it via Skill tool in commands or workflows

When NOT to Use

  • Skill already has frontmatter — invoke directly
  • One-time use — read and follow manually

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1
GitHub Forks 1
Created Mar 2026
Last Updated il y a 3 mois
tools tools ide plugins

Related Skills

writing-skills
chevron_right
codex
chevron_right
smart-illustrator
chevron_right
collaborating-with-codex
chevron_right
code-review-router
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.