Claude-skill-registry ci-test-claude-skill

CI Test Claude Skill

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/claude-skill" ~/.claude/skills/majiayu000-claude-skill-registry-ci-test-claude-skill && rm -rf "$T"
manifest: skills/data/claude-skill/SKILL.md
source content

CI Test Claude Skill

This is a test skill for PRPM integration testing.

Purpose

Test that Claude skills install correctly to

.claude/skills/<name>/SKILL.md
.

Usage

Invoke this skill when you need to test Claude skill installation.

Instructions

  1. Verify the skill file exists
  2. Check the directory structure
  3. Confirm frontmatter is parsed correctly