AI Agents Public banner
vasilyu1983 vasilyu1983

AI Agents Public

Testing community

Description

Production-grade agent skills and Custom GPT prompts for ChatGPT, Claude Code, and Codex. 140 skills, 28 agents, Agent Skills spec compliant.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AI Agents Library

Production-Ready AI Agent Prompts & Skills

**28 Custom GPT agents** and **140 agent skills** for ChatGPT, Claude Code, and Codex.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Custom GPTs](https://img.shields.io/badge/Custom%20GPTs-28-blue)](./custom-gpt) [![Skills](https://img.shields.io/badge/Skills-140-purple)](./frameworks/shared-skills) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)

[Quick Start](#quick-start) • [Skills](#agent-skills) • [Custom GPTs](#custom-gpt-agents) • [Contributing](#contributing)


What's Inside

Agent skills are portable instruction sets that teach AI agents how to execute domain work well — each is a directory with a `SKILL.md` entry point (YAML frontmatter + routing), progressive-disclosure references, and self-contained scripts and data.

Two things, usable independently:

Quick Start

git clone https://github.com/vasilyu1983/AI-Agents-public.git
cd AI-Agents-public

# One skill
ln -s "$PWD/frameworks/shared-skills/skills/ai-rag" ~/.claude/skills/ai-rag

# All of them
for s in frameworks/shared-skills/skills/*/; do
  ln -s "$PWD/$s" ~/.claude/skills/"$(basename "$s")"
done

Symlinks mean edits take effect immediately — no re-sync step.

For a Custom GPT: open `custom-gpt///01_*.md`, paste into the GPT builder's Instructions field, and attach the sibling `02_sources-*.json` as Knowledge if present.

Agent Skills

Family Count Covers
software-* 34 Backend