Community-maintained catalog of AI agent skills — structured, searchable and integrated with the OpenModels ecosystem.
SaferSkills independently audited skills (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A community-maintained catalog of AI agent skills — structured, searchable, and integrated with the OpenModels ecosystem.
Skills are structured definitions of tasks that AI agents excel at. Each skill includes:
Skills help developers discover what AI agents can do and choose the right model for each task.
Browse skills on openmodels.run/skills or explore the YAML files directly:
skills/
├── code-review.yaml
├── unit-test-generation.yaml
├── refactoring-assistant.yaml
├── debugging-assistant.yaml
├── api-design.yaml
├── sql-generation.yaml
├── schema-design.yaml
├── documentation-generator.yaml
├── security-audit.yaml
├── accessibility-review.yaml
├── performance-optimization.yaml
├── ci-cd-pipeline.yaml
├── commit-message-writer.yaml
├── prompt-engineering.yaml
├── code-translation.yaml
├── regex-builder.yaml
├── ...
└── 103 skills total (see full list in skills/ directory)infrastructure-as-code — Terraform/CDK/Pulumi IaC configuration generationthreat-modeling — STRIDE analysis and security threat assessmentvideo-analysis — video content analysis with scene detection and annotationapi-load-testing — k6/Locust load testing script generationaudio-transcription — audio transcription with speaker diarizationcontract-analysis — legal contract review and risk assessmentincident-response — SRE runbooks and postmortem generationmobile-app-prototyping — SwiftUI/Compose/React Native prototypingdesign-system-generator — design tokens and component specificationsdata-pipeline-builder — Airflow/dbt/Spark ETL pipeline generationaso-audit — full App Store health check with 10-dimension scored report card (0–100)aso-competitor-analysis — keyword gaps, creative strategy, ratings, and monetization benchmarkingaso-keyword-research — keyword discovery, opportunity scoring, and strategy bucketingaso-metadata-optimization — title, subtitle, keyword field, and description writing for iOS and Androidliterature-review — systematic reviews across PubMed, arXiv, bioRxivhypothesis-generation — scientific hypothesis formulation and experimental designbioinformatics-pipeline — scRNA-seq, Scanpy, pathway analysis, variant callingmolecular-analysis — cheminformatics, RDKit, drug-likeness, ADMETscientific-visualization — publication-quality figures for journalsnetwork-graph-analysis — NetworkX, community detection, GNNtime-series-forecasting — ARIMA, Prophet, LSTM, anomaly detectionml-experiment-tracker — MLflow, W&B, Optuna, hyperparameter tuningscientific-writing — manuscripts, grants, IMRaD, peer reviewgeospatial-analysis — GeoPandas, GIS, remote sensing, spatial statsEach skill is a YAML file validated against a JSON Schema:
id: code-review
name: Code Review
description: >
Automated code review with actionable feedback...
category: development
tags:
- code-quality
- automation
author:
name: OpenModels Community
github: openmodelsrun
recommended_models:
- claude-opus-4-6
- gpt-5
- gemini-2-5-pro
min_context_window: 32000
modalities:
input: [code, text]
output: [text, code]
complexity: intermediate
use_cases:
- Pull request review automation
- Code quality gates in CI
example_prompt: |
Review the following code for bugs, performance, and style...
related_skills:
- unit-test-generation
- security-audit
compatible_tools:
- claude-code
- cursor
- kiro
- any
created_at: "2026-05-24T10:00:00.000Z"
updated_at: "2026-05-24T10:00:00.000Z"| Category | Description |
|---|---|
| 💻 development | Writing, reviewing, and improving code |
| ✍️ writing | Generating and transforming written content |
| 📊 data | Analyzing, transforming, and visualizing data |
| 🔍 research | Gathering and synthesizing information |
| 🎨 creative | Brainstorming and creative problem-solving |
| ⚙️ ops | Deployment, CI/CD, and infrastructure |
| 🧪 testing | Test generation and quality assurance |
| 🔒 security | Vulnerability detection and hardening |
| 🚀 productivity | Workflow automation and efficiency |
We welcome contributions! See CONTRIBUTING.md for guidelines.
Quick steps:
skills/ following the schemapython validate.pyAll skills are validated against JSON Schema on every PR:
pip install -r requirements.txt
python validate.pyValidation checks:
id fieldSkills are ingested into the OpenModels platform and available via:
/api/v1/skillsMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.