OreStudio
Official@orestudio
Offers standardized scaffolding, architectural modeling, and lifecycle management for C++ enterprise systems, Qt interfaces, and temporal SQL database schemas.
Agent Skills by OreStudio
Showing 36 vetted skills indexed across 1 GitHub repositories.
plantuml-er-modeler
Generate a PlantUML ER diagram from the ORE Studio SQL schema.
component-model-creator
Generate org-mode component models and PlantUML diagrams for Ore Studio components.
new-sprint-skill
Update sprint backlog files, version strings, and CI configuration for a new Agile sprint.
skill-creator
Create Claude Code skills with standardized SKILL.md frontmatter and deployment steps.
http-entity-creator
Generate HTTP CRUD endpoints for domain entities in ores.http.server.
wt-entity-creator
Generate WT UI scaffolds for domain entities in Ore Studio.
system-architect
Analyze system architecture and generate incremental migration plans from PlantUML diagrams.
ores-http-recipes
Compare API route definitions against HTTP recipe documentation to detect mismatches.
pr-manager
Generate pull request summaries from commits and manage PR creation and merging via GitHub CLI.
agile-product-owner
Create and prioritize user stories across ORE Studio sprint and product backlogs.
semi-autonomous-developer
Automate story implementation with tests, commits, and pull request preparation.
ores-shell-recipes
Compare shell command sources to doc/recipes/shell_recipes.org and update recipes.
cmake-runner
Run CMake presets to configure, build, test, and deploy ORE Studio projects.
plantuml-class-modeler
Generate PlantUML class diagrams from ORE Studio C++ components.
domain-type-creator
Scaffold domain types with JSON I/O, table I/O, and repository support.
qt-entity-creator
Generate Qt UI scaffolding for new domain entities in Ore Studio.
sql-schema-creator
Create temporal SQL schemas with triggers and population scripts for ORE Studio.
pr-summary-generator
Generate a PR title and overview from current branch commits.
code-review-component
Audit software components for technical debt and convention violations.
binary-protocol-developer
Extend the ORE Studio binary messaging protocol with versioned message types and tests.
recipe-author
Create and update ORE Studio topic recipes aligned with source documentation.
test-failure-investigator
Parse test result XML files and logs to diagnose failing unit tests.
shell-entity-creator
Create shell commands for domain entities across three development phases.
cli-entity-creator
Generate CLI command scaffolds for new domain entities in ores.cli.
Frequently Asked Questions About OreStudio
FAQPage SchemaWhat specific development tasks are enabled by these skills?▼
These skills enable rapid scaffolding of domain entities, generation of PlantUML class and ER diagrams, creation of Catch2 unit test skeletons, and management of temporal SQL schemas. They also facilitate the synchronization of source code with technical documentation recipes and the generation of sprint-based release notes.
Which personas benefit most from this skill registry?▼
System architects, C++ software engineers, and technical product owners working within the OreStudio ecosystem benefit most. These skills are designed for developers maintaining complex enterprise software, requiring strict adherence to internal conventions for UI scaffolding, binary messaging protocols, and agile sprint backlogs.
What are the primary prerequisites for implementing these skills?▼
Implementation requires an existing OreStudio project structure, specifically utilizing CMake for build configurations and a repository following the defined ORE Studio directory layout. Users must have access to the local codebase to allow the skills to parse C++ components, SQL schemas, and existing documentation recipes.