Skip to content

Commit 400b866

Browse files
authored
Merge pull request #1272 from constructive-io/devin/1780767745-add-skills-to-readmes
docs: add npx skills add commands to FOOTER.md and pgpm CLI README
2 parents be025c8 + 212ffbd commit 400b866

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

FOOTER.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
4848

4949
* [constructive-skills](https://github.com/constructive-io/constructive-skills): **📖 Platform documentation and AI agent skills** — feature catalog, blueprint reference, SDK guides (i18n, billing, limits, events, uploads, security, entities, search, AI), and deployment guides.
5050

51+
Install skills for AI coding agents:
52+
53+
```bash
54+
# All platform skills (security, blueprints, codegen, billing, etc.)
55+
npx skills add constructive-io/constructive-skills
56+
57+
# Individual repo skills (pgpm, testing, CLI, search, etc.)
58+
npx skills add https://github.com/constructive-io/constructive --skill pgpm
59+
npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
60+
```
61+
5162
## Credits
5263

5364
**🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**

pgpm/cli/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,3 +454,17 @@ Most commands support these global options:
454454
- `--help, -h` - Show help information
455455
- `--version, -v` - Show version information
456456
- `--cwd <dir>` - Set working directory
457+
458+
## AI Agent Skills
459+
460+
Install the pgpm skill for AI coding agents (Devin, Claude Code, Cursor, Copilot):
461+
462+
```bash
463+
npx skills add https://github.com/constructive-io/constructive --skill pgpm
464+
```
465+
466+
For the full Constructive platform skills (security, blueprints, codegen, billing, etc.):
467+
468+
```bash
469+
npx skills add constructive-io/constructive-skills
470+
```

0 commit comments

Comments
 (0)