Archived skill guidance for analyzing-feature-implementations.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill analyzing-feature-implementations --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Analyzing Feature Implementations?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-analyzing-feature-implementations-claude-skill-registry)More formats (shields.io, HTML) on the badges page.
---
name: analyzing-feature-implementations
description: Archived skill guidance for analyzing-feature-implementations.
---
---
name: analyzing-feature-implementations
description: Analyzes an existing software feature implementation.
```
# Analyzing Feature Implementations
This skill produces a structured, LLM-oriented implementation report for cross-project comparison, tradeoff analysis, and improvement recommendations.
Use when documenting current feature internals, comparing similar features across repositories, or preparing inputs for LLM-based design review.
## Workflow
1. Resolve feature name -> kebab-case.
2. Discover implementation surface:
- Identify entrypoints, routes/handlers, core service objects, and integration points.
3. Build "Code map":
- List primary files and the key identifiers in each.
4. Trace flows:
- Typical happy path + 2–3 important edge/error paths.
5. Extract interfaces and contracts:
- API schema, request/response, events, DB schema, config.
6. Identify tradeoffs:
- What the implementation optimizes for and what it sacrifices.
7. Writes a report to doc/feature-description if folder does not exist create one.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!