Skip to main content

Skills Catalog

Registry-powered knowledge packages for AI agents and developers. All skills validated, versioned, and actively maintained.

Quick Stats

  • Total Skills: 16
  • Categories: 6
  • Active Status: 16/16
  • Quality Level: Stable

Categories

Languages (8 skills)

Programming languages, frameworks, and development tools

  • Python - Type hints, async, JIT compilation, UV package management [download]
  • Rust - Ownership, async, zero-cost abstractions [download]
  • Dioxus - Cross-platform UI framework in Rust [download]
  • DSPy - LLM pipeline optimization framework [download]
  • Omarchy - Python architecture patterns [download]
  • Pydantic - Python data validation with type hints [download]
  • Ratatui - Rust terminal user interface toolkit [download]
  • Zig - Low-level systems programming [download]

Infrastructure (4 skills)

DevOps, containers, and system administration

  • Docker - Containerization with agent integration patterns [download]
  • Kubernetes - Container orchestration and cloud-native deployment [download]
  • Logfire - Observability and monitoring platform [download]
  • Self-Hosting - Complete personal infrastructure guide [download]

Databases (1 skill)

Data persistence and vector search

  • Qdrant - Vector similarity search and AI applications [download]

Design (1 skill)

Web design and user interface

  • Influential Web Designers - Master design styles of 10 pioneers [download]

Gaming (1 skill)

Gaming platforms and strategy optimization

  • OSRS - Old School RuneScape strategies and optimization [download]

Tools (1 skill)

Development tools and AI agents

  • Claude Code - CLI AI agent development and deployment [download]

Download & Usage

For AI Agents

Skills are optimized for agent consumption with:

  • Structured metadata (tokens, examples, difficulty)
  • Semantic versioning
  • Clear categorization
  • Tag-based search

For Developers

Each skill includes:

  • skill.json - Manifest with all metadata
  • SKILL.md - Core implementation
  • references/ - Detailed documentation
  • package/ - Distribution files

Installation

Skills are available in the Claude Skills interface. Upload .skill files to enable in your conversations.

Contributing

Skills are managed via the registry system. To add or update:

  1. Create skill directory in skills/category/name/
  2. Add skill.json manifest with metadata
  3. Provide SKILL.md and references/ content
  4. Run validation: bun run skills:validate
  5. Sync registry: bun run skills:sync

Technical Details

  • Registry: /registry/skills-index.json
  • Validation: All skills pass schema validation
  • Categories: /registry/categories.json
  • Build: Auto-synced on every site build

License

All skills: MIT License