Public catalog of Cursor Agent Skills by @NP-6Sns.
Each skill is a folder with SKILL.md — instructions the agent reads when a task matches the skill description.
| Skill | What it does | Repository |
|---|---|---|
| question-tree-mece | MECE question / problem / decision trees for consulting cases | question-tree-mece |
| fact-check-seven-questions | Source verification via Fravia's 7 classical questions (quis, quid, ubi…) | fact-check-seven-questions |
Personal (available in all Cursor projects):
git clone https://github.com/NP-6Sns/<skill-repo>.git ~/.cursor/skills/<skill-name>Windows (PowerShell):
git clone https://github.com/NP-6Sns/<skill-repo>.git "$env:USERPROFILE\.cursor\skills\<skill-name>"Project-only (shared via repo):
git clone https://github.com/NP-6Sns/<skill-repo>.git .cursor/skills/<skill-name>Replace <skill-repo> and <skill-name> from the table above (they are the same for current skills).
After clone, restart Cursor or open a new agent chat — the skill is picked up from the description field in SKILL.md.
git clone https://github.com/NP-6Sns/question-tree-mece.git "$env:USERPROFILE\.cursor\skills\question-tree-mece"
git clone https://github.com/NP-6Sns/fact-check-seven-questions.git "$env:USERPROFILE\.cursor\skills\fact-check-seven-questions"| Workflow | Skills |
|---|---|
| Verify sources after search | fact-check-seven-questions |
| Case → structured deck | question-tree-mece |
Each skill repo has its own MIT license. This catalog is MIT — see LICENSE.