Ask

Answer technical and architectural questions about your codebase. This skill provides focused, researched answers rather than superficial responses.

Usage

/ck:ask [your question]

Examples

/ck:ask how is authentication currently implemented?
/ck:ask what's the database schema for orders?
/ck:ask explain the middleware chain in this project

What It Does

  • Reads relevant code files to find answers
  • Provides context-aware responses based on your actual codebase
  • References specific files and line numbers
  • Explains architecture decisions and patterns found in your code