sample-skill-1

Create and document new skills for the Agent-Skill-Execution framework.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Ryko1141/Hedge-Edge-agentic --skill sample-skill-1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sample-skill-1
Source: https://github.com/Ryko1141/Hedge-Edge-agentic/tree/main/Business%20Strategist%20Agent/.agents/skills/sample-skill-1
Command: npx skills add https://github.com/Ryko1141/Hedge-Edge-agentic --skill sample-skill-1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a clear, actionable template and guide for creating new skills within the Agent-Skill-Execution (ASE) framework, ensuring consistency and discoverability.

Core Features & Use Cases

  • Skill Creation Template: Offers a structured format for defining skill objectives, inputs, processes, and expected outputs.
  • Resource Referencing: Demonstrates how to correctly link execution scripts and data files using relative paths.
  • Use Case: A new developer joins the team and needs to create a skill for summarizing meeting transcripts. They can use this sample-skill-1 as a starting point, adapting its structure and documentation.

Quick Start

Use the sample-skill-1 to create a new skill named 'meeting-summarizer' with a description of 'Summarizes meeting transcripts'.

Frequently Asked Questions about sample-skill-1

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

FAQPage Schema
How do I create and document a new skill for the ASE framework?

To create and document a new skill for the ASE framework, use a standardized template to define skill objectives, input specifications, step-by-step processes, and error handling. This ensures adherence to best practices for skill development and discoverability.

What is the required structure for skill creation in the Agent-Skill-Execution framework?

The required structure for skill creation in the Agent-Skill-Execution framework includes defining skill objectives, inputs, processes, expected outputs, and resource referencing. It uses a structured format to correctly link execution scripts and data files using relative paths.

How do I link execution scripts and data files when developing an Agent Skill?

To link execution scripts and data files when developing an Agent Skill, use relative paths within your skill documentation. This resource referencing method ensures scripts and data files are correctly connected and managed within the ASE framework.

Do I need a specific template to define input specifications and error handling for new skills?

Yes, you need a specific template to define input specifications and error handling for new skills. The template provides a standardized format for detailing these elements, ensuring consistent skill development and resource management across the framework.

What's the best way to ensure discoverability and best practices for skill development?

The best way to ensure discoverability and best practices for skill development is to follow a standardized documentation template. By clearly defining skill objectives, processes, and outputs, you ensure adherence to the ASE framework's development guidelines.