Skip to content

Public repo for SkillWaveAI Knowledge base and issues reporting.

License

Notifications You must be signed in to change notification settings

SpillwaveSolutions/skillzwave-ai-pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Skillzwave AI - Agent Skills Marketplace

The #1 marketplace for AI agent skills

Website Skills GitHub Issues

Live Site: https://skillzwave.ai


What is Skillzwave?

Skillzwave is a searchable marketplace for AI agent skills - modular capabilities that transform general-purpose AI coding assistants into domain experts.

Key Features

  • πŸ” Smart Search - Find skills across 50,000+ curated entries
  • 🎯 Quality Scores - ML-powered ratings for every skill
  • πŸ“¦ Multi-Platform - Works with Claude Code, Codex, OpenCode, Copilot, Cursor, and 10+ more
  • πŸ† Curated Packages - Domain-specific bundles (Legal, Finance, Real Estate)
  • πŸš€ One-Command Install - skilz install owner/repo/skill-name
  • πŸ“Š Smart Categories - 4-level NLP-based taxonomy

Quick Start

Install the Skilz CLI

pip install skilz

Browse Skills

Visit https://skillzwave.ai or search via CLI:

# Search for skills
skilz search python testing

# View skill details
skilz info anthropics/skills/xlsx

# Install a skill
skilz install anthropics/skills/xlsx

Supported AI Platforms

  • Claude Code - Anthropic's official coding assistant
  • OpenAI Codex - OpenAI's code model
  • OpenCode - Open-source AI coding assistant
  • GitHub Copilot - GitHub's AI pair programmer
  • Cursor - AI-first code editor
  • Gemini CLI - Google's Gemini for code
  • Aider, Windsurf, Plandex, Zed AI and more

What Are Agent Skills?

Agent skills are markdown files with specialized instructions that teach AI assistants how to perform specific tasks. They use Progressive Disclosure Architecture (PDA) to stay efficient:

  • Level 1 (Metadata): Name and description (~50-100 tokens)
  • Level 2 (SKILL.md): Core instructions loaded on-demand
  • Level 3 (References): Deep documentation loaded only when needed

This means you can give Claude, Codex, or OpenCode massive expertise without bloating the context window.

Example Skill

---
name: api-testing
description: Design and execute comprehensive API test suites with authentication, validation, and performance testing
---

# API Testing Skill

When the user requests API testing, this skill helps you:

1. Design test cases covering happy paths, edge cases, and error scenarios
2. Set up authentication (Bearer, OAuth, API keys)
3. Validate response schemas and status codes
4. Test rate limiting and performance
5. Generate test reports

## Usage

[Detailed instructions...]

Contributing

We welcome skill submissions from the community!

Submit Your Skill

  1. Prepare your skill

  2. Submit

  3. Get Approved

    • Skills scoring 50+ are automatically approved
    • Your skill appears in the marketplace within 1-2 weeks

See CONTRIBUTING.md for complete submission guidelines.


Resources

πŸ“š Documentation

πŸ“ Guides & Tutorials

πŸ”— Quick Links


Support

Get Help

Community


Features in Detail

πŸ” Advanced Search

Search by name, description, domain, owner, or keywords. Use filters to narrow by:

  • Category (Development, Data & AI, Design, Media, etc.)
  • Quality score
  • Platform compatibility
  • Permissions level

πŸ“Š Quality Scoring

Every skill is automatically scored on:

  • Spec Compliance (18%) - Valid structure and metadata
  • Efficiency (22%) - Token usage and lazy loading
  • Security (18%) - Safe permissions
  • Quality (22%) - Documentation and examples
  • Links (15%) - Valid references
  • Discoverability (5%) - Good trigger keywords

πŸ† Curated Packages

Domain-specific skill bundles for professionals:

  • Legal & Compliance - Contract review, compliance checking, legal research
  • Real Estate - Property analysis, due diligence, market research
  • Finance & Tax - Financial modeling, tax planning, investment analysis

🌍 Open & Vendor-Agnostic

Skillzwave is:

  • βœ… Independent - Not affiliated with any AI platform
  • βœ… Open - Community-driven skill catalog
  • βœ… Cross-platform - Works with 14+ AI coding assistants
  • βœ… Free - No cost to submit or use skills

Examples

Popular Skills

  • xlsx - Comprehensive spreadsheet operations
  • pdf - PDF creation and manipulation
  • web-scraping - Ethical web scraping and data extraction
  • api-testing - API test suite design and execution
  • database-design - Database schema design and optimization

Browse all 50,000+ skills β†’


About

Skillzwave is built by Spillwave Solutions, specialists in AI-powered automation and enterprise software development.

Why We Built This

AI coding assistants are powerful, but they're generic. Skills make them domain experts by providing:

  • Specialized knowledge and workflows
  • Best practices and quality standards
  • Efficient token usage via progressive disclosure
  • Reusable, shareable expertise

We believe in open, cross-platform AI tooling that works everywhere, not locked to a single vendor.


License

The Skillzwave marketplace is open for public use. Individual skills retain their own licenses (see each repository).

For questions about the marketplace itself, contact: legal@spillwave.com


Code of Conduct

Please review our Code of Conduct before participating in the community.


Built with ❀️ by the Skillzwave team

Website β€’ Guides β€’ Blog β€’ Submit a Skill

About

Public repo for SkillWaveAI Knowledge base and issues reporting.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published