feat: add 6 tooling skills to .agents/skills/#1253
Merged
Conversation
Move tooling skills from constructive-skills and absorb relevant reference docs from constructive-db: - pgpm: PostgreSQL Package Manager + starter-kits, template-authoring, nextjs-app, pgpm-tables, pgpm-export references - constructive-pnpm: PNPM workspace management (copy as-is) - constructive-setup: Monorepo setup + local-dev-setup, local-env, full-pipeline references - constructive-testing: Test frameworks + test-authoring, ci-test-optimization, integration-testing references - constructive-cli: NEW skill for generated CLI commands + codegen reference (extracted from constructive-sdk-graphql) - graphile-search: Unified search plugin (copy as-is) Updated AGENTS.md with Tooling Skills table.
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
- Remove constructive-db-specific refs from testing: ci-test-optimization, integration-testing, test-authoring (belong in constructive-db repo) - Remove generic drizzle-orm.md (490 lines of Drizzle docs, not Constructive-specific) - Remove pgsql-parser-testing.md (pgsql-parser repo has its own skills) - Remove closed-source refs from setup: full-pipeline.md, local-dev-setup.md, local-env.md (reference constructive-services/constructive-local packages) - Update SKILL.md files and AGENTS.md to remove dead references
- Restore local-dev-setup.md and local-env.md with constructive-db package references (constructive-services, constructive-local, dropdb) replaced by pointers to constructive-db-local-env skill - Keep full-pipeline.md removed (was entirely constructive-db oriented) - Add reference table back to setup SKILL.md
Local dev setup now shows the generic workflow: cd /path/to/your-database pgpm deploy --database myapp --createdb --yes Instead of referencing constructive-db internal packages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add 6 tooling-focused agent skills to the constructive monorepo under
.agents/skills/:pgpmconstructive-pnpmconstructive-setupconstructive-testingconstructive-cligraphile-searchUpdates
AGENTS.mdwith a skill table andCLAUDE.mdwith build/test/lint commands.Scope fixes (latest commits):
ci-test-optimization,integration-testing,test-authoring) — those belong in the constructive-db repodrizzle-orm.md(490 lines of Drizzle docs, not Constructive-specific) andpgsql-parser-testing.md(pgsql-parser has its own skills)constructive-services,constructive-local,dropdb) from local dev setup files — replaced with pointers toconstructive-db-local-envskillLink to Devin session: https://app.devin.ai/sessions/87645a809329469bb44833b0c19a58c4
Requested by: @pyramation