Skip to content

jahnog/CuratedSkills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CuratedSkills

A curated registry of security-focused agent skills for reviewing Dependabot PRs, running static analysis, and integrating security MCP servers.

Features

  • Human-edited YAML catalog with trust tiers and categories
  • Build-time full-text search index from remote skill content
  • Minimal static UI (dark-first) hosted on GitHub Pages from /docs
  • Primary navigation opens the skill folder on GitHub; secondary link opens the primary file (SKILL.md, README.md, or action.yml)

Quick start

npm install
npm run build

Open docs/index.html locally or enable GitHub Pages with source set to /docs.

Scripts

Command Description
npm run validate Validate catalog schema and remote file URLs
npm run build:index Fetch skill content and emit docs/data/index.json
npm run build:site Copy web/ assets into docs/
npm run build Full pipeline

Catalog layout

catalog/
├── skills.yaml          # Curated skill entries
├── repositories.yaml    # GitHub repo metadata
├── trust-tiers.yaml     # highest / high / medium
└── categories.yaml      # dependabot-prs, static-analysis, etc.

folder_url is always derived at build time from skill_file_url — never hand-authored.

GitHub Pages

  1. Push to main or master
  2. Enable Pages: Settings → Pages → Source: GitHub Actions
  3. The workflow builds and deploys from /docs

About

Curated registry of security-focused agent skills with full-text search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors