Skip to content

aaronaalmendarez/agentskills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

  ╔═══════════════════════════════════════════════════════════════╗
  ║                                                               ║
  ║     ███████╗██╗   ██╗██████╗ ███████╗██████╗                 ║
  ║     ██╔════╝██║   ██║██╔══██╗██╔════╝██╔══██╗                ║
  ║     ███████╗██║   ██║██████╔╝█████╗  ██████╔╝                ║
  ║     ╚════██║██║   ██║██╔══██╗██╔══╝  ██╔══██╗                ║
  ║     ███████║╚██████╔╝██████╔╝███████╗██║  ██║                ║
  ║     ╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝  ╚═╝                ║
  ║                                                               ║
  ║                ██╗ ██████╗ ██████╗ ███████╗                   ║
  ║                ██║██╔═══██╗██╔══██╗██╔════╝                   ║
  ║                ██║██║   ██║██████╔╝███████╗                   ║
  ║                ██║██║   ██║██╔══██╗╚════██║                   ║
  ║                ██║╚██████╔╝██████╔╝███████║                   ║
  ║                ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝                   ║
  ║                                                               ║
  ╚═══════════════════════════════════════════════════════════════╝
  

AI Agent Skill Prompts & Configuration

License: MIT GitHub stars GitHub forks Maintenance Size Issues GitHub release


Forums


📖 Overview

A curated collection of system prompts and configurations designed to enhance AI agent behavior. Each skill addresses specific failure modes:

Problem Solution
❌ Instruction drift ✅ Spec-lock protocol
❌ Hallucination ✅ Explicit assumptions
❌ Inconsistent output ✅ Deterministic patterns
❌ Scope collapse ✅ Step-by-step checkpoints
❌ Over-refactoring ✅ Minimal patch discipline

⚡ Quick Start

git clone https://github.com/aaronaalmendarez/agentskills.git
cd agentskills
cat gemini/GEMINI.md  # Load as system prompt

✨ Features

🎯 Precise Prompts

  • Engineered for specific use cases
  • Reduces AI failure modes
  • Battle-tested patterns

📦 Modular Design

  • Organized by platform
  • Easy to integrate
  • Minimal dependencies

🔄 Regular Updates

  • Actively maintained
  • Community-driven
  • Continuously improved

📚 Well Documented

  • Clear usage examples
  • Structured format
  • Easy to customize

📁 Structure

agentskills/
├── gemini/       🪐 # Gemini-specific prompts
├── claude/       🧠 # Claude-specific prompts
├── openai/       🔵 # OpenAI-specific prompts
└── README.md     📄 # This file

🚀 Installation

# Clone the repository
git clone https://github.com/aaronaalmendarez/agentskills.git

# Navigate into the directory
cd agentskills

💡 Usage

Load any skill file as a system prompt when working with compatible AI models.

# Example: Load a skill
cat gemini/GEMINI.md

📊 Metrics

Metric Value
Platforms 3+
Prompts Growing
License MIT
Status Active

🗺️ Roadmap

  • Initial repository structure
  • Gemini prompts
  • Claude prompts
  • OpenAI prompts
  • Custom configuration examples
  • Integration guides

❓ FAQ

What are agent skills?

System prompts engineered to improve AI behavior and reduce common failure modes.

How do I use these?

Load the skill file as a system prompt when interacting with compatible AI models.

Can I contribute?

Absolutely! Feel free to submit issues and pull requests.

Is this free?

Yes, licensed under MIT.

🤝 Contributing

Feel free to submit issues and pull requests.

📜 Code of Conduct

Be respectful. Be constructive. Be kind.

🌟 Supporters

Thank you to everyone who stars and contributes to this project!

🔗 Links

📄 License

MIT © 2026 aaronaalmendarez


⭐ Star this repo if it helped you!

Made with ❤️ by aaronaalmendarez


⬆ Back to Top


Built for the AI community

About

Library of my own personal collecting of skills and agent instructions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors