skill-name

Document and execute script-driven skill directories via SKILL.md entry points.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill skill-name-daanteijema-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name
Source: https://github.com/daanteijema-beep/ai-gids-platform/tree/main/.agents/skills/skill-name
Command: npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill skill-name-daanteijema-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a reusable template for documenting and operating a self-contained skill directory, so you can quickly run the intended scripts and capture consistent usage instructions.

Core Features & Use Cases

  • Clear, standardized entry point: Uses SKILL.md frontmatter (name and description) so the skill can be discovered and invoked reliably.
  • Documented operational workflow: Includes prerequisites, usage guidance, command patterns, and troubleshooting notes to speed onboarding.
  • Script-driven execution: Organizes deterministic tasks under scripts/ and describes how to run them from the skill directory.

Quick Start

Run the skill's provided script(s) from the skill directory by executing the command shown in the SKILL.md Quick Start section.

Frequently Asked Questions about skill-name

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

FAQPage Schema
How do I create a standardized skill directory with YAML frontmatter and script execution?

This template provides a mandatory SKILL.md entry point with YAML frontmatter for name and description, standardizing how script-driven skill directories are documented and executed. It ensures consistent prerequisites, usage patterns, and troubleshooting guidance for quick onboarding.

What's the best way to document developer workflow prerequisites and troubleshooting in a skill template?

Use a SKILL.md Markdown body to document operational workflow, prerequisites, command patterns, and troubleshooting notes. This standardizes developer workflow documentation so users can quickly run intended scripts and capture consistent usage instructions.

Does a skill template require dependencies to run scripts from its directory?

No, this skill template has no dependencies and runs scripts directly from the skill directory using the command shown in the SKILL.md Quick Start section. It organizes deterministic tasks under scripts/ and describes how to execute them.

Why do I need YAML frontmatter in a SKILL.md file for script execution?

YAML frontmatter with name and description is required so the skill can be discovered and invoked reliably. This mandatory entry point standardizes how the skill directory is documented and executed, ensuring consistent script-driven operations.

How do I run scripts from a skill directory using the documented command patterns?

Run the skill's provided scripts from the skill directory by executing the command shown in the SKILL.md Quick Start section. The template organizes deterministic tasks under scripts/ and describes how to run them from that directory.