tactile-component-library — neumorphic-design tactile-component-library, TactileCSS, community, neumorphic-design, ide skills, neumorphic-ui, Claude Code, Cursor, Windsurf

v1.0.0

À propos de ce Skill

Parfait pour les agents Frontend qui ont besoin de capacités de conception d'interface utilisateur néumorphique avancées avec des styles d'ombre personnalisables. Maintain and expand the Tactile CSS component library across its CSS source, generated dist files, React wrappers, Vue wrappers, TypeScript declarations, and README examples. Use when adding new components, updating existing components, changing class names, extending React/Vue exports, or keeping framework wrappers and docs in sync for this repository.

# Core Topics

liliang-cn liliang-cn
[8]
[0]
Updated: 3/11/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
26
Canonical Locale
en
Detected Body Locale
en

Parfait pour les agents Frontend qui ont besoin de capacités de conception d'interface utilisateur néumorphique avancées avec des styles d'ombre personnalisables. Maintain and expand the Tactile CSS component library across its CSS source, generated dist files, React wrappers, Vue wrappers, TypeScript declarations, and README examples. Use when adding new components, updating existing components, changing class names, extending React/Vue exports, or keeping framework wrappers and docs in sync for this repository.

Pourquoi utiliser cette compétence

Permet aux agents de créer des conceptions d'interface utilisateur distinctives avec des thèmes de matériaux physiques en utilisant une bibliothèque de CSS néumorphique minimale, qui prend en charge des classes de CSS personnalisables, des exportations de React et des exportations de Vue, tout en maintenant la cohérence dans src/index.css, src/react.mjs, src/vue.mjs, src/react.d.ts, src/vue.d.ts et README.md.

Meilleur pour

Parfait pour les agents Frontend qui ont besoin de capacités de conception d'interface utilisateur néumorphique avancées avec des styles d'ombre personnalisables.

Cas d'utilisation exploitables for tactile-component-library

Personnaliser les systèmes de conception d'interface utilisateur avec des thèmes néumorphiques
Générer des classes de CSS cohérentes dans les frameworks de React et de Vue
Déboguer les incohérences d'interface utilisateur dans les différents wrappers de framework

! Sécurité et Limitations

  • Nécessite des connaissances en CSS et des principes de conception d'interface utilisateur
  • Limité au style de conception néumorphique
  • Nécessite l'accès aux fichiers src/index.css, src/react.mjs, src/vue.mjs, src/react.d.ts, src/vue.d.ts et README.md

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is tactile-component-library?

Parfait pour les agents Frontend qui ont besoin de capacités de conception d'interface utilisateur néumorphique avancées avec des styles d'ombre personnalisables. Maintain and expand the Tactile CSS component library across its CSS source, generated dist files, React wrappers, Vue wrappers, TypeScript declarations, and README examples. Use when adding new components, updating existing components, changing class names, extending React/Vue exports, or keeping framework wrappers and docs in sync for this repository.

How do I install tactile-component-library?

Run the command: npx killer-skills add liliang-cn/TactileCSS/tactile-component-library. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for tactile-component-library?

Key use cases include: Personnaliser les systèmes de conception d'interface utilisateur avec des thèmes néumorphiques, Générer des classes de CSS cohérentes dans les frameworks de React et de Vue, Déboguer les incohérences d'interface utilisateur dans les différents wrappers de framework.

Which IDEs are compatible with tactile-component-library?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for tactile-component-library?

Nécessite des connaissances en CSS et des principes de conception d'interface utilisateur. Limité au style de conception néumorphique. Nécessite l'accès aux fichiers src/index.css, src/react.mjs, src/vue.mjs, src/react.d.ts, src/vue.d.ts et README.md.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add liliang-cn/TactileCSS/tactile-component-library. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use tactile-component-library immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

tactile-component-library

Install tactile-component-library, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command...

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Tactile Component Library

Use this skill when changing the design-system surface of this repository.

Workflow

  1. Read references/component-map.md before editing.
  2. Identify the source-of-truth layer first: Usually src/index.css for styles, then src/react.mjs and src/vue.mjs for framework wrappers, then src/react.d.ts and src/vue.d.ts, then README.md.
  3. Keep naming aligned across CSS classes, React exports, Vue exports, docs, and the consumer skill at tactile-ui-builder/.
  4. When a feature, export, theme, or usage pattern changes, update the consumer-facing skill in tactile-ui-builder/ so downstream users get current install and usage guidance.
  5. Rebuild generated CSS with fnm exec --using=22.18.0 npm run build after touching src/index.css.
  6. Validate syntax for wrapper files with: fnm exec --using=22.18.0 node --check src/react.mjs fnm exec --using=22.18.0 node --check src/vue.mjs
  7. Run npm pack --dry-run before release-facing changes.

Component Changes

  • Add CSS primitives in src/index.css first.
  • Keep component sections grouped and labeled consistently.
  • Prefer composable primitives over monolithic widgets when a pattern will be reused.
  • When adding interactive wrappers, expose a small API and keep class application deterministic.
  • Mirror React and Vue capabilities unless the platform has a strong reason not to.

Docs Expectations

  • Update the React export list when exports change.
  • Update the Vue section when Vue exports or behavior change.
  • Add or adjust the HTML example under the matching component heading when a new visual pattern is introduced.
  • Keep examples short and copyable.
  • Keep tactile-ui-builder/SKILL.md and tactile-ui-builder/references/usage-map.md aligned with the current public package surface.

Repository Rules

  • Use fnm / Node 22.18.0 for builds in this repo.
  • Treat dist/tactile.css and dist/tactile.min.css as generated outputs that must stay in sync with src/index.css.
  • Do not ship wrapper exports without matching .d.ts changes.
  • Prefer extending the existing tactile visual language instead of introducing a separate design direction.

Compétences associées

Looking for an alternative to tactile-component-library or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Générez des plugins de widgets personnalisables pour le système de flux prompts.chat

flags

Logo of vercel
vercel

Le Cadre de Réaction

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Tenseurs et réseaux neuronaux dynamiques en Python avec une forte accélération GPU

98.6k
0
Développeur