Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/thiagofernandes1987-create/APEX --skill rag-implementationコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Token-aware reasoning workflow with real tools: picks an operating mode to control cost, runs a structured pipeline (decompose → validate → verify → snapshot), and gives Claude Program-of-Thought, RK4/Euler, a code gate, and a safe skill router. Use when: multi-step or high-stakes tasks, real math, precise computation, audits, or the user mentions APEX, PoT, pipeline, or scientific mode.
**v00.33.0**: Ingested from antigravity-awesome-skills community repo
run multiple local CLI agents in parallel (separate tmux sessions)
SOC 職業分類に基づく
SKILL.md を表示中
| name | rag-implementation |
| description | "Apply — " |
Specialized workflow for implementing RAG (Retrieval-Augmented Generation) systems including embedding model selection, vector database setup, chunking strategies, retrieval optimization, and evaluation.
Use this workflow when:
ai-product - AI product designrag-engineer - RAG engineeringUse @ai-product to define RAG application requirements
embedding-strategies - Embedding selectionrag-engineer - RAG patternsUse @embedding-strategies to select optimal embedding model
vector-database-engineer - Vector DBsimilarity-search-patterns - Similarity searchUse @vector-database-engineer to set up vector database
rag-engineer - Chunking strategiesrag-implementation - RAG implementationUse @rag-engineer to implement chunking strategy
similarity-search-patterns - Similarity searchhybrid-search-implementation - Hybrid searchUse @similarity-search-patterns to implement retrieval
Use @hybrid-search-implementation to add hybrid search
llm-application-dev-ai-assistant - LLM integrationllm-application-dev-prompt-optimize - Prompt optimizationUse @llm-application-dev-ai-assistant to integrate LLM
prompt-caching - Prompt cachingrag-engineer - RAG optimizationUse @prompt-caching to implement RAG caching
llm-evaluation - LLM evaluationevaluation - AI evaluationUse @llm-evaluation to evaluate RAG system
User Query -> Embedding -> Vector Search -> Retrieved Docs -> LLM -> Response
| | | |
Model Vector DB Chunk Store Prompt + Context
ai-ml - AI/ML developmentai-agent-development - AI agentsdatabase - Vector databasesApply —