Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

builder-ai

يحتوي builder-ai على 8 من skills المجمعة من RBraga01، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
8
Stars
2
محدث
2026-06-07
Forks
2
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

ai-cost-audit
مطوّرو البرمجيات

Use before launching any LLM feature or when monthly API costs are growing unexpectedly. Requires token count measurement, call volume analysis, and cost projection at 10× scale. Blocks "it's cheap enough now" completions.

2026-06-07
ai-safety-review
محللو أمن المعلومات

Use before shipping any LLM feature that touches users. Reviews prompt injection, hallucination risk, output misuse, agentic scope, and abuse vectors. Blocks "nobody will try that" completions.

2026-06-07
context-optimization
مطوّرو البرمجيات

Use when prompt cost is too high, latency is above threshold, or context window limits are being approached. Requires measurement before and after each reduction. Blocks "I shortened the prompt so it should be cheaper" completions.

2026-06-07
eval-before-ship
مطوّرو البرمجيات

Use before merging, deploying, or demo'ing any LLM feature. Requires documented eval results — pass rate, failure analysis, baseline comparison. Blocks "it looked good when I tested it" completions.

2026-06-07
fallback-required
مطوّرو البرمجيات

Use before merging any PR that adds an LLM API call. Every call must handle timeout, malformed output, low confidence, and refusal — with a defined, user-safe fallback for each. Blocks "add error handling later" completions.

2026-06-07
model-benchmarking
مطوّرو البرمجيات

Use when selecting a model for any production feature, or evaluating whether to switch models. Requires task-specific benchmarking — not leaderboard lookup. Blocks "GPT-4 is the best model" decisions.

2026-06-07
prompt-versioning
مطوّرو البرمجيات

Use whenever writing or modifying a prompt that will run in production. Enforces version-controlled prompts in prompts/<feature>/v<x.y.z>.md. Blocks "the prompt is in the code somewhere" completions.

2026-06-07
rag-pipeline-design
مطوّرو البرمجيات

Use when designing or auditing a retrieval-augmented generation pipeline. Requires data audit and query audit before any design decision. Blocks "I'll use the standard setup" completions.

2026-06-07