avinashkranjan /
Amazing-Python-Scripts
🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
Loading repository data…
KhaledMahfouz5 / repository
A curated collection of production-ready skills for AI coding agents. Includes Brainstorming, Prompt Engineering, Python Pro, Tailwind v4, Skill Creator, and an original UNIX Philosophy skill by Khaled Mahfouz & Dr. Nibras Abu Alzahab.
A curated collection of high-quality, production-ready skills designed to supercharge AI coding agents — particularly Qwen Code, Claude Code, and other agent-based development workflows.
Each skill is a self-contained, modular package that extends your AI agent's capabilities with structured workflows, best practices, and domain-specific expertise.
Turn raw ideas into validated designs before writing a single line of code.
This skill transforms vague concepts into clear, actionable specifications through disciplined reasoning and collaborative dialogue. It prevents premature implementation, hidden assumptions, and misaligned solutions by enforcing a structured design process.
Key features:
Best for: Architecture planning, feature design, system behavior specification, and any high-impact decision-making.
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability.
A comprehensive guide to building production-grade prompts with proven patterns, from few-shot learning to chain-of-thought reasoning and template systems.
Key features:
Best for: Building complex LLM applications, optimizing prompt reliability, designing AI assistant behaviors, and creating reusable prompt templates.
Master Python 3.12+ with modern features, async patterns, performance optimization, and production-ready practices.
Expert-level guidance on the latest Python ecosystem, including uv, ruff, pydantic, FastAPI, and the full spectrum of modern Python development.
Key capabilities:
uv package management, ruff linting/formatting, mypy/pyright type checkingpytest, property-based testing with Hypothesis, coverage analysis, benchmarkingcProfile, py-spy, async optimization, multiprocessing, caching strategiesBest for: Writing production-grade Python, migrating to modern tooling, optimizing async/performance, designing APIs, and building data pipelines.
Create, test, and iteratively improve agent skills with a rigorous evaluation framework.
A meta-skill for building and refining skills themselves. Provides a complete co-development loop: draft → test → evaluate → improve, with quantitative benchmarking and a visual review interface.
Key features:
Best for: Creating new skills from scratch, improving existing skills, measuring skill performance, and optimizing skill descriptions for better triggering accuracy.
Tailwind CSS v4 principles with CSS-first configuration, container queries, and modern design token architecture.
Up-to-date guidance for the latest Tailwind CSS, embracing the Oxide engine, CSS-native configuration, and modern responsive design patterns.
Key features:
@theme configuration (no more tailwind.config.js)Best for: Migrating to Tailwind v4, building responsive components, implementing design systems, and mastering modern CSS utility patterns.
Apply UNIX philosophy principles to any coding or system design conversation.
A design advisor that guides you toward software that does one thing well, composes naturally with other programs, and stays simple enough to understand and change. Based on Eric Raymond's The Art of Unix Programming.
Original skill by Khaled Mahfouz with aid from Dr. Nibras Abu Alzahab.
Key features:
Best for: Code reviews, architecture design, refactoring discussions, simplifying complex systems, and building composable, maintainable software.
Skills can be installed globally (available in every project) or locally (scoped to a single project). Both Qwen Code and GitHub Copilot support custom skills with auto-discovery.
Qwen Code discovers skills from two locations automatically. You can install any or all skills from this collection.
Skills placed in ~/.qwen/skills/ are available across every Qwen Code session, regardless of the project you're working on.
# Clone the repository
git clone https://github.com/fonte-aperta/awesome-agent-skills.git
# Copy all skills to the global directory
cp -r awesome-agent-skills/* ~/.qwen/skills/
# Or install individual skills
cp -r awesome-agent-skills/unix-philosophy ~/.qwen/skills/
cp -r awesome-agent-skills/python-pro ~/.qwen/skills/
Note: Launch Qwen Code with the
--experimental-skillsflag to enable skill discovery and triggering.
Skills placed in .qwen/skills/ at your project root are only available within that specific project. This is ideal for team-shared skills or project-specific workflows.
# Inside your project directory
mkdir -p .qwen/skills
# Copy all skills
cp -r /path/to/awesome-agent-skills/* .qwen/skills/
# Or install individual skills
cp -r /path/to/awesome-agent-skills/tailwind-patterns .qwen/skills/
| Scope | Path | Use When |
|---|---|---|
| Global | ~/.qwen/skills/<skill-name>/SKILL.md | You want the skill everywhere |
| Local | .qwen/skills/<skill-name>/SKILL.md | The skill is project-specific |
GitHub Copilot supports the open Agent Skills standard. Skills are auto-discovered when placed in the correct directory and triggered based on their description field.
# Clone the repository
git clone https://github.com/fonte-aperta/awesome-agent-skills.git
# Copy all skills to the global Copilot skills directory
cp -r awesome-agent-skills/* ~/.copilot/skills/
# Or install individual skills
cp -r awesome-agent-skills/brainstorming ~/.copilot/skills/
Place skills inside .github/skills/ in your repository. These skills are committed to version control and shared with your team.
# Inside your repository
mkdir -p .github/skills
# Copy all skills
cp -r /path/to/awesome-agent-skills/* .github/skills/
# Or install individual skills
cp -r /path/to/awesome-agent-skills/python-pro .github/skills/
Commit
.github/skills/to share with your team — every collaborator gets the same agent capabilities.
| Scope | Path | Use When |
|---|---|---|
| Global | ~/.copilot/skills/<skill-name>/SKILL.md | Personal use across all repos |
| Local | .github/skills/<skill-name>/SKILL.md | Team-shared, repo-specific skills |
Each skill follows a standard layout:
skill-name/
├── SKILL.md # Required — skill definition with frontmatter
├── references/ # Optional — detailed documentation loaded on demand
├── scripts/ # Optional — executable utilities for deterministic tasks
└── assets/ # Optional — templates, examples, static resources
Skills are triggered automatically based on their description field in the YAML frontmatter. The description defines when the skill activates based on user input patterns, keywords, and context.
To use a skill explicitly, mention its purpose in your prompt:
Want everything at once?
# Qwen Code — Global
git clone https://github.com/fonte-aperta/awesome-agent-skills.git
cp -r awesome-agent-skills/* ~/.qwen/skills/
# GitHub Copilot — Global
cp -r awesome-agent-skills/* ~/.copilot/skills/
# GitHub Copilot — Local (in your repo)
cp -r awesome-agent-skills/* .github/skills/
| Skill | Domain | Complexity | Best For |
|---|---|---|---|
| Brainstorming | Architecture & Design | Medium | Planning before coding |
| Prompt Engineering | LLM Optimization | Medium | Building better prompts |
| Python Pro | Python Development | High | Production Python |
| Skill Creator | Meta (Skill Building) | High | Creating & testing skills |
| Tailwind Patterns | CSS / Frontend | Medium | Modern Tailwind v4 |
| Unix Philosophy | Design Principles | Low–Medium | Code quality & architecture |
We welcome contributions! To add a new skill:
description for triggeringSee skill-creator/SKILL.md for detailed instructions on creating and evaluating skills.
This project is licensed under
Selected from shared topics, language and repository description—not editorial ratings.
avinashkranjan /
🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
Sumanth077 /
A curated collection of practical AI projects implementing OCR systems, RAG, AI agents, and other AI use cases.
cpinitiative /
A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.
ddotta /
A curated list of Polars talks, tools, examples & articles. Contributions welcome !
certifi /
(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.
ygzgxyz /
Awesome Sphinxdoc is a curated collection of valuable resources for Sphinx