---
title: "agent-skills"
description: "[![Mentioned in Awesome Claude Code](https://awesome.re/mentioned-badge.svg)](https://github.com/hesreallyhim/awesome-claude-code)"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-2-2
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:13.835Z
license: CC-BY-4.0
attribution: "agent-skills — Claudary (https://claudary.paisolsolutions.com/skills/readme-2-2)"
---

# agent-skills
[![Mentioned in Awesome Claude Code](https://awesome.re/mentioned-badge.svg)](https://github.com/hesreallyhim/awesome-claude-code)

## Overview

# agent-skills

[![Mentioned in Awesome Claude Code](https://awesome.re/mentioned-badge.svg)](https://github.com/hesreallyhim/awesome-claude-code)

Reusable skill definitions.

## Available skills

- `prompt-template-wizard`: Turn incomplete feature and bug requests into complete, paste-ready prompt templates.
- `read-only-gh-pr-review`: Review backend pull requests with GitHub CLI and local inspection in strict read-only mode.
- `read-only-postgres`: Run safe, read-only PostgreSQL queries against configured databases.
- `supabase`: Use Supabase for CRUD, SQL, migrations, storage, and vector search workflows.

This list reflects the skill definitions currently tracked in git under `skills/`.

## Symlink a skill into your project

If your project expects skills under `skills/` (adjust paths as needed), symlink the skill directory you want:

```bash
SKILL=read-only-postgres
ln -s "/path/to/agent-skills/skills/$SKILL" "/path/to/your-project/skills/$SKILL"
```

See each skill's `README.md` for a human overview and `SKILL.md` for the full skill instructions.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-2-2) · https://claudary.paisolsolutions.com
