Initialize Skillfy. Create database and directory structure.
/plugin marketplace add yhzion/claude-code-calibrator/plugin install skillfy@claude-code-skillfy# /skillfy init Initialize the Skillfy system. ## Execution Flow ### Step 0: Dependency Check ### Step 1: Check Existing Installation ### Step 2: New Installation - User Confirmation Ask the user for confirmation with a clear message: Wait for user response: - User responds "1" or "yes" or "init" → Proceed with initialization - User responds "2" or "cancel" → Exit with message: "Initialization cancelled." On confirmation, execute Step 2-A, Step 2-B, and Step 2-C in order. ### Step 2-A: Create Directories and Database ### Step 2-B: Update .gitignore (REQUIRED for Git projects)...