Content
简体中文 | [English](./README.en.md)
[](./LICENSE)
[](#)
[](#skills)
# Tool List
> Open-source skill collection for Claude Code + Codex
## Why Tool List?
Each skill is a **capability package** that can be used immediately -- give AI a specific skill, and trigger it with a single sentence. Zero dependencies for pure prompts, and scripts with prerequisites noted.
A skill is essentially a `SKILL.md` file (with optional scripts/resources). Both Claude Code and Codex recognize this format. After soft-linking into their respective skills directories, AI will automatically load the skill at the right moment, and you only need to trigger it with natural language.
## Features
- 📦 **Plug-and-play** - Zero dependencies for pure prompt skills, clone and soft-link to use
- 🎯 **CC + Codex compatible** - Both use SKILL.md format, loadable on both platforms
- 🧪 **Battle-tested** - Each skill has been used and refined in real-world workflows, not just demos
- 🔓 **Open-source MIT** - Free to use and modify
## Quickstart
Clone the repository:
```bash
git clone https://github.com/Coder42Y/42Marketplace.git ~/42Marketplace
```
Soft-link the skill you want to use to Claude Code or Codex (choose one, replace `<name>` with the skill name):
```bash
mkdir -p ~/.claude/skills && ln -s ~/42Marketplace/skills/<name> ~/.claude/skills/<name>
```
```bash
mkdir -p ~/.codex/skills && ln -s ~/42Marketplace/skills/<name> ~/.codex/skills/<name>
```
## Usage
After setup, trigger the skill with natural language:
```text
"Help me design an HTML for this login scheme" -> design-html
"Explain LeetCode 300 Longest Increasing Subsequence" -> algo-solver
"Generate a Xiaohongshu post from this article" -> xhs-image-gen
"Help me submit a MR" -> submit-gitlab-mr
```
## Skills
- 🎨 [design-html](./skills/design-html/) - Convert ideas into Anthropic-style design specification HTML
- ✍️ [zhihu-notes](./skills/zhihu-notes/) - Generate Zhihu-style long-form content
- 🌺 [elder-blessing-comments](./skills/elder-blessing-comments/) - Generate blessing messages in an elder's tone
- 🔀 [submit-gitlab-mr](./skills/submit-gitlab-mr/) - Submit a GitLab MR using glab CLI
- 🧮 [algo-solver](./skills/algo-solver/) - Solve algorithm problems (Python3 + Java)
- 📱 [xhs-image-gen](./skills/xhs-image-gen/) - Generate Xiaohongshu-style image posts `beta`
- 🎯 [daily-pulse](./skills/daily-pulse/) - Daily hot topic push and on-demand query
- 🔍 [deep-repo-research](./skills/deep-repo-research/) - Automatically research GitHub/GitLab repositories and generate reports
- 🎬 [vid2report](./skills/vid2report/) - Convert Bilibili/YouTube videos into structured research reports
- 🛡️ [vps-proxy-deploy](https://github.com/Coder42Y/vps-proxy-deploy) - Securely deploy a proxy on a VPS (Hysteria2/VLESS etc.) ↗ Independent repository
## Contributing
1. Place skills in `skills/<name>/`, and independent tools in `tools/<name>/`
2. Each skill should contain `SKILL.md` (skill definition) and `README.md` (user documentation)
3. Follow the design guidelines in [`DESIGN.md`](./DESIGN.md)
## License
MIT
## Privacy
All code and documentation in this repository have been cleaned and do not contain personal information, API keys/tokens/passwords, or private configurations. Personal files are excluded using `.gitignore`.
Connection Info
You Might Also Like
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
Agent-Reach
Give your AI agent eyes to see the entire internet. Read & search Twitter,...
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
context7-mcp
Context7 MCP Server provides natural language access to documentation for...
mempalace
The highest-scoring AI memory system ever benchmarked. And it's free.