levelup-skill

Generate and register AI skill units from accepted Change Design Requests.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/eavichay/mycli --skill levelup-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: levelup-skill
Source: https://github.com/eavichay/mycli/tree/main/.cursor/skills/levelup-skill
Command: npx skills add https://github.com/eavichay/mycli --skill levelup-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill streamlines the transition from accepted Change Design Requests (CDRs) to functional AI skills, eliminating manual boilerplate generation and registration tasks.

Core Features & Use Cases

  • Automated Scaffolding: Generates standardized SKILL.md and entry files based on project-specific templates.
  • CDR Integration: Matches user input against accepted CDRs to ensure skills are built on approved architectural decisions.
  • Seamless Registration: Automatically updates project manifests and team directives to register the new skill for immediate use.

Quick Start

Invoke the levelup skill by providing the specific CDR ID or topic keyword you wish to transform into a new project skill.

Frequently Asked Questions about levelup-skill

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

FAQPage Schema
How do I automate AI skill generation from an accepted Change Design Request?

Automating AI skill generation from a Change Design Request involves mapping CDR metadata to standardized templates to produce functional SKILL.md files. This eliminates manual scaffolding by automatically updating project manifests upon receiving a valid CDR ID.

What's the best way to generate standardized scaffolding for new project skills?

Generating standardized scaffolding for project skills is best handled by mapping accepted architectural decisions to predefined entry files. This ensures rapid deployment of new capabilities by automatically updating project manifests and team directives.

Do I need a spec-kit project structure to scaffold new skills from CDRs?

A configured spec-kit project structure is required to scaffold new skills from CDRs. You also need access to team-ai-directives to ensure the automated registration process successfully updates project manifests and integrates the new unit.

How does automated CDR integration ensure new development skills match approved architecture?

Automated CDR integration ensures new development skills match approved architecture by matching user input against accepted Change Design Requests. This guarantees the generated scaffolding strictly follows the architectural decisions documented in the approved CDR metadata.

Can I update project manifests and team directives automatically when adding a new skill?

You can automatically update project manifests and team-ai-directives when adding a new skill. The automation process registers the newly generated unit for immediate deployment by updating the necessary configuration files during the scaffolding phase.

Why does skill scaffolding fail when processing a CDR without team-ai-directives access?

Skill scaffolding fails without team-ai-directives access because the automation requires updating team directives to register the new skill. Successful execution depends on both this access and a properly configured spec-kit project structure to map the CDR metadata.