interactive-menu-builder-1-consistent-navigation
정보
이 Claude Skill은 대화형 메뉴에 일관된 탐색 패턴을 설정하여 `0`을 항상 종료 키로, 숫자 1-9를 옵션 선택 키로 사용합니다. 헤더와 들여쓰기를 통해 명확한 시각적 계층 구조를 제공하며, 사용자 작업에 대한 견고한 피드백과 오류 처리를 포함합니다. 이 Skill을 사용하여 잘못된 입력으로 인한 충돌을 방지하는 신뢰할 수 있고 사용자 친화적인 CLI 메뉴를 구축하세요.
빠른 설치
Claude Code
추천npx skills add vamseeachanta/workspace-hub/plugin add https://github.com/vamseeachanta/workspace-hubgit clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/interactive-menu-builder-1-consistent-navigationClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
1. Consistent Navigation (+3)
1. Consistent Navigation
0always goes back/exits- Numbers 1-9 for options
- Use
qas alternative to0for 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 저장소
연관 스킬
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.
