rsdickerson
@rsdickerson
19
Published Tools
0
Total Stars
0
Weekly Downloads
Published Tools
19 Skillsacross 4 categories@hstm-labs/aamf
rsdickerson
Autonomous Application Modernization Framework
@hstm-labs/forge-common
rsdickerson
Shared foundation for the Forge monorepo β core type definitions, structured error model, JSON logger, configuration validation, SQLite persistence, and LLM adapter abstractions.
@hstm-labs/forge-architect
rsdickerson
Architecture generation stage for Forge β produces component design, module breakdown, data model entities, and technology decisions from a validated specification.
@hstm-labs/forge-apps-generator
rsdickerson
Apps (UI) layer generation stage for Forge β produces pages, components, layouts, forms, and navigation for web/ and mobile-web/ from specification workflows, architecture, and services (API) output.
@hstm-labs/forge-security-generator
rsdickerson
Security layer generation stage for Forge β produces authentication models, RBAC configurations, security middleware, input validation rules, and security headers from architecture output.
@hstm-labs/forge-seed-data
rsdickerson
Seed data generation stage for Forge β produces deterministic seed data files and ORM seed scripts from architecture output, ensuring reproducible data seeding via `randomSeed=42`.
@hstm-labs/forge-infra-generator
rsdickerson
Infrastructure configuration generation stage for Forge β produces Dockerfiles, compose configs, CI pipelines, database scripts, environment files, and configuration from architecture output.
@hstm-labs/forge-services-generator
rsdickerson
Services layer generation stage for Forge β produces API (delivery), Application (use cases, DTOs), Domain (entities, value objects), and Infrastructure artifacts from architecture output. Emits artifacts under the four-layer pattern: Api/, Application/,
@hstm-labs/forge-core
rsdickerson
Pipeline orchestration engine for Forge β manages stage execution, dual execution modes (API/Agent), run lifecycle, resume logic, artifact integrity verification, and progress reporting.
@hstm-labs/forge-reviewer
rsdickerson
Multi-pass AI code review stage for Forge β performs file-level, cross-file, spec-alignment, and synthesis review passes across all generated artifacts, producing structured findings with severity and remediation guidance.
@hstm-labs/forge-verifier
rsdickerson
Specification compliance verification and automated test generation for Forge β maps requirements to artifacts, calculates coverage scores, detects gaps, incorporates review findings, and generates test files from acceptance criteria.
@hstm-labs/forge-deliverer
rsdickerson
Output packaging and delivery for Forge β merges artifacts from all generation stages, validates self-containment, creates compressed archives, and writes deliverables to configurable targets.
@hstm-labs/forge-cli
rsdickerson
Command-line interface for Forge β built with Commander.js, providing interactive workspace initialization, pipeline execution, compliance verification, output delivery, and run status reporting.
@hstm-labs/forge-profiles
rsdickerson
Technology profile management for Forge β defines, validates, and loads technology stack profiles that configure code generation behavior across the pipeline.
@hstm-labs/forge-api-generator
rsdickerson
API layer generation stage for Forge β produces endpoint definitions, request/response handlers, type definitions, and API contracts from architecture output.
@hstm-labs/forge-run
rsdickerson
Post-deliver stage that updates root `package.json` scripts and optionally runs the dev stack for verification.
@hstm-labs/forge-ui-generator
rsdickerson
UI component generation stage for Forge β produces page definitions, reusable components, layouts, forms, navigation, and routing from architecture output.
@hstm-labs/forge-spec-parser
rsdickerson
Specification parsing and validation for Forge β reads product specifications in Markdown, YAML, or JSON format and produces a canonical `ParsedSpecification` model with completeness scoring and cross-reference validation.
@hstm-labs/forge-templates
rsdickerson
Handlebars prompt template engine for Forge β loads, resolves, and renders prompt templates with workspace-level override support and parameter validation.