Skip to content

meet-student/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Agent Skills

English · 简体中文

A curated collection of Agent Skills

Installation

Install a specific skill:

pnpx skills add meet-student/skills --skill='mobile-web-adaptation'

Install all skills:

pnpx skills add meet-student/skills --skill='*'

Or install globally:

pnpx skills add meet-student/skills --skill='*' -g

Learn more about CLI usage at skills.

Skills

Hand-maintained

Written by hand based on real-world project experience and best practices.

Skill Description
mobile-web-adaptation Build or adapt mobile-friendly web pages using HTML/CSS/JS best practices — covers responsive layout, touch interaction, scroll behavior, keyboard/input handling, and browser compatibility

Repository Structure

.
├── skills/                     # Skills output directory
│   └── {skill-name}/
│       ├── SKILL.md            # Skill entry and index
│       └── references/
│           └── *.md            # Topic-based reference files
├── AGENTS.md                   # Writing guidelines for AI agents
├── LICENSE.md
├── README.md
└── package.json

Adding a New Skill

  1. Create a directory under skills/ named after the skill (kebab-case)
  2. Create SKILL.md with frontmatter (name, description) and a categorized reference index
  3. Create topic-focused reference files under references/
  4. Update the Skills table in this README

See AGENTS.md for the full writing guidelines.

License

MIT

About

Meet curated collection of agent skills.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors