cells-feature-analyzer

Extracts reusable architecture patterns from Cells feature repositories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/PixelDroid19/cells-agents --skill cells-feature-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cells-feature-analyzer
Source: https://github.com/PixelDroid19/cells-agents/tree/main/skills/cells-feature-analyzer
Command: npx skills add https://github.com/PixelDroid19/cells-agents --skill cells-feature-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers struggle to manually identify reusable architecture patterns across Cells feature implementations, leading to duplicated effort and missed opportunities for reuse.

Core Features & Use Cases

  • Extract component hierarchies and child relationships from feature code.
  • Identify BBVA package dependencies using the cells-components-catalog database.
  • Capture mixins, helpers, event wiring, and test patterns for reuse.
  • Provide a structured markdown report that can be fed into downstream skills or documentation.

Quick Start

Analyze the feature “button-default” in the Cells repository and generate a reusable pattern report.

Frequently Asked Questions about cells-feature-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract reusable architecture patterns from a Cells feature repository?

To extract reusable architecture patterns from a Cells feature repository, the Skill analyzes source code and test suites to identify component hierarchies, mixins, helpers, and event wiring. It generates a structured markdown report detailing these patterns for reuse in new feature development.

What is the best way to identify BBVA package usage in Cells features?

The best way to identify BBVA package usage in Cells features is by querying the cells-components-catalog database. The Skill normalizes dependencies found in the feature code against this catalog to map package usage accurately and provide a structured reuse report.

Can I analyze component hierarchies and child relationships directly from feature code?

Yes, you can analyze component hierarchies and child relationships directly from feature code. The Skill reads the source code to extract these architectural structures, capturing the structural dependencies and relationships needed to understand the feature's design.

Does analyzing Cells test patterns require querying the cells-components-catalog database?

Analyzing Cells test patterns does not strictly require querying the cells-components-catalog database for the tests themselves, but querying the catalog is required to normalize package dependencies. The Skill reads test suites to capture test patterns while using the database to map BBVA package usage.

How do I document event wiring and mixins for Cells feature reuse?

To document event wiring and mixins for Cells feature reuse, the Skill scans the feature implementation and extracts these specific architectural details. It compiles the captured mixins, helpers, and event wiring configurations into a structured markdown report for downstream documentation.