All authors
agentskillexchange avatar

Claude Skills by agentskillexchange

github.com/agentskillexchange
2,960 skillsA× 2,813B× 144C× 35 installs660 views
Postgresql Diagnostic RunbookA

Diagnoses PostgreSQL performance issues using pg_stat_statements, pg_stat_activity, and the pgbadger log analyzer. Identifies slow queries, lock contention, and bloat via pgstattuple extension.

ai-agentsjavascriptgo
0
36
Postgresql Health Diagnostics AgentA

Queries PostgreSQL system catalogs pg_stat_activity, pg_stat_user_tables, and pg_locks to diagnose performance issues. Analyzes slow queries via pg_stat_statements and checks vacuum status through pg_stat_all_tables autovacuum columns.

ai-agentsjavascriptgo
0
36
Postgresql Mcp ServerA

Agent access to PostgreSQL data and queries through MCP.

ai-agentspythongo
0
36
Postgresql Performance Diagnostic SuiteA

Diagnoses PostgreSQL performance issues using pg_stat_statements, pg_stat_activity, and EXPLAIN ANALYZE. Integrates with pgBadger for log analysis and pg_stat_user_tables for index recommendations.

ai-agentsjavascriptgo
0
36
Postgresql Performance DiagnosticsA

Analyzes PostgreSQL query performance using pg_stat_statements, pg_stat_user_tables, and EXPLAIN ANALYZE output. Identifies missing indexes via pg_stat_user_indexes and detects lock contention through pg_locks and pg_stat_activity.

ai-agentsjavascriptgo
0
36
Postgresql Performance RunbookA

Executes diagnostic queries against PostgreSQL using pg_stat_statements, pg_stat_activity, and pg_locks system views. Identifies slow queries, lock contention, bloated tables via pgstattuple, and generates EXPLAIN ANALYZE reports with buffer statistics.

ai-agentsjavascriptgo
0
36
Postgresql Query AnalyzerA

Analyzes PostgreSQL slow queries using EXPLAIN (ANALYZE, BUFFERS, FORMAT JSON) output and pg_stat_statements views. Identifies missing indexes via pg_stat_user_tables sequential scan counters and suggests index creation with HypoPG extension.

ai-agentsjavascriptgo
0
36
Postgresql Query DiagnosticsA

Diagnoses slow PostgreSQL queries using pg_stat_statements, pg_stat_activity, and EXPLAIN ANALYZE output parsing. Integrates with the pgBadger log analyzer and pg_stat_user_tables for index recommendation.

ai-agentsjavascriptgo
0
36
Postgresql Query Optimizer Explain ApiA

Optimizes PostgreSQL queries using EXPLAIN ANALYZE output parsing with pg_stat_statements extension data. Suggests index creation via HypoPG hypothetical index simulator and validates query plans against pg_hint_plan directives.

ai-agentsjavascriptgo
0
36
Postgresql Query Plan Analyzer 2A

Executes EXPLAIN ANALYZE BUFFERS on slow PostgreSQL queries and parses the plan tree for sequential scans, nested loop joins, and sort spills. Integrates with pg_stat_statements for identifying top resource-consuming queries.

ai-agentsjavascriptgo
0
36
Postgresql Query Plan Diagnostics Wave48A

Analyzes PostgreSQL query execution plans using EXPLAIN (ANALYZE, BUFFERS, FORMAT JSON) and the pg_stat_statements extension. Identifies sequential scans, nested loop inefficiencies, and index recommendations for slow queries.

ai-agentsjavascriptgo
0
36
Postgresql Query Plan ExplainerA

Interprets PostgreSQL EXPLAIN ANALYZE output using pg_stat_statements and auto_explain module data. Identifies sequential scan bottlenecks, index recommendations via HypoPG, and buffer cache hit ratios.

ai-agentsjavascriptgo
0
36
Postgresql Slow Query AnalyzerA

Queries pg_stat_statements and pg_stat_activity to surface the top slow queries by total execution time, mean latency, and call frequency. Runs EXPLAIN ANALYZE on worst offenders and suggests index additions, rewrite candidates, or vacuum triggers. Works on RDS and Supabase.

ai-agentsjavascriptgo
0
36
Postgresql Slow Query Runbook AgentA

Diagnoses PostgreSQL slow queries using pg_stat_statements extension, EXPLAIN ANALYZE output parsing, and pg_stat_user_indexes for index usage analysis. Identifies missing indexes, sequential scan bottlenecks, and lock contention issues.

ai-agentsjavascriptgo
0
36
Postgresql Vacuum Deadlock RunbookA

Automates PostgreSQL vacuum and autovacuum troubleshooting via pg_stat_user_tables, pg_locks, and pg_stat_activity views. Detects table bloat using pgstattuple extension and generates remediation SQL for long-running transaction conflicts.

ai-agentsjavascriptgo
0
36
Posthog Product Analytics And Feature Flags SdkA

Use PostHog to capture product analytics events, identify users, evaluate feature flags, and route experimentation data into agent or application workflows. This skill gives an agent a concrete implementation path for instrumentation, event tracking, and flag-driven behavior using the real PostHog SDK.

ai-agentsgogit
0
36
Posting Terminal Api ClientA

A modern, open-source HTTP client built as a terminal UI application. Posting provides a Postman-like experience entirely in the terminal, with keyboard-centric workflows, environment variables, syntax highlighting, and YAML-based request storage for version control.

ai-agentspythongo
0
36
Postman Collection RunnerA

Node.js, Postman collections

ai-agentsgonode
0
36
Postmarkjs Email Delivery Api Transactional MessagingA

postmark.js is the official Node.js library for the Postmark API, used to send transactional email, templates, and message streams from code. It is a strong fit for skills that automate outbound notifications, email workflows, and delivery-aware application integrations.

ai-agentsgonode
0
36
Prefect Python Workflow Orchestration Data PipelinesA

Prefect is a Python workflow orchestration framework for building resilient data pipelines. Add scheduling, retries, caching, and observability to any Python script with simple decorators. Monitor workflows through the self-hosted Prefect server or managed Prefect Cloud dashboard.

ai-agentspythongo
0
36
Preflight Agent Specs For Prompt Injection Risk Across Prompt Tool And Architecture Layers With Prompt HardenerA

Describe an agent in `agent_spec.yaml`, run deterministic prompt-injection analysis, generate mitigations, and validate defenses before rollout.

ai-agentspythongo
0
36
Prepare Meeting Agendas And Pre Reads From Notion Context With Notion Meeting IntelligenceA

Pull relevant Notion context, tailor an agenda to attendees and decisions, and assemble a structured pre-read for an upcoming meeting.

ai-agentsgogit
0
36
Prepare Meetings And Follow Ups From Local Work Memory With RowboatA

Use Rowboat to build local work memory from email, calendar, notes, and web context, then generate meeting briefs, follow-ups, docs, and decks.

ai-agentsgogit
0
36
Prepare Rust Release Prs And Changelogs From Workspace Changes With Release PlzA

Inspect Rust workspace changes, draft release PRs, bump versions, and assemble changelogs before publishing.

ai-agentsrustgo
0
36
Present Version Controlled Markdown Slide Decks As Terminal Native Talks With PresentermA

Turn markdown slide decks into terminal presentations for live demos, reviews, and workshops without leaving plain text or git.

ai-agentsgogit
0
36
Preserve Agent Session Context With Claude MemA

Capture coding-agent sessions, compress the useful decisions and context, and inject relevant memory into future runs so long-running repository work does not restart cold.

ai-agentspythongo
0
36
Preserve Claude Code Session Memory With Claude MemA

Use Claude Mem to capture Claude Code sessions, compress the useful context, and re-inject relevant memory so future coding-agent runs start with project-specific continuity.

ai-agentspythongo
0
36
Preserve Coding Agent Context By Sandboxing Bulky Tool Output And Retrieving Only Relevant Session State With Context ModeA

Use Context Mode when a coding agent keeps burning context on large tool outputs or loses its place after compaction. It wraps tool-heavy workflows with sandboxed execution, indexed session history, and targeted retrieval so the agent can keep working without reloading raw data into the prompt.

ai-agentsgosql
0
36
Prettier Config Conflict ResolverA

Detects and resolves conflicts between Prettier, ESLint, and EditorConfig formatting rules using the Prettier resolveConfig API and eslint-config-prettier compatibility checker.

ai-agentsgogit
0
36
Prettier Config Harmonizer 2A

Resolves Prettier formatting conflicts across monorepo packages using the Prettier API and @prettier/plugin-xml. Generates unified .prettierrc configs with per-package overrides and EditorConfig synchronization.

ai-agentsgogit
0
36
Prettier Format Enforcement BotA

Enforces code formatting standards using the Prettier API (prettier.format(), prettier.check()) and prettier-plugin-organize-imports. Supports 20+ languages with .prettierrc configuration management.

ai-agentsgogit
0
36
Prevent Broken Github Actions Workflows Before Ci Runs With ActionlintA

Use actionlint when an agent needs to inspect GitHub Actions workflow files before a push or pull request lands. The skill checks syntax, expressions, action inputs, runner labels, cron patterns, and a few security footguns so the agent can stop bad workflow changes before CI burns time.

ai-agentsgoshell
0
36
Preview And Approve Coding Agent Execution Plans With OvertureA

Render an AI coding agent's plan as an interactive flowchart so a human can inspect dependencies, attach context, choose branches, and approve execution before code changes begin.

ai-agentsgonode
0
36
Prisma Schema MigratorA

Automates Prisma ORM schema evolution and migration planning using prisma migrate and prisma db commands. Validates schema changes against existing data with dry-run introspection via prisma db pull.

ai-agentstypescriptgo
0
36
Prismic Headless Cms Content Api ClientA

Prismic provides a headless CMS with an API-first editing model, and the official @prismicio/client package is the main integration point for fetching content in apps and automations. It fits agents that need to inspect repositories, publish structured content flows, or wire CMS data into websites and internal tools.

ai-agentsgobash
0
36
Probe Ai Agents For Dangerous Tool Chains And Execution Side Effects With ZiranA

Test agent systems for graph-discovered tool-chain vulnerabilities, silent side effects, and multi-phase trust exploits before deployment.

ai-agentspythonrust
0
36
Probe Kubernetes Clusters For Exposed Attack Paths With Kube HunterA

Assess a Kubernetes cluster from the attacker viewpoint when an agent needs exposure-focused findings instead of a general cluster scanner listing.

ai-agentsgokubernetes
0
36
Probe Kubernetes Clusters With Kube Hunter For Exposed Services And MisconfigurationsA

Run a focused exposure probe against a Kubernetes environment before deeper pentest work or remediation planning starts.

ai-agentsgokubernetes
0
36
Probe Ml And Llm Systems For Regressions And Vulnerabilities With GiskardA

Run automated red-team and failure scans against an LLM or RAG app before users find the breakage.

ai-agentspythongo
0
36
Probe Public Tls Endpoints For Protocol Cipher And Certificate Weaknesses Before Rollout With Testssl ShA

Run a thorough TLS preflight against a host before launch, certificate renewal, or incident review.

ai-agentsgoshell
0
36
Process Redact Ocr And Sign Documents With Nutrient Agent SkillA

Give coding agents one promptable workflow surface for OCR, extraction, redaction, form filling, conversion, and signing across document-heavy tasks.

ai-agentspythongo
0
36
Procs Modern Process Viewer CliA

A modern replacement for ps written in Rust. procs provides colorized, human-readable process listings with multi-column keyword search, TCP/UDP port display, Docker container names, and tree views.

ai-agentsrustgo
0
36
Product Review Sentiment AggregatorA

Collects and analyzes product reviews from Amazon Product API and Google Shopping via SerpAPI. Uses spaCy NER and aspect-based sentiment analysis to extract feature-level opinions and competitive comparisons.

ai-agentsgoapi
0
36
Profile And Clean Large Csv Datasets From The Terminal With QsvA

Inspect, profile, normalize, and diff large CSV files before loading them into downstream analytics or automation workflows.

ai-agentspythongo
0
36
Profile And Triage Messy Tabular Files From The Terminal With VisidataA

Inspect CSV, TSV, JSON, and parquet drops interactively, spot suspicious columns fast, and decide the next cleanup step without opening a spreadsheet.

ai-agentspythongo
0
36
Prometheus Alert Resolver SkillA

Resolves Prometheus alerts by querying the /api/v1/alerts and /api/v1/query_range endpoints for metric time series analysis. Executes playbook steps for common alerts like HighCPUUsage and DiskSpaceLow, validates PromQL recording rules, and silences alerts via Alertmanager /api/v2/silences.

ai-agentsgodocker
0
36
Prometheus Alert RouterA

Routes and escalates Prometheus AlertManager notifications based on severity and label matchers. Integrates with PagerDuty, Opsgenie, and Slack webhook APIs for multi-channel incident routing.

ai-agentsgodocker
0
36
Prometheus Alert Rule BuilderA

Creates and validates Prometheus alerting rules using PromQL expressions and the Prometheus HTTP API. Configures Alertmanager routing trees with PagerDuty, Slack, and OpsGenie receiver integrations.

ai-agentsgoexpress
0
36
Prometheus Alert Rule Generator 2A

Generates and validates Prometheus alerting rules from natural language descriptions using the Prometheus HTTP API and PromQL query engine. Supports Alertmanager routing configuration and Grafana dashboard annotation.

ai-agentsgodocker
0
36
Prometheus Alert Rule SynthesizerA

Uses the Prometheus HTTP API v1 and PromQL to auto-generate alerting rules from metric baselines. Integrates with Alertmanager API for routing configuration and PagerDuty Events API v2 for escalation.

ai-agentsgodocker
0
36