JavaScript is disabled. Some features may not work.
deprecated — ★ 143.3K GitHub Stars — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

deprecated

★ 143K repotoolsN/AIntermediateClaude
🤖 AI Summary

This skill enforces a strict folder structure under `skills/` for organizing AI agent skills, validating that skills in active buckets (`engineering/`, `productivity/`, `misc/`) have entries in both `README.md` and `plugin.json`, while excluding skills in `personal/`, `in-progress/`, and `deprecated/` from those files. It also ensures each bucket's `README.md` lists its skills with one-line descriptions linked to their `SKILL.md` files.

How to Install

Claude Code:
git clone --depth 1 https://github.com/mattpocock/skills.git && cp skills/skills/deprecated ~/.claude/skills/deprecated -r
Skills are organized into bucket folders under `skills/`: - `engineering/` — daily code work - `productivity/` — daily non-code workflow tools - `misc/` — kept around but rarely used - `personal/` — tied to my own setup, not promoted - `in-progress/` — drafts not yet ready to ship - `deprecated/` — no longer used Every skill in `engineering/`, `productivity/`, or `misc/` must have a reference in the top-level `README.md` and an entry in `.claude-plugin/plugin.json`. Skills in `personal/`, `in-progress/`, and `deprecated/` must not appear in either. Each skill entry in the top-level `README.md` must link the skill name to its `SKILL.md`. Each bucket folder has a `README.md` that lists every skill in the bucket with a one-line description, with the skill name linked to its `SKILL.md`.

Details

Category Productivity → tools
Sourcemattpocock/skills
SKILL.mdView on GitHub →
Repo Stars★ 143.3K
Est. per Skill~3.2K (shared across 45 skills from this repo)
DifficultyIntermediate
Risk LevelN/A

Related Skills

Works Well With

Skills from the same repository — often designed to work together