00-system/skills/system/list-skills/SKILL.md
List all available skills in Nexus with descriptions. Load when user says "list skills", "show skills", "what skills", "available skills", "skill list", "all skills", or asks what they can do with Nexus.
npx skillsauth add abdullahbeam/nexus-design-abdullah list-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Display all available skills organized by category with descriptions.
Help users discover available skills in Nexus. Shows both system skills (built-in) and user skills (custom) organized by category.
Time Estimate: Instant
python 00-system/core/nexus-loader.py --list-skills
Parse the JSON output to get all skills with their names and descriptions.
Group skills by their folder location:
| Category | Location | Description |
|----------|----------|-------------|
| Learning | 00-system/skills/learning/ | Onboarding and tutorials |
| Projects | 00-system/skills/projects/ | Project management |
| Skill Dev | 00-system/skills/skill-dev/ | Skill creation and sharing |
| System | 00-system/skills/system/ | System utilities |
| Tools | 00-system/skills/tools/ | Productivity tools |
| Integrations | 00-system/skills/notion/, airtable/, beam/ | External tool connections |
| User Skills | 03-skills/ | Your custom skills |
Output format:
# Available Skills
## Learning (onboarding)
- setup-goals: Personalize Nexus with your goals and role
- setup-workspace: Configure your workspace folder structure
- learn-projects: Tutorial on project system
- learn-skills: Tutorial on skill system
- learn-nexus: Advanced system mastery
## Projects
- create-project: Create a new project with guided planning
- execute-project: Work on a project systematically
- archive-project: Archive completed projects
- bulk-complete: Mark multiple tasks complete
## System
- close-session: Save progress and end session
- list-skills: This skill - show all available skills
- validate-system: Check system health
- validate-workspace-map: Sync workspace documentation
## Tools
- mental-models: 30+ thinking frameworks for decisions
- generate-philosophy-doc: Create best practices documents
## Integrations
- notion-connect: Connect to Notion databases
- airtable-connect: Connect to Airtable bases
- beam-*: Beam.ai agent management (10 skills)
## User Skills
[List any skills in 03-skills/ or "None yet - say 'create skill' to add one!"]
---
Tip: Say the skill name or trigger phrase to use it.
03-skills/ take priority over system skillsdevelopment
Load when user says "mental model", "think through this", "structured thinking", "help me decide", "analyze this problem", "first principles", "pre-mortem", "stakeholder mapping", "what framework should I use", or any specific model name. Provides 59 thinking frameworks for decision-making, problem decomposition, and strategic analysis.
development
Generate comprehensive philosophy and standards documents for any domain (UX design, landing pages, email outbound, API design, etc.). Load when user says "create philosophy doc", "generate standards for [domain]", "build best practices guide", or "create benchmarking document". Conducts deep research, synthesizes findings, and produces structured philosophy documents with principles, frameworks, anti-patterns, checklists, case studies, and metrics.
development
Validate Nexus-v3 system integrity and fix common issues automatically. Load when user mentions "validate system", "check system", or "fix problems". Runs comprehensive checks on folder structure, metadata files, and framework consistency with auto-repair capabilities.
development
Load when user says "validate docs", "check documentation consistency", "docs vs implementation", or "find documentation mismatches". Systematically compares implementation code against documentation to identify and fix inconsistencies.