list-skills

Lists all available Nexus skills organized by category with descriptions.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/FahadImdad/Nexus-Fahad --skill list-skills-fahadimdad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-skills
Source: https://github.com/FahadImdad/Nexus-Fahad/tree/main/00-system/skills/system/list-skills
Command: npx skills add https://github.com/FahadImdad/Nexus-Fahad --skill list-skills-fahadimdad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often don't know which skills are available in their Nexus workspace or how to trigger them, forcing them to guess commands or miss useful capabilities entirely. ## Core Features & Use Cases - Skill Discovery: Scans the system via the nexus-loader script and displays every installed skill with its name and description. - Category Organization: Groups skills by folder location such as Learning, Projects, System, Tools, Integrations, and custom user skills. - Use Case: A new user opens Nexus and wants to know what they can do. They say "list skills" and receive a categorized menu of all system and custom skills, each with a short description and trigger hint. ## Quick Start Say "list skills" or "what skills are available" to display every Nexus skill organized by category.

Frequently Asked Questions about list-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see all available skills in Nexus?

Say "list skills", "show skills", or "what skills" and the skill runs the nexus-loader script with the --list-skills flag. It parses the JSON output and displays every skill grouped by category with descriptions.

What skill categories exist in Nexus?

Skills are grouped by folder location: Learning, Projects, Skill Dev, System, Tools, Integrations (Notion, Airtable, Beam), and User Skills stored in the 03-skills directory. Each category reflects where the skill folder lives in the workspace.

Do custom user skills appear in the skill list?

Yes, custom skills in the 03-skills directory are scanned and listed under User Skills. If none exist yet, the output shows a message suggesting you say "create skill" to add one.

Why is a skill missing from the list output?

A skill only appears if its directory contains a valid SKILL.md file that the nexus-loader scanner can parse. Some internal master skills are intentionally not listed because they are not directly triggered by users.

Can I trigger a skill directly from the list output?

Yes, each listed skill includes its name and description containing trigger phrases. Say the skill name or one of its trigger phrases, such as "create project", to activate it immediately.