prime

Enhanced AI Mode for Complex Tasks

Content Preview
# Enhanced AI Mode for Complex Tasks

Enhanced AI mode for complex tasks

*Command originally created by IndyDevDan (YouTube: https://www.youtube.com/@indydevdan) / DislerH (GitHub: https://github.com/disler)*

## Instructions

Initialize a new Claude Code session with comprehensive project context:

1. **Analyze Codebase Structure**
   - Run `git ls-files` to understand file organization and project layout
   - Execute directory tree commands (if available) for visual structure
   - Identify ke
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/prime.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/dev/prime.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/dev/prime.md

Related Skills