ahel is live on Product Hunt today. Upvote

Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: Databases & data

2,376 results · page 70 of 80

  • postgres-opsSkillDatabases & data

    PostgreSQL operations, optimization, and administration. Use for: schema design, index selection, query tuning with EXPLAIN ANALYZE, postgresql.conf configuration, backup and restore (pg_dump, pg_basebackup, WAL, PITR), vacuum and autovacuum tuning, connection pooling (pgBouncer, pgPool), replicatio

    Ready to connect

    github.com/0xdarkmatter/claude-mods37 stars

    View details
  • python-database-opsSkillDatabases & data

    SQLAlchemy and database patterns for Python. Triggers on: sqlalchemy, database, orm, migration, alembic, async database, connection pool, repository pattern, unit of work.

    Ready to connect

    github.com/0xdarkmatter/claude-mods37 stars

    View details
  • recallSkillDatabases & data

    'Searches and recalls context from past Claude Code sessions via a SQLite FTS5 index with BM25 ranking. Produces

    Ready to connect

    github.com/matteotitta/genesys-skills37 stars

    View details
  • resonance-engineering-databaseSkillDatabases & data

    Database Architect Specialist. Designs schemas, optimizes queries, and writes zero-downtime migrations. Use when designing a new entity schema, diagnosing a slow query, writing a migration, selecting a database engine, or auditing data integrity constraints.

    Ready to connect

    github.com/manusco/resonance37 stars

    View details
  • resonance-engineering-performanceSkillDatabases & data

    Performance diagnostician. Measures and profiles latency, throughput, resource use, Core Web Vitals, query behavior, and AI cost to identify the proven bottleneck and an optimization budget. Use when the cause or limiting resource is unknown. Hand implementation to Frontend, Backend, Database, AI En

    Ready to connect

    github.com/manusco/resonance37 stars

    View details
  • resonance-marketing-analyticsSkillDatabases & data

    Marketing Analytics Engineer. Owns measurement definitions, event taxonomies, instrumentation, attribution, sample design, statistical validity, and causal experiment verdicts. Use when evidence must be made trustworthy or interpreted. Conversion owns the customer-facing intervention and variant hyp

    Ready to connect

    github.com/manusco/resonance37 stars

    View details
  • resonance-marketing-conversionSkillDatabases & data

    Conversion Rate Engineer. Diagnoses decision friction and designs page, journey, offer, and experiment interventions that improve a named action. Use for CRO audits, friction simulation, variant hypotheses, or offer structure. Analytics owns instrumentation, sample design, statistical validity, attr

    Ready to connect

    github.com/manusco/resonance37 stars

    View details
  • security-opsSkillDatabases & data

    Security audit orchestrator - parallel dependency scanning, SAST pattern detection, auth/config review. Dispatches 3 audit agents simultaneously, consolidates into OWASP-mapped severity report. Triggers on: security review, security audit, OWASP, XSS, SQL injection, CSRF, authentication, authorizati

    Ready to connect

    github.com/0xdarkmatter/claude-mods37 stars

    View details
  • sql-opsSkillDatabases & data

    Quick reference for common SQL patterns, CTEs, window functions, and indexing strategies. Triggers on: sql patterns, cte example, window functions, sql join, index strategy, pagination sql.

    Ready to connect

    github.com/0xdarkmatter/claude-mods37 stars

    View details
  • technical-paper-writerSkillDatabases & data

    'Renders existing first-party research — a whitepaper, survey, benchmark, or dataset — as an arXiv-style technical

    Ready to connect

    github.com/matteotitta/genesys-skills37 stars

    View details
  • analytics-readoutSkillDatabases & data

    Reads your reel insights and explains in plain English what to make more of and what to stop — no jargon. Use when the user says "explain my analytics", "what do my numbers mean", "read my insights", "how did this reel do".

    Ready to connect

    github.com/ootto-ai/claude-content-skills36 stars

    View details
  • apiSkillDatabases & data

    Use when working on the Deno/TypeScript backend API — creating actions, repositories, service providers, or modifying routing. Covers ILOS framework patterns, decorators, SQL queries, and Docker stack.

    Ready to connect

    github.com/covoiturage-gouv-fr/mono36 stars

    View details
  • ax-agent-optimizeSkillDatabases & data

    This skill helps an LLM generate correct AxAgent tuning and evaluation code using @ax-llm/ax. Use when the user asks about agent.optimize(...), judgeOptions, eval datasets, optimization targets, saved optimizedProgram artifacts, or recursive optimization guidance.

    Ready to connect

    github.com/diogenesoftoronto/keating35 stars

    View details
  • grafema-codebase-analysisSkillDatabases & data

    Analyze codebases using a graph database instead of reading source files. Use when understanding code architecture, finding functions or call patterns, tracing data flow, checking dependencies, or answering "where is X used?" questions. Grafema builds a queryable code graph from static analysis — pr

    Ready to connect

    github.com/disentinel/grafema36 stars

    View details
  • mobile-offline-supportSkillDatabases & data

    Implement offline-first mobile apps with local storage, sync strategies, and conflict resolution. Covers AsyncStorage, Realm, SQLite, and background sync patterns.

    Ready to connect

    github.com/iskenkenya/1panel-client36 stars

    View details
  • rfdb-manifest-l1-carryforwardSkillDatabases & data

    Diagnose and fix RFDB data disappearing after compaction, where rfdb-server reports a tiny node count (e.g. "15 nodes") on startup despite manifest_index.json showing hundreds of thousands of nodes and segment files existing on disk. Use when: (1) rfdb-server logs "Default database: N nodes" with N

    Ready to connect

    github.com/disentinel/grafema36 stars

    View details
  • secrets-credentials-managementSkillDatabases & data

    Use when handling passwords, API keys, tokens, or third-party credentials in a WordPress plugin or theme. Hashes passwords with wp_hash_password / wp_check_password, generates tokens with wp_generate_password, keeps secrets out of code and the database in plaintext, and uses Application Passwords fo

    Ready to connect

    github.com/wpultimatesecurity/wordpress-security-skills36 stars

    View details
  • skillsSkillDatabases & data

    Your AI remembers now. Geniuz stores everything in a local database locally on Mac, Windows, Linux, Raspberry Pi. No cloud. No account. No API keys. Nothing leaves your machine. It's open source; you can read every line of code.

    Ready to connect

    github.com/jackccrawford/geniuz36 stars

    View details
  • social-analytics-reportSkillDatabases & data

    Use when you need to turn supplied social performance data into a decision about what to keep, test, change, or stop. Trigger phrases include "report on this campaign", "what worked on social?", "analyse these post results", "make a weekly social report", and "what should we do next from these metri

    Ready to connect

    github.com/ootto-ai/claude-content-skills36 stars

    View details
  • sql-injection-preventionSkillDatabases & data

    Use when writing any custom database query in WordPress with $wpdb — get_results, get_var, get_row, query, or building WHERE/IN/LIKE/ORDER BY clauses. Uses $wpdb->prepare() with correct placeholders (%d, %s, %f, %i), $wpdb->esc_like() for LIKE, and allowlists for identifiers that cannot be parameter

    Ready to connect

    github.com/wpultimatesecurity/wordpress-security-skills36 stars

    View details
  • user-data-protection-privacySkillDatabases & data

    Use when a WordPress plugin or theme stores, processes, or exposes personal data — emails, names, IP addresses, user content, or analytics. Registers data exporters and erasers via wp_privacy_personal_data_exporters / _erasers, declares privacy policy content, anonymizes IPs, and minimizes/secures P

    Ready to connect

    github.com/wpultimatesecurity/wordpress-security-skills36 stars

    View details
  • cdisc-complianceSkillDatabases & data

    Reason about CDISC SDTM and ADaM implementation for regulatory submissions. Use when the user asks about SDTM domain mapping, ADaM dataset design, controlled terminology versioning, define.xml completeness, FDA or PMDA submission requirements, query prioritization by clinical impact, SUPPQUAL usage,

    Ready to connect

    github.com/awslabs/hcls-agent-skills35 stars

    View details
  • claims-analyticsSkillDatabases & data

    Pipeline skill for healthcare claims data parsing, analysis, and fraud detection. Use when the user asks to parse X12 837 or 835 claim files, manipulate ICD-10 CPT or HCPCS codes, detect billing pattern anomalies, profile providers against specialty peers, identify outlier billing behavior, validate

    Ready to connect

    github.com/awslabs/hcls-agent-skills35 stars

    View details
  • codex-cloud-bootstrapSkillDatabases & data

    Runtime policy и cloud merge-policy для агента в OpenAI Codex Cloud sandbox на LearnFlow AI. Python 3.12, docker-less путь, Postgres и Redis как localhost-процессы. Используй когда: ты агент в Codex Cloud (codex-universal sandbox), AGENTS.md, async workflow, Python 3.14 vs 3.12, docker not found, co

    Ready to connect

    github.com/bbar0n234/learnflow-ai35 stars

    View details
  • drug-repurposingSkillDatabases & data

    Reason about drug repurposing strategies in HCLS — choosing between target-based and phenotype-based approaches, evaluating mechanism-of-action overlap, querying drug-gene interaction databases, assessing clinical translatability, and ranking candidates by evidence strength. Use when the user asks t

    Ready to connect

    github.com/awslabs/hcls-agent-skills35 stars

    View details
  • find-exposed-serversSkillDatabases & data

    Find internet-exposed hosts, ports, services and devices using third-party internet-scan data instead of touching the target. Covers Shodan and Censys query syntax, service banners, favicon-hash and TLS-certificate pivots, origin-IP discovery behind Cloudflare or a CDN, and exposed databases, dashbo

    Ready to connect

    github.com/useosint/skills35 stars

    View details
  • langgraph-patternsSkillDatabases & data

    Продвинутые паттерны LangGraph: Command API, HITL (interrupt/resume), checkpointing с PostgreSQL, параллельное выполнение через Send, state accumulation с operator.add, streaming events. Используй когда: LangGraph, StateGraph, workflow, граф, Command, interrupt, HITL, human-in-the-loop, checkpointer

    Ready to connect

    github.com/bbar0n234/learnflow-ai35 stars

    View details
  • postgresql-table-designSkillDatabases & data

    Guides your agent to design and review PostgreSQL table schemas with best practices for types, indexes, and constraints.

    Ready to connect

    github.com/bbar0n234/learnflow-ai35 stars

    View details
  • who-really-owns-itSkillDatabases & data

    Research companies, directors, shareholders and ultimate beneficial ownership in official corporate registries, filings and offshore datasets — OpenCorporates, UK Companies House and the PSC register, SEC EDGAR, US Secretary of State registries, EU business registers, GLEIF LEI records, OpenOwnershi

    Ready to connect

    github.com/useosint/skills35 stars

    View details
  • analytics-reportingSkillDatabases & data

    Generate comprehensive marketing analytics reports by collecting KPIs, analyzing trends, and delivering actionable insights with attribution modeling and funnel analysis.

    Ready to connect

    github.com/h4vzz/awesome-ai-agent-skills34 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

53,430 of the 53,863 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI