jarvis-agent-skill-authoring

Standardizes creation and validation of in-repo JARVIS SKILL.md files.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill jarvis-agent-skill-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jarvis-agent-skill-authoring
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/software-development/jarvis-agent-skill-authoring
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill jarvis-agent-skill-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you create and maintain repository-shipped JARVIS skills that load correctly, match team conventions, and pass frontmatter validation.

Core Features & Use Cases

  • Frontmatter Compliance: Confirms the required name and description fields and keeps the SKILL.md entry point valid.
  • Repo-Native Authoring: Guides in-repo skill creation, editing, and placement under the correct skills category.
  • Reusable Documentation: Captures practical structure, pitfalls, and verification steps for consistent skill delivery.

Quick Start

Ask me to draft or update an in-repo SKILL.md for a workflow you want to ship, and I will generate a compliant skill with the right structure and validation guidance.

Frequently Asked Questions about jarvis-agent-skill-authoring

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

FAQPage Schema
How do I validate SKILL.md frontmatter for repository-shipped JARVIS skills?

You validate SKILL.md frontmatter by ensuring YAML includes required name and description fields alongside a non-empty markdown body. This compliance confirms the entry point is valid and enables correct skill discovery within the repository.

What is the correct directory placement for authoring in-repo JARVIS skills?

Correct directory placement for in-repo JARVIS skills involves organizing files under the proper skills category. You must also maintain optional scripts, references, and assets directories to ensure proper peer conventions and skill discovery.

How do I create a valid SKILL.md file that passes frontmatter validation?

You create a valid SKILL.md file by drafting compliant YAML frontmatter with name and description fields, adding a non-empty markdown body, and following peer conventions for category placement and reuse guidelines within your repository.

Can I use optional scripts and references directories when shipping JARVIS skills?

Yes, you can use optional scripts, references, and assets directories when shipping JARVIS skills. Awareness of these directories is required during the authoring workflow to ensure correct structure and proper skill discovery within the repository.

Why does my repository-maintained JARVIS skill fail to load correctly?

Your repository-maintained JARVIS skill fails to load correctly when the SKILL.md file lacks compliant YAML frontmatter, has missing required name or description fields, or is placed under the wrong skills category directory.

What's the best way to maintain team conventions for SKILL.md authoring workflows?

The best way to maintain team conventions for SKILL.md authoring workflows is standardizing in-repo skill creation and edits. Following peer conventions, category placement, and reuse guidelines ensures consistent skill delivery and frontmatter validation.