manage-skills

Create, lint, and maintain agent skills per the Agent Skills open standard.

4|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/lushly-dev/afd --skill manage-skills-lushly-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-skills
Source: https://github.com/lushly-dev/afd/tree/main/.claude/skills/manage-skills
Command: npx skills add https://github.com/lushly-dev/afd --skill manage-skills-lushly-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides expert guidance and tools to create, validate, and maintain agent skills, ensuring they adhere to best practices and open standards.

Core Features & Use Cases

  • Skill Creation: Use templates and best practices to build new skills efficiently.
  • Automated Validation: Lint skills against quality rules to catch errors before deployment.
  • Use Case: When starting a new project, use this Skill to generate a new skill structure, validate its SKILL.md file, and ensure it follows the Agent Skills open standard.

Quick Start

Use the manage-skills skill to lint all skills in the current directory.

Frequently Asked Questions about manage-skills

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

FAQPage Schema
How do I validate agent skills against the open standard?

Validate agent skills by linting their SKILL.md files against quality rules. This automated validation catches frontmatter, routing, and architecture errors before deployment, ensuring adherence to best practices.

What is the best way to author agent skills with proper frontmatter and routing?

Author agent skills using provided templates and best practices. This Skill guides efficient creation, ensuring proper frontmatter, routing, and architecture alignment with the open standard.

Can I use resource scripts for deterministic offloading when building agent skills?

Yes, agent skills support deterministic offloading via resource scripts and hook integration. This provides enhanced control and safety during skill execution.

Does this skill management tool work without external dependencies?

Yes, this skill management tool operates without external dependencies. It provides comprehensive guidance and tooling natively for creating, validating, and maintaining agent skills.

Why does my skill linting fail during validation?

Skill linting fails when SKILL.md files violate quality rules or lack proper frontmatter and routing architecture. The validation tool catches these errors before deployment to ensure open standard compliance.