learn-nexus

Teaches Nexus system philosophy, design principles, and AI collaboration patterns through guided lessons.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Users of the Nexus system often misunderstand its file-based architecture, repeat common mistakes like creating duplicate projects instead of reusable skills, and struggle to detect AI behavior issues such as false progress claims or incomplete file reads. ## Core Features & Use Cases - Philosophy Onboarding: Explains the Living Knowledge Organism concept where every markdown file acts as executable instructions for the AI. - Design Principles Training: Covers the 7 problems Nexus solves and 7 design principles including instruction-driven execution and progressive disclosure. - Pitfall & Pattern Detection: Teaches users to avoid system pitfalls (projects vs skills confusion, skipping close-session) and detect AI patterns like false progress and over-engineering. - Use Case: After completing core onboarding, a user says "learn nexus" and receives a 15-18 minute guided tutorial ending with a mastery quiz and completion tracking in user-config.yaml. ## Quick Start Say "learn nexus" to start the guided tutorial on Nexus philosophy, design principles, and AI collaboration techniques.

Frequently Asked Questions about learn-nexus

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

FAQPage Schema
How do I learn how the Nexus system works?

Say "learn nexus" to start a 15-18 minute guided tutorial covering the system philosophy, the 7 problems Nexus solves, 7 design principles, common pitfalls, and AI collaboration patterns. It ends with a mastery quiz to confirm understanding.

When should I take the learn-nexus onboarding skill?

Take it after completing core onboarding skills like setup-goals, learn-projects, and learn-skills. It is designed as a graduation step, not for first-time users, and is also suggested if you encounter AI patterns like false progress or over-engineering.

What is the difference between a project and a skill in Nexus?

A project is a one-time structured effort, while a skill is a reusable workflow. If you find yourself creating "name-1", "name-2", "name-3" folders, that repeated work should be a single skill instead of multiple projects.

How do I detect when the AI claims false progress?

Ask verification questions like "Show me the files" or "Read that back" when the AI claims work is done. The tutorial covers three detection patterns: false progress, incomplete file reads, and over-engineering.

Does learn-nexus track my completion status?

Yes. Upon finishing, the skill sets learning_tracker.completed.learn_nexus to true in user-config.yaml. The AI checks this flag to avoid suggesting the tutorial again once completed.