MCP HubMCP Hub
스킬 목록으로 돌아가기

interactive-menu-builder-1-consistent-navigation

vamseeachanta
업데이트됨 Today
14 조회
3
2
3
GitHub에서 보기
기타design

정보

이 Claude Skill은 대화형 메뉴에 일관된 탐색 패턴을 설정하여 `0`을 항상 종료 키로, 숫자 1-9를 옵션 선택 키로 사용합니다. 헤더와 들여쓰기를 통해 명확한 시각적 계층 구조를 제공하며, 사용자 작업에 대한 견고한 피드백과 오류 처리를 포함합니다. 이 Skill을 사용하여 잘못된 입력으로 인한 충돌을 방지하는 신뢰할 수 있고 사용자 친화적인 CLI 메뉴를 구축하세요.

빠른 설치

Claude Code

추천
기본
npx skills add vamseeachanta/workspace-hub
플러그인 명령대체
/plugin add https://github.com/vamseeachanta/workspace-hub
Git 클론대체
git clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/interactive-menu-builder-1-consistent-navigation

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

1. Consistent Navigation (+3)

1. Consistent Navigation

  • 0 always goes back/exits
  • Numbers 1-9 for options
  • Use q as alternative to 0 for exit

2. Clear Visual Hierarchy

  • Headers separate sections
  • Indentation shows grouping
  • Colors indicate meaning

3. Feedback on Actions

  • Show progress during operations
  • Confirm completion
  • Display errors clearly

4. Graceful Error Handling

  • Invalid input shouldn't crash
  • Show helpful error messages
  • Allow retry

GitHub 저장소

vamseeachanta/workspace-hub
경로: .claude/skills/_core/bash/interactive-menu-builder/1-consistent-navigation

연관 스킬

content-collections

메타

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

스킬 보기

polymarket

메타

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

스킬 보기

creating-opencode-plugins

메타

This skill helps developers create OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It provides the plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript modules. Use it when you need to intercept, monitor, or extend the OpenCode AI assistant's lifecycle with custom event-driven logic.

스킬 보기

cloudflare-turnstile

메타

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

스킬 보기