npx claudepluginhub pgedge/pgedge-skillspgEdge Claude Code skills collection
A Claude Code plugin providing pgEdge-specific skills for documentation writing, and more to come.
Install the plugin with the following commands in Claude Code:
/plugin marketplace add pgEdge/pgedge-skills
/plugin install pgedge-skills@pgedge-skills
Documentation writing skill that:
The skill activates automatically when you work on documentation tasks. You can also invoke it explicitly:
/pgedge-skills:pgedge-docs
Scaffolding a new docs site:
Set up MkDocs documentation scaffolding for the pgEdge Vectorizer
project in ~/git/vectorizer. The docs should cover installation,
configuration, usage, and a function reference.
Reviewing existing docs:
Review the docs/ directory for style compliance. Check line length,
heading structure, list formatting, and product name usage, and fix
any issues you find.
Documenting a new feature:
Document the new cache_stats view for Spock. It exposes total
entries, expired entries, cache size in MB, and average access
count. Add it to the existing monitoring page and update the
changelog.
PostgreSQL psql skill that:
psql command-line tool.The skill activates automatically when working with PostgreSQL
databases via psql. You can also invoke it explicitly:
/pgedge-skills:pgedge-psql
For more information, visit docs.pgedge.com.
To report an issue, visit: github.com/pgEdge/pgedge-skills/issues.
This project is licensed under the PostgreSQL License.