🛡️ MCP Server Starter & Safety Kit
Scaffold and audit secure MCP servers with input schemas, confirmation gates, and safety-first tool definitions.
Ship agent workflows in 30 seconds. Browse 2,000+ expert-built and security scanned skills. Browse skills
THE AGENSI STORE
1179 skills found
Scaffold and audit secure MCP servers with input schemas, confirmation gates, and safety-first tool definitions.
Master orchestrator that routes engineering tasks to 18 specialized AI skills with persistent project context.
A risk-first QA agent that hunts bugs via personas, extracts BDD requirements, and drives TDD fixes.
The hard part of multi-agent work isn't spawning agents — it's deciding what deserves parallelism, what each agent needs to not duplicate work, and how failures cascade
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.
Transform fragile AI prototypes into resilient, enterprise-ready production agents with professional hardening tools.
Organize self-hosted services into a structured agency operating system with port mapping and retainer models.
Architect high-performance, secure CI/CD pipelines with fail-fast logic and automated deployment strategies.
Define spending rules for your AI agent — caps, category whitelists, approval thresholds — and audit what it bought or almost bought, with an approve/hold/block verdict per transaction.
Design, diagnose, and optimize high-performance RAG systems with an engineering-first framework.
Find the model-version coupling that breaks when you swap LLMs. Flags hardcoded model names and versions, deprecated or renamed parameters (the max_tokens to max_completion_tokens class of change), hardcoded token and context-window limits, response-format parsing tied to one model's output, tool-schema format coupling between providers, and hardcoded per-token cost constants. The patterns load from an editable model-rules table you update as new models ship.
Deploy a multi-domain Cloudflare Tunnel with systemd hardening and safe-edit workflows for self-hosted apps.
Deploy conversion-optimized, single-file websites for garages and auto shops with built-in AutoRepair SEO schema.
Plan, review, and execute safe database migrations with automatic rollback plans, backfill strategies, and zero-downtime sequencing.
Rate limiting fails in two directions: too loose and one bad client takes down the database for everyone; too crude and you rate-limit your own legitimate power users into churn
Auth is where one wrong early decision becomes a security incident with your name on it — JWTs chosen for sessions because a tutorial used them, refresh token rotation implemented wrong, RBAC bolted on after the fact
Professional accessibility auditing for architects, balancing legal regulations with real-world usability.
A cache without an invalidation story isn't an optimization — it's a stale-data generator with good latency numbers
Structures Belgian EPB energy performance obligations into actionable checklists and responsibility matrices.
An adversarial gate to verify AI-use disclosures and draft compliant provenance statements for any venue.
Run structural QA on your translation files across locales. Flags missing keys, placeholder mismatches ({name}, %s, {{var}}), strings left untranslated and identical to the source, length-overflow risk that breaks UI, terminology drift against a glossary, empty targets, and plural-category gaps. Works on JSON, gettext .po/.pot, and .properties. It checks form, not meaning, so you do not need to speak the target language to use it.
Production-ready Resend integration with tracked outbox, open/click analytics, and per-archetype stats.
Point it at an unfamiliar or inherited repo and quickly understand it. Maps the architecture, identifies the key modules and entry points, traces the core end-to-end flows, surfaces the conventions and gotchas, and assembles a clean ONBOARDING.md — turning a strange codebase into a clear mental model fast. Built for the moment you join a project, take one over, or have to explain a repo before changing it.
A senior WordPress theme architect skill that migrates classic PHP themes to FSE block themes — extracting business logic into a companion plugin during conversion — and delivers both a phased reversible plan and the actual converted files.