Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

ai-engineering-gates

ai-engineering-gates には gnkbhuvan から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
4
Stars
6
更新
2026-06-27
Forks
3
職業カバレッジ
1 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

agentic-ai
ソフトウェア開発者

Agentic AI architecture — deciding whether to build an agent at all, then designing it. Branches: design a single- or multi-agent system, decide agent vs. workflow, design tools/MCP integration, design agent memory, design planning/orchestration, debug a looping or failing agent, or add human-in-the-loop safety gating. This is an architecture/design skill — use `fastapi-genai` for implementation and `prompt-engineering` for the actual prompt templates.

2026-06-27
fastapi-genai
ソフトウェア開発者

FastAPI implementation for generative AI services — the code/Python layer beneath `production-rag` and `agentic-ai`. Fires regardless of which LLM provider is involved (OpenAI, Anthropic, a self-hosted model, or any other) — the FastAPI/Python patterns are the same either way. Branches: build or serve a model-calling endpoint, stream a response token-by-token (SSE/WebSocket), define a type-safe request/response contract, persist conversation or usage data, add auth or AI-specific security (rate limiting, prompt-injection guardrails), cache or batch for cost/latency, test a non-deterministic endpoint, or containerize and deploy the service.

2026-06-27
production-rag
ソフトウェア開発者

Retrieval-Augmented Generation (RAG) architecture — designing, scaling, or hardening a RAG pipeline for production. Branches: architect a new RAG pipeline, choose a vector database, decide a chunking strategy, evaluate retrieval/generation quality, decide RAG vs. fine-tuning vs. long-context, pick an advanced pattern (agentic/graph/multimodal RAG), or debug a RAG system that's hallucinating or retrieving the wrong thing. This is an architecture/design skill — use `fastapi-genai` to implement it.

2026-06-27
prompt-engineering
ソフトウェア開発者

Prompt engineering — designing, debugging, evaluating, or chaining a prompt, grounded in the Five Principles of Prompting and first-principles reasoning when the task is ambiguous. Branches: write or design a new prompt, debug a prompt that's failing, evaluate or optimize an existing prompt, apply a named technique (few-shot, chain-of-thought, ReAct, tool-use), produce a structured/RAG output format, or build a multi-step prompt chain.

2026-06-27