agent-skills
Reusable Claude skills collection — extends agents with prompt templates, GitHub PR review, PostgreSQL, and Supabase
A collection of reusable Claude skills designed to extend agent capabilities with common development workflows. It includes skills for generating prompt templates, performing read-only GitHub PR reviews, executing safe PostgreSQL queries, and interacting with Supabase. Skills are symlinked into your project's `skills/` directory for easy integration.
- Generates complete prompt templates from feature/bug requests
- Reviews GitHub PRs in read-only mode using GitHub CLI
- Executes safe, read-only PostgreSQL queries against databases
- Manages Supabase CRUD, SQL, migrations, storage, and vector search
README
View on GitHub ↗agent-skills
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:
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.
Similar claude code skills
ui-ux-pro-max-skill
Design System Generator for Claude Code — creates tailored UI/UX design systems from project requirements
caveman
Claude Code skill for token reduction — transforms agent output into terse 'caveman' speech, cutting 75% of tokens
antigravity-awesome-skills
Claude skill library — 1,400+ agentic playbooks for coding assistants and AI IDEs
scientific-agent-skills
Scientific agent skills for research — transforms your AI agent into a research assistant across biology, chemistry, and medicine