一键导入
CI Test Claude Skill
npx skills add https://github.com/pr-pm/prpm --skill ci-test-claude-skill复制此命令并粘贴到 Claude Code 中以安装该技能
CI Test Claude Skill
npx skills add https://github.com/pr-pm/prpm --skill ci-test-claude-skill复制此命令并粘贴到 Claude Code 中以安装该技能
| name | ci-test-claude-skill |
| description | CI Test Claude Skill |
This is a test skill for PRPM integration testing.
Test that Claude skills install correctly to .claude/skills/<name>/SKILL.md.
Invoke this skill when you need to test Claude skill installation.
Use when creating or publishing Claude Code hooks - covers executable format, event types, JSON I/O, exit codes, security requirements, and PRPM package structure
Use when creating Agent Skills packages (SKILL.md format) for Codex CLI, GitHub Copilot, or Amp - provides the agentskills.io specification with frontmatter constraints, directory structure, and validation rules
Expert guidance for creating Claude Code slash commands with correct frontmatter, structure, and best practices
Use when creating OpenCode agents - provides markdown format with YAML frontmatter, mode/tools/permission configuration, and best practices for specialized AI assistants
Use when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like alwaysApply
Use when creating OpenCode plugins that hook into command, file, LSP, message, permission, server, session, todo, tool, or TUI events - provides plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript event-driven modules