{"id":43428503,"url":"https://github.com/constructive-io/constructive-skills","last_synced_at":"2026-02-02T19:12:49.060Z","repository":{"id":334399416,"uuid":"1138048093","full_name":"constructive-io/constructive-skills","owner":"constructive-io","description":"Skills for Constructive","archived":false,"fork":false,"pushed_at":"2026-01-25T00:58:33.000Z","size":314,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-25T02:00:19.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://constructive.io","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/constructive-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-20T07:13:42.000Z","updated_at":"2026-01-25T00:58:37.000Z","dependencies_parsed_at":"2026-01-25T02:00:22.816Z","dependency_job_id":null,"html_url":"https://github.com/constructive-io/constructive-skills","commit_stats":null,"previous_names":["constructive-io/constructive-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/constructive-io/constructive-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constructive-io%2Fconstructive-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constructive-io%2Fconstructive-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constructive-io%2Fconstructive-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constructive-io%2Fconstructive-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/constructive-io","download_url":"https://codeload.github.com/constructive-io/constructive-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constructive-io%2Fconstructive-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29017941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T18:51:31.335Z","status":"ssl_error","status_checked_at":"2026-02-02T18:49:20.777Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-02T19:12:48.367Z","updated_at":"2026-02-02T19:12:49.053Z","avatar_url":"https://github.com/constructive-io.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Constructive Skills\n\n\u003cp align=\"center\" width=\"100%\"\u003e\n  \u003cimg height=\"150\" src=\"https://raw.githubusercontent.com/constructive-io/constructive/refs/heads/main/assets/logo.svg\" /\u003e\n\u003c/p\u003e\n\nA collection of skills for AI coding agents working with Constructive tooling. Skills are packaged instructions that extend agent capabilities for PostgreSQL development, GraphQL workflows, and monorepo management.\n\nSkills follow the [Agent Skills](https://agentskills.io/) format.\n\n## Available Skills\n\n### PGPM (PostgreSQL Package Manager)\n\n| Skill | Description |\n|-------|-------------|\n| `pgpm-cli` | Complete CLI reference for all pgpm commands |\n| `pgpm-workspace` | Create and manage pgpm workspaces |\n| `pgpm-changes` | Author database changes with deploy/revert/verify |\n| `pgpm-dependencies` | Manage module dependencies |\n| `pgpm-docker` | Manage PostgreSQL Docker containers |\n| `pgpm-env` | Manage PostgreSQL environment variables |\n| `pgpm-testing` | Run PostgreSQL integration tests |\n| `pgpm-publishing` | Publish @pgpm/* SQL modules to npm |\n| `pgpm-troubleshooting` | Common issues and solutions |\n\n### Database Testing (pgsql-test)\n\n| Skill | Description |\n|-------|-------------|\n| `pgsql-test-rls` | Test Row-Level Security policies |\n| `pgsql-test-seeding` | Seed test databases with loadJson/loadSql/loadCsv |\n| `pgsql-test-exceptions` | Handle aborted transactions in tests |\n| `pgsql-test-snapshot` | Snapshot testing utilities (pruneIds, pruneDates) |\n\n### Drizzle ORM\n\n| Skill | Description |\n|-------|-------------|\n| `drizzle-orm` | Schema design patterns and query building |\n| `drizzle-orm-test` | Test PostgreSQL with Drizzle ORM |\n\n### GraphQL\n\n| Skill | Description |\n|-------|-------------|\n| `graphql-codegen` | Generate typed SDK from PostGraphile endpoints |\n| `constructive-graphql-codegen` | React Query hooks and ORM client generation |\n\n### PNPM Workspaces\n\n| Skill | Description |\n|-------|-------------|\n| `pnpm-workspace` | Create and configure PNPM monorepos |\n| `pnpm-publishing` | Publish TypeScript packages with makage |\n| `monorepo-management` | Best practices for large PNPM monorepos |\n\n### pgvector and RAG\n\n| Skill | Description |\n|-------|-------------|\n| `pgvector-setup` | Set up pgvector for vector storage in PostgreSQL |\n| `pgvector-embeddings` | Generate and store vector embeddings with Ollama |\n| `pgvector-similarity-search` | Perform semantic similarity search with pgvector |\n| `rag-pipeline` | Build complete RAG pipelines with pgvector and Ollama |\n| `ollama-integration` | Integrate Ollama for local LLM inference |\n\n### CI/CD and Configuration\n\n| Skill | Description |\n|-------|-------------|\n| `github-workflows-pgpm` | GitHub Actions for database testing |\n| `github-workflows-ollama` | GitHub Actions for Ollama and pgvector testing |\n| `environment-configuration` | Configure environments with @pgpmjs/env |\n\n### Other\n\n| Skill | Description |\n|-------|-------------|\n| `pgsql-parser-testing` | Test the pgsql-parser repository |\n| `supabase-test` | Test Supabase applications |\n| `readme-formatting` | Format READMEs with Constructive branding |\n| `constructive-functions` | Cloud functions with PGPM |\n\n## Usage\n\nSkills are automatically available to AI agents once installed. The agent will use them when relevant tasks are detected.\n\n**Examples:**\n```\nDeploy my database changes with pgpm\n```\n```\nWrite a test for my RLS policy\n```\n```\nGenerate GraphQL hooks for my PostGraphile endpoint\n```\n\n## Skill Structure\n\nEach skill contains:\n- `SKILL.md` — Instructions for the agent following the Agent Skills format\n- `references/` — Supporting documentation loaded on-demand (optional)\n\n## Development\n\nSee [AGENTS.md](./AGENTS.md) for guidance on creating new skills for this repository.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstructive-io%2Fconstructive-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconstructive-io%2Fconstructive-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstructive-io%2Fconstructive-skills/lists"}