Agent skill
components
Use @inkcre/web-design Vue 3 components. Includes all 19 components with props, events, and usage examples.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/components-inkcre-design
SKILL.md
@inkcre/web-design Components
Use this skill when working with the @inkcre/web-design Vue 3 component library.
Overview
@inkcre/web-design provides 19 UI components for Vue 3 applications:
- inkAutoForm
- inkButton
- inkDatetimePickerView
- inkDialog
- inkDoubleCheck
- inkDropdown
- inkField
- inkForm
- inkHeader
- inkInput
- inkJsonEditor
- inkLoading
- inkPagination
- inkPicker
- inkPlaceholder
- inkPopup
- inkSwitch
- inkTextarea
- inkTooltip
Installation
npm install @inkcre/web-design
# or
pnpm add @inkcre/web-design
Setup
// main.ts
import { createApp } from 'vue'
import InKCreWebDesign from '@inkcre/web-design'
import "@inkcre/web-design/styles"
const app = createApp(App)
app.use(InKCreWebDesign)
Component References
Each component has detailed documentation in the references/ directory:
inkAutoForm- Component with props, events, and examplesinkButton- Component with props, events, and examplesinkDatetimePickerView- Component with props, events, and examplesinkDialog- Component with props, events, and examplesinkDoubleCheck- Component with props, events, and examplesinkDropdown- Component with props, events, and examplesinkField- Component with props, events, and examplesinkForm- Component with props, events, and examplesinkHeader- Component with props, events, and examplesinkInput- Component with props, events, and examplesinkJsonEditor- Component with props, events, and examplesinkLoading- Component with props, events, and examplesinkPagination- Component with props, events, and examplesinkPicker- Component with props, events, and examplesinkPlaceholder- Component with props, events, and examplesinkPopup- Component with props, events, and examplesinkSwitch- Component with props, events, and examplesinkTextarea- Component with props, events, and examplesinkTooltip- Component with props, events, and examples
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?