basic-agents-skills-create

Create, update, and delete Agent Skills with SKILL.md files.

Updated Sep 29, 2025
One-click install
npx skills add https://github.com/ctejada85/adrakestory --skill basic-agents-skills-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: basic-agents-skills-create
Source: https://github.com/ctejada85/adrakestory/tree/main/.claude/skills/basic-agents-skills-create
Command: npx skills add https://github.com/ctejada85/adrakestory --skill basic-agents-skills-create

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, modification, and deletion of agent skills, ensuring they adhere to a standardized open specification for discoverability and reusability.

Core Features & Use Cases

  • Skill Scaffolding: Generates the necessary directory structure and SKILL.md file for new agent capabilities.
  • Standardization: Enforces naming conventions, frontmatter requirements, and body structure for SKILL.md files.
  • Use Case: When you need to create a new skill to manage user preferences, this Skill will help you set up the user-preferences-manage directory with a correctly formatted SKILL.md and suggest relevant sections for its body.

Quick Start

Use the basic-agents-skills-create skill to scaffold a new skill named 'document-summarize'.

Frequently Asked Questions about basic-agents-skills-create

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

FAQPage Schema
How do I scaffold a new agent skill with a SKILL.md file?

To scaffold a new agent skill, this tool creates the necessary directory structure and SKILL.md file. It automatically enforces naming conventions and frontmatter requirements to ensure your new capability is discoverable and reusable.

What is the agentskills.io open specification for skill creation?

The agentskills.io open specification standardizes how agent capabilities are built. It defines the required SKILL.md frontmatter, body structure, and naming conventions to ensure created skills remain consistent and discoverable.

Can I use this to rename or consolidate existing agent skills?

Yes, you can rename or consolidate existing agent skills. Beyond scaffolding new capabilities, this tool modifies, updates, consolidates, and deletes SKILL.md files while maintaining the required frontmatter and body structure.

Do I need any dependencies installed to create SKILL.md files?

No dependencies are required to create SKILL.md files. This skill operates independently to scaffold directories and enforce the agentskills.io open specification without external packages or frameworks.

What's the best way to enforce naming conventions for agent skills?

The best way to enforce naming conventions for agent skills is using a scaffolding tool that validates against the agentskills.io open specification. This skill automatically checks directory names and SKILL.md frontmatter during creation and updates.