shadow-goblin

Generate a structured placeholder skill with machine-parseable metadata fields.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill shadow-goblin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shadow-goblin
Source: https://github.com/plurigrid/asi/tree/main/skills/shadow-goblin
Command: npx skills add https://github.com/plurigrid/asi --skill shadow-goblin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This unit serves as an auto-generated placeholder skill, providing a scaffold for future content and testing Claude integration workflows.

Core Features & Use Cases

  • Auto-generated skeleton ready for population with instructions
  • Testing scaffold for evaluation, formatting, and discovery flows

Quick Start

This is a placeholder. No operational commands until content is added.

Frequently Asked Questions about shadow-goblin

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

FAQPage Schema
What is a skill placeholder and why would I need one for scaffolding?

A skill placeholder is an auto-generated structured template that serves as a scaffold for future implementation. It provides a minimal metadata contract with machine-parseable fields, enabling testing of vector-based retrieval systems, RAG workflows, and schema validation before populating it with actual content.

How do I use a placeholder skill for testing Claude integration workflows?

Placeholder skills are designed for evaluation and discovery testing. They define a consistent metadata structure with fields like request, description, is_toxic, and toxic_reason, allowing you to validate integration requirements and formatting flows without requiring operational implementation.

Can I use a placeholder skill to validate my catalog and retrieval system?

Yes. Placeholder skills function as test fixtures for vector-based retrieval systems and RAG workflows. Their structured metadata contract ensures your catalog ingestion, schema validation, and AI agent integration workflows handle the required fields correctly before deploying production skills.

What fields does a placeholder skill include for integration testing?

Placeholder skills include a minimal metadata contract with fields such as request, description, is_toxic, and toxic_reason. This structure satisfies integration requirements for AI agents and allows you to test schema validation and data flow without full skill implementation.

When should I use a placeholder skill instead of a complete skill?

Use a placeholder skill during development and testing phases to validate your skill discovery infrastructure, vector retrieval systems, and agent integration pipelines. It provides a lightweight template for evaluation and formatting flows before committing to full implementation.