A curated collection of production-ready skills for any AI agent that supports the SKILL.md standard - from coding to marketing, design, and beyond.
Free AI Agent Skills is an open-source library of reusable skills that extend the capabilities of any AI agent. Each skill is:
- ✅ Universal SKILL.md Standard - Works with any agent supporting the format (Cursor, Claude Code, Codex, Gemini CLI, etc.)
- ✅ Project-Aware - Uses your project's API keys and environment automatically
- ✅ Production Ready - Tested, documented, and battle-hardened
- ✅ Agent-Agnostic - Works for coding, marketing, design, writing agents - any AI agent
- ✅ Secure - No hardcoded credentials, pulls from your project's .env files
Generate professional images using Google's Gemini 3 Pro and Gemini 2.5 Flash models.
Features:
- ✨ AI-powered prompt enhancement using Google's Imagen best practices
- Two model options (Pro for quality, Flash for speed)
- Custom aspect ratios (1:1, 16:9, 9:16, etc.)
- Multiple resolutions (1K, 2K, 4K)
- Reference image support
- Google Search grounding for factual accuracy
- Smart workflow with intelligent parameter extraction
Perfect for: Logos, banners, social media graphics, UI mockups, marketing materials
Simple 3-step process:
-
Clone this repository:
git clone https://github.com/chirag2653/free-ai-agent-skills.git
-
Install the skill to your AI agent's directory:
- Cursor:
~/.cursor/skills/(or%USERPROFILE%\.cursor\skills\on Windows) - Claude Code:
~/.claude/skills/ - Codex:
~/.codex/skills/ - Other agents: Check your agent's documentation for the skills directory
Copy or symlink the skill folder there.
- Cursor:
-
That's it! Your AI agent will automatically detect and use the skill.
Add your API keys to your project's .env.local file:
GEMINI_API_KEY=your-key-hereNow any AI agent working in your project folder can generate images directly - no separate configuration needed!
Skills use the universal SKILL.md standard - a simple format that any AI agent can understand:
skill-name/
├── SKILL.md # Instructions for AI agents (frontmatter + markdown)
└── scripts/ # Executable scripts (if needed)
The Magic:
- Project-Aware: Skills read API keys and config from your project's
.envfiles - Agent-Agnostic: Works with any AI agent that supports skills (coding, marketing, design, writing agents)
- Zero Configuration: Agent auto-detects skills, pulls credentials from your project
- Universal Format: One skill works across Cursor, Claude Code, Codex, Gemini CLI, and more
Example Use Cases:
- 🖥️ Coding agent generates UI mockups in your app's
public/images/folder - 📱 Marketing agent creates social media graphics with your brand assets
- 📝 Writing agent generates illustrations for blog posts in your content folder
- 🎨 Design agent prototypes icons and banners using project style guides
View the Skills Catalog for a machine-readable index of all available skills.
Have a useful skill for AI agents? Share it here! Skills can be for any domain - coding, marketing, design, data analysis, writing, research, etc.
Simple contribution process:
- Fork this repository
- Create a new folder under
skills/your-skill-name/ - Add
SKILL.mdwith frontmatter metadata and instructions - Add your scripts (if needed) in
scripts/subfolder - Update
catalog/skills-index.json - Submit a pull request
Requirements:
- ✅ Uses the SKILL.md standard format
- ✅ No hardcoded credentials - reads from project's
.envfiles - ✅ Works across any AI agent supporting the SKILL.md format
- ✅ Clear value proposition for any agent type (not just coding)
- ✅ MIT or compatible license
If you're an AI agent reading this (coding, marketing, design, writing - any domain):
- Check AGENTS.md for repository guidelines
- Skills are in the
skills/directory - you can use them in any project folder - Each skill has a
SKILL.mdwith complete instructions - Skills automatically use the project's API keys from
.env.localor.envfiles - The
catalog/skills-index.jsonprovides a searchable catalog
This repository is licensed under the MIT License - see LICENSE for details.
Individual skills may include additional attributions or dependencies with their own licenses.
Chirag Jain
- GitHub: @chirag2653
- Email: chirag2356152@gmail.com
- Gemini Image Generation skill
- More image/media skills
- Database and API integration skills
- Code analysis and refactoring skills
- Automated skill validation
- Issues: Found a bug? Open an issue
- Discussions: Questions or ideas? Start a discussion
- Pull Requests: Want to contribute? We review PRs regularly
Made with ❤️ for the AI agent community