skill-creator

Create reusable skill units from learned capabilities for AI agents.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dundas/uhr --skill skill-creator-dundas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/dundas/uhr/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/dundas/uhr --skill skill-creator-dundas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of transforming learned capabilities into permanent, reusable skills, enabling self-bootstrapping and continuous AI improvement.

Core Features & Use Cases

  • Skill Generation: Converts successful task completions into structured, persistent skills.
  • Capability Persistence: Ensures that newly acquired knowledge and abilities are not lost between sessions.
  • Use Case: After successfully integrating a new API, use this skill to create a dedicated skill for that API, making it readily available for future use.

Quick Start

Use the skill-creator to save the process you just used to integrate with the new weather API.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I make autonomous agents retain newly learned capabilities across sessions?

Capability persistence is achieved by generalizing learned capabilities into reusable skill units. This enables self-bootstrapping and permanent skill acquisition so AI agents retain abilities across sessions.

What is the process for autonomous skill creation from successful task completions?

Autonomous skill creation works by converting successful task completions into structured, persistent skills. This requires defining the skill name, description, goal, process, inputs, outputs, and key principles for registration.

How can I save a newly integrated API process as a dedicated skill for future use?

You can save a newly integrated API process by using the skill-creator to transform that successful task completion into a permanent, reusable skill, making it readily available for future use.

Do I need to define specific inputs and outputs to register a new skill for an autonomous agent?

Yes, registering a new skill requires defining specific inputs and outputs. You must also provide the skill name, description, goal, process, and key principles to complete the registration.

When should I use self-bootstrapping to automate AI development instead of manual coding?

Use self-bootstrapping to automate AI development when you need continuous AI improvement. It transforms learned capabilities into permanent skills, preventing knowledge loss between sessions without manual coding.