skill-name

Create custom agent skills with standardized SKILL.md structure and YAML frontmatter.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/kvithayathil/agent-resources --skill skill-name-kvithayathil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name
Source: https://github.com/kvithayathil/agent-resources/tree/main/skills/.templates/skill-name-%28template%29
Command: npx skills add https://github.com/kvithayathil/agent-resources --skill skill-name-kvithayathil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building custom agent skills from scratch often leads to missing required metadata, non-compliant structure, and inconsistent documentation that prevents skills from being indexed, searched, or activated by agent skill managers.

Core Features & Use Cases

  • Standardized Scaffold: Pre-built SKILL.md with all mandatory AgentSkills spec frontmatter fields and required section placeholders to eliminate guesswork.
  • Guaranteed Spec Compliance: Follows official AgentSkills structure rules to ensure skills work seamlessly with skill indexing, search, and activation workflows.
  • Use Case: If you want to build a skill to automate social media post drafting, use this template to avoid common formatting errors and reduce development time.

Quick Start

Use this skill template to create a new custom agent skill tailored to your specific task or workflow.

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 spec-compliant AI agent skill from scratch?

To create a spec-compliant AI agent skill, use a standardized scaffold with mandatory YAML frontmatter and required markdown sections to ensure valid indexing and activation by skill managers.

What metadata is required for an agent skill to be indexed and searchable?

Required agent skill metadata includes mandatory YAML frontmatter fields and standard markdown section placeholders that satisfy the AgentSkills specification for proper indexing and search activation.

How do I avoid formatting errors when building custom agent tools?

Avoid formatting errors when building custom agent tools by starting with a pre-built scaffold that enforces official AgentSkills structure rules, reducing guesswork and ensuring consistent documentation.

Can I use a skill template to automate agent workflow creation for specific tasks?

Yes, you can use a skill template to automate agent workflow creation for specific tasks like social media drafting by applying the standardized structure to generate reusable, searchable tools.

Why do custom agent skills fail to activate in skill managers?

Custom agent skills fail to activate due to missing required metadata, non-compliant structure, and inconsistent documentation that violates the AgentSkills specification needed for skill indexing.

Does the AgentSkills specification require YAML frontmatter for skill validation?

Yes, the AgentSkills specification requires YAML frontmatter containing mandatory metadata fields for skill validation, ensuring proper structure for indexing, search, and activation workflows.