prompt engineer
by Roy Yuen
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
Ship agent workflows in 30 seconds. Browse 2,000+ expert-built and security scanned skill -> Browse skills
THE AGENSI STORE
40 skills found
by Roy Yuen
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
by loreto
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
by loreto
Published AI benchmarks measure brains in jars. They test models in isolation or within a single reference harness — and then attribute all performance to the model. This skill teaches you to decompose agent performance into its two actual components: model capability and harness multiplier. The result is evaluations that predict real-world behavior instead of benchmark theater.
by loreto
RAG fails quietly. It retrieves documents, returns confident-looking answers, and misses the question entirely — because the question required connecting facts across documents, reasoning about sequence, or tracing causation. This skill gives you a five-question diagnostic checklist that classifies any failing query as either RAG-safe or structurally RAG-incompatible, then maps it to the specific failure pattern and the architectural fix that resolves it.
by Roy Yuen
Professional prompt engineering, audit, and evaluation system for production-grade AI agents and workflows.
by Roy Yuen
Design, debug, and optimize production RAG systems with expert architecture, hybrid search, and grounding strategies.
by Roy Yuen
Design, debug, and harden AI control loops with explicit contracts and automated verification harnesses.
by Roy Yuen
Architect, scaffold, and harden production-grade AI agents with battle-tested patterns and systematic evaluation.
by Roy Yuen
Turn raw agent traces and tool logs into professional production-readiness audits and remediation reports.
by Roy Yuen
Audit your AI agent's evaluation coverage to identify missing release gates and production risks.
by LocoLoboZ
A proactive governance layer that validates MCP tool intent and scope to ensure safe, compliant agent behavior.
Lint a prompt template for the issues that cause injection and flaky output. Flags untrusted variables interpolated straight into the instructions (the injection surface), placeholders that are never provided or never used, contradictory instructions, a missing output-format spec where the result is parsed, unbounded context interpolation, and leftover placeholders. It detects problems; it does not write prompts.
Analyzes AI agents for performance, reliability, security, and optimization opportunities.
Drastically reduce RAG costs and latency while improving retrieval accuracy through advanced memory architecture.
Lint the function-calling tool definitions your agent exposes. Flags tools with no description, parameters missing a description or a type, overlapping or near-duplicate tools, too many tools for reliable selection, an unsafe tool exposed without a guard, required parameters missing from the schema, and free-form parameters that should be bounded with an enum. Cleaner tool schemas mean an agent that picks the right tool.
An advanced FinOps engine to analyze AI usage, optimize token spend, and reduce LLM costs by up to 60%.
by Nex AI
Maintain 100% uptime with an automated LLM fallback chain that routes from high-tier APIs to local models.
You changed the prompt, tried four inputs, it looked better, you shipped — and three days later support tickets say outputs are worse for an entire class of inputs you didn't test
Cost-aware execution planning for AI agents — estimate cost-vs-value before expensive steps, propose cheaper paths (cache, summarize once, downshift models), and track spend against a session budget with a PROCEED / OPTIMIZE / DEFER verdict.
by Nex AI
Deploy production-grade, AI-powered Telegram bots to Raspberry Pi with automated server hardening and scheduled jobs.
by Nex AI
Production-ready Claude API integration with dual-model routing, token tracking, and resilient retry logic.
by Corey Jacobs
Convert loose prompt sets into structured, target-ready records with variables, contracts, and eval cases.
Production prompts grow by accretion — every failure gets another appended rule until the prompt is two thousand words of contradictions that the model navigates unpredictably
Paste any AI output. Get the production-ready prompt that made it.