Skip to content

NP-6Sns/cursor-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Cursor Skills

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.

Skills

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

Install any skill

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.

Quick install — current skills

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"

Pairing

Workflow Skills
Verify sources after search fact-check-seven-questions
Case → structured deck question-tree-mece

License

Each skill repo has its own MIT license. This catalog is MIT — see LICENSE.

About

Catalog of public Cursor Agent Skills by NP-6Sns

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors