example-skill

Create custom skills within the KnowledgeWeaver project using a template.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Danielyan86/KnowledgeWeaver --skill example-skill-danielyan86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/Danielyan86/KnowledgeWeaver/tree/main/.claude/skills/example-skill
Command: npx skills add https://github.com/Danielyan86/KnowledgeWeaver --skill example-skill-danielyan86

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill serves as a foundational template, guiding users on how to create and implement their own custom skills within the KnowledgeWeaver project.

Core Features & Use Cases

  • Skill Creation Guidance: Provides step-by-step instructions for duplicating and modifying an existing skill.
  • Demonstrates Skill Structure: Illustrates the expected format and content of a SKILL.md file.
  • Use Case: A new developer joins the KnowledgeWeaver project and needs to create a skill to automate a specific documentation task. They can use this example skill as a starting point.

Quick Start

Follow the instructions within this skill to create your own custom skill.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I create a custom skill for KnowledgeWeaver?

To create a custom skill for KnowledgeWeaver, you can use this template skill as a starting point by copying its directory and modifying the SKILL.md file to define your automated task instructions and invocation logic.

What is the expected structure of a SKILL.md file?

A SKILL.md file demonstrates the expected format and content for defining custom skills, detailing the process of directory copying, file editing, and invocation to guide developers in extending project functionality with new automated tasks.

How does a developer guide template help with skill creation?

A developer guide template helps with skill creation by providing step-by-step instructions for duplicating and modifying an existing skill, illustrating the expected format needed to automate specific documentation tasks.

Can I use this template to automate a specific documentation task?

Yes, you can use this template to automate a specific documentation task by following the provided instructions to duplicate the directory, edit the SKILL.md file, and define the invocation logic for your new custom skill.

What is the process for invoking a newly created custom skill?

The process for invoking a newly created custom skill involves detailing the invocation logic within the SKILL.md file during the directory copying and editing phase, allowing the KnowledgeWeaver project to execute your automated task.