incident response playbook builder
by LocoLoboZ
Build, review, and automate structured incident response playbooks for enterprise security operations.
New: Skill bounties are live. Post a request, fund the bounty, and creators compete for 7 days to build it -> See open bounties
THE AGENSI STORE
79 skills found
by LocoLoboZ
Build, review, and automate structured incident response playbooks for enterprise security operations.
by Shandra
Creates structured troubleshooting runbooks for legacy banking systems with incident classification, dependency mapping, log review checklists, escalation paths, rollback guidance, and post-incident summaries.
by Shippers
Avoid context bloat and high costs with a 3-line verdict on expensive AI operations before you run them.
by servrox
Audit, prune, and secure your AI agent's long-term memory to prevent pollution and data leakage.
by Shogun Labs
Keep Node.js and Python services running forever with PM2 — startup, health checks, troubleshooting.
Figure out why your Vercel build or deploy failed without scrolling the whole log. Reads the build log plus your package manifest and framework config to pinpoint missing modules, Node and package-manager mismatches, missing env vars, monorepo root mistakes, and serverless/edge runtime errors, with the likely cause and a fix for each.
Audit a Helm chart for insecure defaults before you deploy to Kubernetes. Flags privileged containers, allowPrivilegeEscalation, missing CPU/memory limits and requests, hostPath volumes, hostNetwork/hostPID/hostIPC sharing, readOnlyRootFilesystem not set, runAsNonRoot not enforced (or runAsUser 0), plaintext secrets in values.yaml, missing NetworkPolicy, and NodePort/LoadBalancer services exposed without restriction.
Audit local dbt SQL and YAML for missing model tests, source freshness and test gaps, likely-key coverage, missing model descriptions, SELECT *, and raw table references. Get severity-ranked findings plus starter tests YAML for model/key gaps without running dbt or querying a warehouse.
Generate runnable accessibility regression tests, not just a findings report. Detects a11y issues, missing alt text, unlabeled controls, keyboard and focus gaps, in your routes, components, or HTML, then emits Playwright + axe-core spec files with targeted assertions and remediation tickets for each. Previews the tests first and writes them only on your confirmation.
by Zotri
Run Claude Code unattended with a battle-tested safety framework, hardened deny-rules, and a 6-layer rollback ladder.
by Samoxis
Your headless Ollama box crashes at 3am and you find out hours later. OllamaWatch pings your Telegram the instant a model dies, the GPU runs out of memory, or the API hangs — with a fix hint in every alert. One Python file, no SaaS, no dashboards.
Runs an ordered evidence-integrity gate over any AI draft — grade sources, ground claims, verify technical assertions, stress-test — then returns one PASS/REVISE/FAIL ship decision.
Diagnoses and fixes LCP, INP, and CLS on WordPress sites with a scored, prioritized action plan and runnable before→after code — including the non-obvious insight that consent-gated analytics loading is a measured CWV improvement, not just a GDPR requirement.
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.
A professional security-ops audit and hardening suite for WordPress installs, including incident recovery runbooks.
Catch the dangerous migration before it locks or wrecks your production database. Scans SQL migration files for destructive and risky operations: DROP and TRUNCATE, drops without IF EXISTS, lossy column-type changes, NOT NULL added without a default, DELETE or UPDATE with no WHERE, non-concurrent index builds, dropped constraints, renames, and data backfills mixed into schema changes. Each finding is ranked by severity with a safer rewrite. Postgres, MySQL, and SQLite.
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.
by S0lidByte
Master orchestrator that routes engineering tasks to 18 specialized AI skills with persistent project context.
by Timoranjes
Deep audit of TypeScript codebases for type safety violations, unsafe casts, and runtime-risk anti-patterns.
Audit your project's dependencies for supply-chain risk before they ship. Detects the ecosystem, runs the right vulnerability scanners against live advisory data, and adds the checks tooling misses — outdated or abandoned packages, typosquatted or suspicious names, risky install scripts, and license conflicts — then returns a prioritized fix list and a PASS / REVIEW / BLOCK verdict. It's npm audit with triage and judgment on top.
by Boubacar B
Five adversarial perspectives on your idea, run in one session, before you write a line of code. You find out where your plan breaks before you build it, not after. Stop shipping features nobody wanted and start shipping the things that hold.
by Corey Jacobs
Run a buyer-readiness check before publishing an AI agent skill package.
Flag the destructive operations in a shell command or script before anyone runs it. Catches recursive force deletes, force pushes and history rewrites, database drops and truncates, disk-wipe commands (mkfs, dd to a device), permission blowouts (chmod 777), remote content piped into a shell, broad wildcard deletes, and prod-targeting or disabled-safety flags. Each finding comes with a severity and a safer alternative.
Review a database schema, queries, or migration for the mistakes that get expensive in production — bad table design, missing or wrong indexes, slow and N+1 queries, SQL injection, and migrations that lock or break prod. Engine-aware (PostgreSQL, MySQL, SQLite, SQL Server), it runs an ordered review and returns a PASS/REVIEW/BLOCK verdict with prioritized fixes. Schema mistakes are the most expensive kind — this catches them before they ship.