Agent skill

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.'

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/analysis/feature-investigation-duc01226-easyplatform/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. Quick Summary
  2. Investigation Mindset (NON-NEGOTIABLE)
  3. ⚠️ MANDATORY: Confidence & Evidence Gate
  4. Prerequisites
  5. Anti-Hallucination Protocols
  6. ASSUMPTIONVALIDATIONCHECKPOINT
  7. EVIDENCECHAINVALIDATION
  8. TOOLEFFICIENCYPROTOCOL
  9. CONTEXTANCHORSYSTEM
  10. Quick Reference Checklist
  11. Analysis File Structure
  12. File Discovery Search Patterns
  13. File List Organization
  14. Knowledge Graph Entry Template
Ships with 1 file
  • metadata.json
Commands it runs
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)
More from claude-skill-registry
All skills →
About this skill
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.

Keep going