manage-skills

Skill Design Principles

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "manage-skills" with this command: npx skills add cdeistopened/opened-vault/cdeistopened-opened-vault-manage-skills

Skill Management

Skill Design Principles

  1. SKILL.md is Self-Contained
  • Contains ALL information needed to use the skill

  • Should be as minimal as possible while conveying complete information

  • No need for separate README, USAGE, INSTALL, or CHANGELOG files

  1. Single Script Design
  • Optimize for ONE script per skill (not multiple scripts)

  • Use command-line parameters for different operations

  • Pattern: ./script.sh <command> [arguments]

  1. Minimal File Structure

skill-name/ ├── SKILL.md # Required - complete documentation └── script.sh # Optional - single CLI if needed

SKILL.md Structure

Required frontmatter:


name: skill-name description: What it does and when to use it. Use when [triggers]. version: 1

Creating a New Skill

  • Create directory in .claude/skills/skill-name/

  • Create SKILL.md with frontmatter and documentation

  • Optionally add a shell script for automation

  • Make scripts executable with chmod +x

Rendering Custom UI

For rendering interactive HTML interfaces in chat, use the create-interface skill which provides comprehensive documentation on the mcp__noetect-ui__render_ui tool.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

meta-ads-creative

No summary provided by upstream source.

Repository SourceNeeds Review
General

ghostwriter

No summary provided by upstream source.

Repository SourceNeeds Review
General

transcript-polisher

No summary provided by upstream source.

Repository SourceNeeds Review