Agent skill
building-tour-cards
Guidelines for the Tour Card UI, the primary item in the tour grid. Use when building the tour browsing interface.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/building-tour-cards
SKILL.md
Tour Card UI Component
When to use this skill
- Building the travel catalog.
- Implementing "Featured Tours" on the homepage.
Design Specs
- Image: Aspect ratio 4:3, rounded corners.
- Content:
- Right: Rating (Star icon + number).
- Top: Title (Bold, 1.1rem).
- Subtitle: Location (Muted text + pin icon).
- Bottom: Price (Prominent, e.g., "$299/person").
- Hover: Subtle lift/shadow effect.
Instructions
- Accessibility: Use semantic tags (
article,h3). - Performance: Use
next/imagefor optimized tour images.
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?