Skip to content

uphg/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

skills

English | 中文

A curated collection of skill packs for AI coding assistants, providing project-specific knowledge for various frameworks and tools.

Available Skills

vue-tsx

Vue 3 development using defineComponent() + .tsx (Composition API with TSX render functions).

npx skills add https://github.com/uphg/skills --skill vue-tsx

fsd

Frontend architecture design following Feature-Sliced Design (FSD) methodology.

npx skills add https://github.com/uphg/skills --skill fsd

Usage

This repository is designed to be consumed by AI-powered coding tools (such as Cursor, Windsurf, or similar) that support a "skills" system. Point your AI assistant to the skills/ directory to give it context-aware guidance on code generation.

Structure

skills/
└── <skill-name>/
    ├── SKILL.md                          # Main skill definition & coding preferences
    ├── GENERATION.md                     # Provenance & generation metadata
    ├── CHANGES.md                        # Modification changelog
    └── references/                       # Reference documents
        └── ...

Each skill resides in its own directory under skills/, following the same structure.

Contributing

Feel free to open issues or pull requests to improve existing skills.

Author: LvHeng

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors