prompt engineer
by Roy Yuen
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
New: UPI payments are live. Buyers in India can now pay for skills with UPI in INR -> Browse skills
THE AGENSI STORE
146 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 Roy Yuen
Professional prompt engineering, audit, and evaluation system for production-grade AI agents and workflows.
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 王晓菲
Eliminate hallucinations and errors using double-blind, multi-agent adversarial verification loops.
by Roy Yuen
Design, debug, and harden AI control loops with explicit contracts and automated verification harnesses.
by Roy Yuen
Design, debug, and optimize production RAG systems with expert architecture, hybrid search, and grounding strategies.
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 Timoranjes
A professional systematic framework for AI agents to analyze, resolve, and verify complex git merge conflicts.
by Roy Yuen
Turn vague prompts into professional task specifications, optimized prompts, and verification test suites.
by Roy Yuen
Automate the packaging, versioning, and distribution strategy for AI agents, CLIs, and marketplace skills.
Professional audit trails, decision tracking, and human-in-the-loop safety for autonomous AI agent teams.
Force your AI agent to minimize token usage (-70% token usage across multiple scenarios), batch commands, and eliminate conversational filler for faster, cheaper ops.
by Shandra
Converts internal SOPs, policies, checklists, and process notes into structured AI-agent workflows with decision trees, escalation rules, QA checkpoints, and audit-ready outputs.
Lint your AGENTS.md (or CLAUDE.md and .cursorrules) for the problems that make a coding agent misbehave. Flags contradictory rules, references to files and commands that no longer exist, overly broad or unsafe instructions, missing sections (build, test, run, conventions), duplicate rules, and the case where you have competing rule files that should be consolidated into one AGENTS.md.
by Shandra
Professional DevOps diagnostics for AI agents to solve failed deployments, Docker crashes, and CI/CD pipeline errors.
Analyzes AI agents for performance, reliability, security, and optimization opportunities.
by Ryan lyell
The intelligent installer for MARM, providing cross-agent persistent memory and shared context via MCP.
by LocoLoboZ
A proactive governance layer that validates MCP tool intent and scope to ensure safe, compliant agent behavior.
by LocoLoboZ
A structured governance auditor to optimize AI project instructions, clean up context, and manage workspace health.
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.