---
slug: "byheaven-skills"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/byheaven/byheaven-skills@main/README.md"
repo: "https://github.com/byheaven/byheaven-skills"
source_file: "README.md"
branch: "main"
---
# Byheaven Skills

> A collection of agent skills for code and productive work, built to help you set up faster, automate repetitive tasks, and get real work done with less friction.

English | [中文 README](https://github.com/byheaven/byheaven-skills/blob/HEAD/README.zh-CN.md)

This repository packages practical agent workflows you can actually use: project
setup, publishing flows, and repeatable automation that removes busywork and
helps you ship faster.

## Skills

- **xhs-publisher** — Xiaohongshu (RedNote) auto publisher (browser automation)
- **newproject** — Self-contained full project setup: scaffolding, CI, linting, release automation, GitHub repo config, dependency management, and security scanning

## Installation

### Claude Code — plugin (recommended)

Installing as a plugin gives you auto-updates and a packaged experience in
Claude Code:

```text
/plugin marketplace add byheaven/byheaven-skills
```

### Other AI tools — npx skills

```bash
npx skills add byheaven/byheaven-skills
```

## Contributing

See [CONTRIBUTING.md](https://github.com/byheaven/byheaven-skills/blob/HEAD/CONTRIBUTING.md) for guidelines on adding skills, commit conventions, and PR process.

## License

MIT License
