feature-investigation
> [IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI may ask user whether to skip.'
npx skills add majiayu000/claude-skill-registry --skill feature-investigation-duc01226-easyplatform --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: feature-investigation version: 1.1.1 description: "[Investigation] Use when the user asks to investigate, explore, understand, explain, or analyze how an existing feature or logic works. Triggers on keywords like "how does", "explain", "what is the logic", "investigate", "understand", "where is", "trace", "walk through", "show me how"." allowed-tools: Read, Grep, Glob, Task, WebFetch, WebSearch, TaskCreate --- > **[IMPORTANT]** Use `TaskCreate` to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI may ask user whether to skip. ## Quick Summary **Goal:** Investigate and explain how existing features or logic work through READ-ONLY code exploration -- no modifications. > **MANDATORY IMPORTANT MUST** Plan ToDo Task to READ the following project-specific reference doc: > > - `project-structure-reference.md` -- project patterns and structure > > If file not found, search for: project documentation, coding standards, architecture docs. **Workflow:** 1. **Setup** — Create analysis file, define investigation scope and metadata 2. **Discovery (Phase 1A)** — Glob/Grep to find all rel
- Quick Summary
- Investigation Mindset (NON-NEGOTIABLE)
- ⚠️ MANDATORY: Confidence & Evidence Gate
- Prerequisites
- Anti-Hallucination Protocols
- ASSUMPTIONVALIDATIONCHECKPOINT
- EVIDENCECHAINVALIDATION
- TOOLEFFICIENCYPROTOCOL
- CONTEXTANCHORSYSTEM
- Quick Reference Checklist
- Analysis File Structure
- File Discovery Search Patterns
- File List Organization
- Knowledge Graph Entry Template
Domain Entities (HIGH PRIORITY) Commands & Queries (HIGH PRIORITY) Event Handlers (HIGH PRIORITY) Controllers (HIGH PRIORITY) Background Jobs (MEDIUM PRIORITY) Message Bus Consumers (MEDIUM PRIORITY) Services & Helpers (LOW PRIORITY) Frontend Components & Stores (HIGH PRIORITY)
What does the feature-investigation skill do?
> [IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI may ask user whether to skip.'
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill feature-investigation-duc01226-easyplatform --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
