present-skill

Validate reference resolution for plugin marketplace skill paths.

3|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kitaekatt/plugins-kit --skill present-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: present-skill
Source: https://github.com/kitaekatt/plugins-kit/tree/main/tests/skills-kit/golden_corpus/fixtures/references/.claude/skills/present-skill
Command: npx skills add https://github.com/kitaekatt/plugins-kit --skill present-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill serves as a placeholder to verify that the system correctly resolves references to specific skill paths within the golden corpus testing environment.

Core Features & Use Cases

  • Reference Validation: Acts as a target for path-resolution tests.
  • System Testing: Ensures the plugin architecture correctly identifies and loads skills located in the references directory.
  • Use Case: Developers use this to confirm that the Claude Code plugin marketplace correctly maps and triggers skills during automated integration tests.

Quick Start

Invoke the present-skill to verify that the reference resolution path is functioning correctly in your current environment.

Frequently Asked Questions about present-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate reference resolution in a plugin marketplace architecture?

Validating reference resolution requires a static fixture to verify path integrity within the golden corpus testing environment. This skill serves as a static reference point to ensure the system correctly resolves references to specific skill paths.

What is a golden corpus fixture used for in plugin development testing?

A golden corpus fixture provides a static reference point for system verification. It targets testing environments to ensure path integrity and confirm that the plugin architecture correctly identifies and loads skills located in the references directory.

Do I need external dependencies to test path resolution for skill loading?

Testing path resolution requires no external dependencies. This fixture functions independently as a static reference point to verify that the plugin marketplace correctly maps and triggers skills during automated integration tests.

How does reference validation work for plugin architecture integration tests?

Reference validation works by acting as a target for path-resolution tests. It ensures the plugin architecture correctly identifies and loads skills located in the references directory, confirming that the marketplace maps and triggers skills accurately.

Why is my plugin marketplace not resolving skill paths correctly during testing?

Incorrect skill path resolution indicates a failure in the reference-resolution mechanism. Using a static fixture to verify path integrity within the golden corpus testing environment isolates the issue and confirms the system correctly maps references to the correct directory.