cells-components-catalog

Search BBVA Cells UI components via SQLite FTS5 natural-language queries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Prevents wasted time and duplicated work by locating existing BBVA Cells UI components, package names, custom elements, properties, events, and usage examples before engineers or designers start implementing or building new components.

Core Features & Use Cases

  • Indexed natural-language search across package names, custom element tags, README snippets, properties, events, and CSS custom properties to quickly surface candidate packages.
  • Detailed package dossiers that list custom elements, key properties, events, dependencies, usage examples, and a catalog record for auditability.
  • Bundled, auditable data and rebuildable index so teams can search offline using the provided SQLite FTS5 database and rebuild the index when the snapshot is stale.

Quick Start

Ask the catalog to find components for a login form with validation to receive ranked packages and detailed dossiers.

Frequently Asked Questions about cells-components-catalog

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

FAQPage Schema
How do I find existing BBVA Cells UI components before building a new one?

Find existing BBVA Cells UI components by querying a bundled SQLite FTS5 index with natural language to surface package names, custom element tags, properties, events, and usage examples instantly.

What component metadata is included in a package dossier?

A package dossier includes custom elements, key properties, events, dependencies, usage examples, and a catalog record, providing the metadata needed to implement components without reinventing them.

Can I search for BBVA Cells components offline?

Yes, you can search offline using the bundled, auditable SQLite FTS5 database that ships with the catalog, allowing natural-language search across package metadata without external connectivity.

How do I get component properties and events for a login form with validation?

Ask the catalog to find components for a login form with validation to receive ranked packages and detailed dossiers containing properties, events, dependencies, and usage examples.

What should I do when the bundled SQLite component index is stale?

Rebuild the SQLite FTS5 index using the provided scripts when the bundled snapshot is stale, ensuring search results reflect the latest package metadata and component definitions.

Does the catalog search CSS custom properties and README snippets?

Yes, the indexed natural-language search covers package names, custom element tags, README snippets, properties, events, and CSS custom properties to surface candidate packages comprehensively.