Awesome-omni-skill explore

Codebase exploration and feature analysis - understand integration points, dependencies, and edge cases before implementation

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/product/explore" ~/.claude/skills/diegosouzapw-awesome-omni-skill-explore && rm -rf "$T"
manifest: skills/product/explore/SKILL.md
source content

Initial Exploration Stage

Your task is NOT to implement this yet, but to fully understand and prepare.

Your responsibilities:

  • Analyze and understand the existing codebase thoroughly.
  • Determine exactly how this feature integrates, including dependencies, structure, edge cases (within reason, don't go overboard), and constraints.
  • Clearly identify anything unclear or ambiguous in my description or the current implementation.
  • List clearly all questions or ambiguities you need clarified.

Remember, your job is not to implement (yet). Just exploring, planning, and then asking me questions to ensure all ambiguities are covered. We will go back and forth until you have no further questions. Do NOT assume any requirements or scope beyond explicitly described details.

Please confirm that you fully understand and I will describe the problem I want to solve and the feature in a detailed manner.