awesome-ai-agent-skills
Ready-made workflows for coding, security, data, and business tasks
All Skills in This Repository (91)
Pure Emerald Level Indicatorsdatabase-schema-design
Design normalized relational database schemas and generate SQL DDL scripts.
query-optimization
Analyze EXPLAIN plans and rewrite slow SQL queries for better performance.
database-seeding
Generate and insert reproducible test data into databases with foreign key ordering.
database-migration
Generate, execute, and roll back versioned database schema migrations across Alembic, Prisma, Flyway, and Knex.
database-backup
Automate PostgreSQL, MySQL, and MongoDB backup planning, scheduling, and verification.
exploratory-data-analysis
Perform systematic exploratory data analysis on tabular datasets with pandas and ydata-profiling.
data-visualization
Generate static and interactive charts from structured datasets using matplotlib, seaborn, and plotly.
data-cleaning
Clean datasets with pandas, pyjanitor, and great_expectations.
sql-query-generation
Generate optimized SQL queries from natural language requests.
data-analysis
Analyze structured datasets with Python libraries for statistics and trends.
keyword-research
Analyze seed keywords to generate prioritized SEO strategies with intent classification.
seo-optimization
Analyze on-page elements, assess Core Web Vitals, and generate JSON-LD schema markup.
Frequently Asked Questions
FAQPage SchemaHow to install awesome-ai-agent-skills?โผ
Run `npx skills add seb1n/awesome-ai-agent-skills --all -g -y` in your terminal to install the full library globally. To install a single workflow, use `npx skills add seb1n/awesome-ai-agent-skills --skill agent-evaluation`.
What kinds of tasks does this library cover?โผ
It includes 103 workflows across agent engineering, security testing, databases, DevOps, data analysis, marketing, sales, finance, customer success, and document processing. Each one is a complete SKILL.md file with steps, examples, and edge cases.
Which coding tools are compatible with these skills?โผ
The skills follow the open Agent Skills standard and work with Claude Code, OpenAI Codex, Gemini CLI, Cursor, GitHub Copilot, and Windsurf. The installer detects your tools automatically.
Can I install only the skills I need?โผ
Yes. List everything with `npx skills add seb1n/awesome-ai-agent-skills --list`, then install individual skills by name or pick a curated starter pack like the Production Agent Stack.
Do I need coding experience to use these skills?โผ
No. Once installed, your coding assistant loads the right workflow automatically when you describe a task in plain English, such as auditing a spreadsheet or drafting a sales email sequence.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core