orchid-orm
AI-assisted development workflow for the Orchid ORM TypeScript codebase
All Skills in This Repository (14)
Pure Emerald Level Indicatorsresearch
Research Orchid ORM features by integrating GitHub and authoritative sources.
variants
Generate user-facing solution variants for Orchid ORM ideas from research and documentation.
code-doc
Generate internal documentation for Orchid ORM from code and specifications.
implemenation-note
Generate technical implementation notes from change idea files and update tasks.
changeset
Automate release changeset creation with scoping and release type classification.
spec
Write Orchid ORM feature specifications and task lists from command-line arguments.
select-variant
Select feature variants and generate selected-variant.md documents in Orchid ORM projects.
repro
Automates creation of failing test cases for Orchid ORM issues from GitHub.
task
Automate task execution and verification in software development workflows.
write-about
Generate about.md documentation for Orchid ORM features from code analysis.
refine
Resolve questions and synchronize feature design documents during collaborative refinement.
ideas
Generate prioritized user-facing ideas from research.md documents.
Frequently Asked Questions
FAQPage SchemaHow to install orchid-orm?โผ
Run `npx skills add romeerez/orchid-orm --all -g -y` in your terminal to install all skills in this suite globally.
What is Orchid ORM used for?โผ
Orchid ORM is a fully type-safe TypeScript ORM and query builder for PostgreSQL, with migrations, relations, and validation integrations. This skill suite helps AI agents contribute features and fixes to that codebase.
How do the Orchid ORM agent skills work?โผ
Each skill handles one step of the development workflow, such as researching a feature, writing a spec, building a task list, or creating a release changeset. Your agent follows the matching skill based on your plain-English prompt.
Can AI agents reproduce Orchid ORM bugs automatically?โผ
Yes. The repro skill reads a GitHub issue and creates an isolated failing test file so bugs are verified before any fix is attempted.
Do these skills work with Claude Code and other AI agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, OpenClaw, Cursor, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core