Skip to content

techwavedev/skillsets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Skillsets — AI Agent Skills Framework

Extend AI agent capabilities with modular, specialized skills

License Skills


✨ Overview

Skillsets is a modular framework for extending AI agent capabilities with specialized knowledge, workflows, and tools. Each skill is a self-contained package that can be triggered automatically or invoked explicitly.

Key Features

  • 🔌 Plug-and-Play Skills — Drop-in modules for specialized domains
  • 🎯 Auto-Triggering — Skills activate based on task context
  • 📚 Rich Documentation — References, scripts, and examples included
  • Token Optimization — Semantic caching and memory management

📦 Available Skills

Skill Type Use For
example-skill Template Learn skill structure
qdrant-memory Standalone Semantic cache, RAG, memory
skill-creator Utility Create new skills

👉 View Full Catalog


🚀 Quick Start

Use a Skill

Skills are automatically triggered based on your request:

"Cache this response for similar queries"
→ Triggers: qdrant-memory skill

"Create a new skill for my project"
→ Triggers: skill-creator

Or invoke explicitly:

"Use the example-skill to greet me"

Create a New Skill

# Copy from template
cp -r skills/example-skill skills/my-new-skill

# Or use the skill-creator
python skill-creator/scripts/init_skill.py my-new-skill --path skills/

🏗️ Skill Structure

skill-name/
├── SKILL.md           # Main instruction file (required)
├── scripts/           # Executable utilities
├── references/        # Documentation and guides
└── assets/            # Templates, configs, images

📜 License

This project is licensed under the Apache License 2.0 — see LICENSE for details.

Copyright © 2026 Elton Machado

Attribution Requirements

When using, modifying, or distributing this framework, you must:

  1. ✅ Retain the LICENSE and NOTICE files in any redistribution
  2. ✅ Include attribution: "AI Agent Skills Framework by Elton Machado"
  3. ✅ Keep all copyright notices intact

See NOTICE for full attribution requirements.


🤝 Contributing

Contributions are welcome! Please ensure you:

  1. Follow the skill structure guidelines
  2. Update the SKILLS_CATALOG.md after adding skills
  3. Include appropriate documentation and scripts

👤 Author

Elton Machado


📚 Skills Catalog🐛 Report Issue💡 Request Feature

Made with ❤️ by Elton Machado

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages