AI Agent Skills Repository
A collection of specialized skills for enhancing AI agent capabilities.
AI Agent Skills Repository
Welcome to this collection of specialized skills and workflows for AI agents. These skills are designed to extend an agent's capabilities with highly specific context, domain knowledge, and standard operating procedures.
Repository Structure
.
├── skills/ # Core directory containing all skill packages
│ ├── foundry-contract-dev/
│ │ ├── SKILL.md
│ │ └── ...
│ └── generate-refine-prompts/
│ ├── SKILL.md
│ └── ...
├── README.md
└── LICENSE
Each skill folder contains a SKILL.md file which acts as the main entry point and instruction set for the AI agent, along with any relevant scripts, reference documents, and configuration files.
Available Skills
| Skill Name | Description |
|---|---|
| foundry-contract-dev | Comprehensive Foundry smart contract development skill. Includes code styles, naming conventions, contract structure, security guidelines, testing patterns, and gas optimization. |
| generate-refine-prompts | Workflows to generate, critique, and iteratively refine production prompts for AI agents, featuring explicit role boundaries, tool-calling contracts, and output formats. |
Usage
To integrate these skills into your workflow:
- Clone this repository:
git clone https://github.com/yourusername/skills.git - Copy the desired skill directories from the
skills/folder into your local agent's skills configuration directory (e.g.,~/.gemini/antigravity/skills/). - Ensure your AI agent is configured to parse and utilize the
SKILL.mdformat.
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check out the issues page if you want to contribute.
License
This project is licensed under the MIT License.