askill
read-logic-index

read-logic-indexSafety 95Repository

Read and display the current logic index tree from .claude/logic_tree.md.

10 stars
1.2k downloads
Updated 1/31/2026

Package Files

Loading files...
SKILL.md

Protocol: Read Logic Index

You MUST execute the following steps strictly in order. Do not skip steps.

Step 1: Verification

Check if the file .claude/logic_tree.md exists in the current working directory.

  • Use ls .claude/logic_tree.md or Glob to verify existence.

Step 2: Branching Logic

Case A: File Exists

  1. Execute Read tool on .claude/logic_tree.md.
  2. Output the content directly to the user.
  3. Terminate.

Case B: File Missing

  1. Use AskUserQuestion to ask the user if they want to generate it now.
    • Question: "Logic index not found. Generate it now?"
    • Options: ["Yes (Run /update-logic-index)", "No (Cancel)"]
  2. If "Yes":
    • Execute /update-logic-index.
    • Upon completion, recurse to Step 1 (Verification).
  3. If "No":
    • Terminate.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

73/100Analyzed 2/18/2026

Well-structured skill with clear step-by-step protocol for reading a logic index file. Has good branching logic, user interaction, and recursion. Actionable and safe. Penalized for low reusability due to specific file path (.claude/logic_tree.md) and internal-only context. Bonus for having structured steps and tags, but path suggests internal agent config."

95
90
35
75
85

Metadata

Licenseunknown
Version-
Updated1/31/2026
PublisherTill-Crazy-Tears-Us-Apart

Tags

llm