data-structure-chooser
について
このClaudeスキルは、プログラミングタスクに対してリスト、マップ、セットなどの基本的なデータ構造を推奨します。必要な操作、順序付け、サイズ制約を分析し、時間と空間のトレードオフを考慮した推奨とコード例を提供します。開発者が最も適切な基礎的データ構造を選択するための明確で実践的なガイダンスが必要な際にご利用ください。
クイックインストール
Claude Code
推奨/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/data-structure-chooserこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Data Structure Chooser
Purpose
Recommend basic data structures for a task.
Inputs to request
- Core operations and their frequency.
- Ordering and uniqueness requirements.
- Expected data size and memory limits.
Workflow
- Clarify operations: lookup, insert, iterate, order.
- Recommend a structure with time/space tradeoffs.
- Provide a small example usage.
Output
- Recommendation and rationale.
Quality bar
- State the complexity assumptions clearly.
- Offer an alternative when tradeoffs are close.
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.
hybrid-cloud-networking
メタThis skill configures secure hybrid cloud networking between on-premises infrastructure and cloud platforms like AWS, Azure, and GCP. Use it when connecting data centers to the cloud, building hybrid architectures, or implementing secure cross-premises connectivity. It supports key capabilities such as VPNs and dedicated connections like AWS Direct Connect for high-performance, reliable setups.
llamaindex
メタLlamaIndex is a data framework for building RAG-powered LLM applications, specializing in document ingestion, indexing, and querying. It provides key features like vector indices, query engines, and agents, and supports over 300 data connectors. Use it for document Q&A, chatbots, and knowledge retrieval when building data-centric applications.
