CtrlK
BlogDocsLog inGet started
Tessl Logo

prp-meta-skill

Authors, refactors, and consolidates Agent Skills PRP-style. Use when the user wants to "create a skill", "write a new skill", "trim a SKILL.md", "split a skill into references", "consolidate workflow skills", "replace duplicated skill logic with composition", redesign a skill workflow, or invokes /prp-meta-skill.

72

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

82%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-architected meta-skill body that models the progressive-disclosure pattern it teaches: lean, opinionated, and structured around three clear modes with sequenced steps and validation. The main weakness is two Resource pointers (template files) that reference non-existent bundle files.

Suggestions

Add the missing templates/SKILL.template.md and templates/reference.template.md files referenced in the Resources section, or remove those entries so every pointer resolves to a real bundle file.

Inline at least one concrete validation checkpoint (e.g. the trigger-test command) in each mode's quick spine rather than deferring all of it to references/validation.md.

For the refactor mode, surface an explicit destructive-change checkpoint inline given that extraction/trimming alters the original skill.

DimensionReasoningScore

Conciseness

The body is a lean, opinionated spine that assumes Claude's competence and pushes detail to references; no padding or restating of concepts Claude already knows, and every line earns its place.

5 / 5

Actionability

Each mode has concrete numbered steps with specific actions (e.g. "copy templates/SKILL.template.md into .claude/skills/<name>/SKILL.md") and pointers, but the body intentionally defers most executable detail to references, leaving minor gaps for an instruction-only skill.

4 / 5

Workflow Clarity

Multi-step processes for create/refactor/consolidate are clearly sequenced with validation checkpoints referenced ("Validate & iterate (references/validation.md)" and the behavior-preservation check), but the validation detail itself is deferred rather than an inline checkpoint, a minor gap.

4 / 5

Progressive Disclosure

Clear overview with well-signaled one-level-deep references to references/*.md, and content is appropriately split; however the body also points to templates/SKILL.template.md and templates/reference.template.md in Resources, but no templates/ directory exists in the bundle, so two referenced paths are dangling.

4 / 5

Total

17

/

20

Passed

Description

95%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong third-person description that states concrete capabilities and pairs them with a rich set of natural trigger phrases and an explicit "Use when" clause. It is specific, complete, and highly distinct with minimal conflict risk.

DimensionReasoningScore

Specificity

"Authors, refactors, and consolidates Agent Skills PRP-style" names the domain plus three concrete actions; not a full 5 because coverage of sub-actions is implied rather than enumerated comprehensively.

4 / 5

Completeness

It explicitly answers both what (authors/refactors/consolidates Agent Skills PRP-style) and when ("Use when the user wants to..." with concrete trigger phrases and the /prp-meta-skill invocation).

5 / 5

Trigger Term Quality

The quoted triggers ("create a skill", "write a new skill", "trim a SKILL.md", "split a skill into references", "consolidate workflow skills", "replace duplicated skill logic with composition") plus "redesign a skill workflow" and the slash-command invocation cover the natural phrases a user would say, including synonyms.

5 / 5

Distinctiveness Conflict Risk

The meta-skill niche (authoring/refactoring/consolidating Agent Skills) with specific triggers and a slash-command invocation is clearly distinct from other skills and unlikely to fire for the wrong one.

5 / 5

Total

19

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
Wirasm/prp
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.