aget-create-skill

Create AGET skills by validating S-V-O naming and generating specifications, frontmatter, and index updates.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/aget-framework/template-executive-aget --skill aget-create-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aget-create-skill
Source: https://github.com/aget-framework/template-executive-aget/tree/main/.claude/skills/aget-create-skill
Command: npx skills add https://github.com/aget-framework/template-executive-aget --skill aget-create-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation of new AGET skills, ensuring adherence to established standards and best practices for agent development.

Core Features & Use Cases

  • Standardized Skill Creation: Generates new skills following the S-V-O naming convention and incorporates essential components like specifications, frontmatter, and index updates.
  • Traceability and Compliance: Ensures new skills are properly documented, traceable, and meet AGET's development guidelines.
  • Use Case: A developer needs to add a new capability to the agent, such as a /aget-analyze-logs skill. They use /aget-create-skill analyze-logs to initiate the process, which guides them through naming, specification, and integration.

Quick Start

Use the aget-create-skill command to create a new skill named 'analyze-logs'.

Frequently Asked Questions about aget-create-skill

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

FAQPage Schema
How do I create a new AGET skill that follows standard naming conventions?

To create a new AGET skill, use the aget-create-skill command with an explicit name like 'analyze-logs'. It validates the S-V-O naming convention and automatically generates specifications, SKILL.md frontmatter, and index updates.

What is the S-V-O naming convention for agent skill development?

The S-V-O naming convention is a standardized format for skill development that structures skill names around Subject-Verb-Object patterns. It ensures traceability and compliance with AGET development guidelines during the skill creation process.

Can I create agent skills interactively without providing a skill name upfront?

Yes, skill creation supports both explicit and interactive skill name input. You can initiate the aget-create-skill command without a name argument, and the process will guide you through naming, specification, and integration interactively.

What artifacts are generated when developing a new AGET skill?

Developing a new AGET skill generates essential artifacts including skill specifications, SKILL.md frontmatter, and index updates. These ensure new capabilities are properly documented, traceable, and meet development SOPs.

Do I need any dependencies or external libraries to standardize skill creation?

No external dependencies are required to standardize skill creation. The aget-create-skill tool operates independently using internal references and scripts to validate naming conventions and generate necessary documentation artifacts.

Why does my new agent skill fail to integrate into the development index?

Skill integration failures often occur when naming conventions are not met. The aget-create-skill process enforces prohibitive instruction formats and S-V-O naming validation to ensure proper index updates and traceability before integration.