PolydilePolydileOfficialยท1 Agent Skills Included

dile-components

Framework-agnostic Lit web components for UI, CRUD, and editors

Builds web interfaces with ready-made custom elements like inputs, modals, tables, buttons, and CRUD screens. Eliminates hand-coding common UI patterns and works in vanilla JS, React, Vue, or Angular projects. Provides a machine-readable docs index so your coding agent fetches exact props, events, and theming options before writing code.
npx skills add Polydile/dile-components --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install dile-components?โ–ผ

Run `npx skills add Polydile/dile-components --all -g -y` in your terminal to install this skill globally for your coding agent.

What is Dile Components used for?โ–ผ

It is a catalog of Lit-based web components for building user interfaces, including forms, modals, tables, CRUD screens, a Markdown editor, and icon libraries.

Do Dile components work with React or Vue?โ–ผ

Yes. They are framework-agnostic custom elements that work in vanilla JS, React, Vue, and Angular as long as your build tool resolves npm imports.

How does the skill help my coding agent?โ–ผ

It teaches the agent to fetch the llms.txt docs index first, then pull the exact component page so it uses correct props, events, and import paths instead of guessing.

Can I customize the look of Dile components?โ–ผ

Yes. Every component exposes CSS custom properties for theming, so you style them without touching their shadow DOM internals.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’