Skip to content

Repository files navigation

Skills

English | 中文

青椒肉丝'skills

Quick Start

Codex Installation

Add the Codex marketplace
# GitHub repository
codex plugin marketplace add pkc918/skills

# Specific Git ref
codex plugin marketplace add pkc918/skills --ref main

# HTTPS Git URL with sparse checkout
codex plugin marketplace add https://github.com/pkc918/skills.git --sparse .agents/plugins

# Local marketplace root
codex plugin marketplace add ./local-marketplace-root
Install a specific Codex plugin
codex plugin add git@pkc918
codex plugin add developer@pkc918
codex plugin add designer@pkc918

Open a new Codex session after installation so the plugins are loaded.

Claude Code Installation

Install the full Claude Code marketplace from GitHub
/plugin marketplace add pkc918/skills
Install specific Claude Code plugins
/plugin install pkc918/skills/plugins/git
/plugin install pkc918/skills/plugins/developer
/plugin install pkc918/skills/plugins/designer

Features

Plugins

Plugin Path Capabilities
git plugins/git Git workflows, GitHub gh, GitLab glab, and command references for commit / branch / rebase / conflict workflows
developer plugins/developer Go backend guidance, project structure, shadcn-vue component references, MCP / LSP / hooks configuration
designer plugins/designer Apple Design style, layout, color, motion, and component design principles

Skills

Skill Plugin Path Use case
git git skills/git/git Git commit, branch, rebase, stash, undo, conflict, remote, and tag workflows
github git skills/git/github GitHub repositories, pull requests, issues, Actions, releases, and gh CLI command composition
gitlab git skills/git/gitlab GitLab repositories, merge requests, issues, pipelines, releases, and glab CLI command composition
golang developer skills/developer/golang Go conventions, Effective Go, error handling, concurrency, testing, and module management
backend developer skills/developer/backend Go backend project structure, layer responsibilities, naming, and module organization
shadcn-vue developer skills/developer/shadcn-vue shadcn-vue / Reka UI component installation, usage, and API references
apple design designer skills/designer/apple Apple-style UI design, hierarchy, layout, color, typography, motion, and component principles

Project Structure

.
├── .agents/plugins/         # Codex marketplace entrypoint
├── .claude/plugins/         # Claude Code marketplace entrypoint
├── agents/                  # Agent role definitions, such as frontend / backend / cr / designer
├── commands/                # Slash-command style docs, such as git-commit and git-rebase
├── config/                  # MCP, LSP, and hooks configuration
├── plugins/                 # Publishable plugins, each with its own manifest
│   ├── git/
│   ├── developer/
│   └── designer/
├── rules/                   # Coding conventions, such as Go rules
├── scripts/                 # Generation scripts and maintenance tools
└── skills/                  # AI Agent Skills and references
    ├── git/
    ├── developer/
    └── designer/

License

This project is licensed under Apache-2.0.

About

青椒肉丝'skills

Resources

Stars

29 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages