zerobias.org
Official@zerobias-org
Standardized TypeScript development framework enforcing strict OpenAPI specifications, modular architecture, and multi-gate quality assurance for enterprise-grade software engineering.
Agent Skills by zerobias.org
Showing 57 vetted skills indexed across 2 GitHub repositories.
create-product
Create product packages in the ZeroBias catalog with dependency checks and Git commits.
openapi-schemas
Enforce OpenAPI schema rules 14-24 for consistent API specifications.
failure-criteria
Enforces predefined stop conditions across builds, tests, APIs, and dependencies.
openapi-foundations
Enforce ten core OpenAPI rules for servers, naming, and parameters.
http-mocking
Mock HTTP interactions in unit tests using the nock library.
completion-criteria
Validate software feature completion against quality gates for API, code, tests, build, and dependencies.
impl-wrapper
Define an Impl-Client wrapper pattern with Impl as a delegating façade.
monorepo-structure
Define standard monorepo module layouts with package/{vendor}/{module} paths.
core-type-mapping
Map OpenAPI string formats to TypeScript core and provider types.
validation-automation
Automate quality-gate validation for software deployments with a shell script.
security-standards
Enforce secure credential handling and authentication practices across software projects.
documentation-standards
Enforce YAML frontmatter and three-section documentation structure for Skill Units.
module-exports
Enforce factory-based exports and complete type re-exports for TypeScript libraries.
spectral-linting
Lint OpenAPI specs with Spectral using a .spectral.yml configuration.
pagination-implementation
Implement offset/limit and token-based LIST pagination with PagedResults mapping.
gate-4b-integration-tests
Validate integration test suites for no-hardcoding and credential handling.
build-standards
Enforce linting, compilation, and test gates for monorepo modules.
client-responsibilities
Design a Client for connection lifecycle while producers handle API operations.
agent-invocation
Coordinate dedicated AI agents sequentially with @agent-name invocation syntax.
tool-commands
Standardize module development workflows with curated commands for scaffolding, building, and validation.
gate-4a-unit-tests
Validate TypeScript unit-test suites for nock-only HTTP mocking and project standards.
manage-localmemory
Stores and retrieves JSON phase outputs in a hidden .localmemory directory without git-tracking.
data-mapping
Transform raw API payloads into strongly-typed internal models with validation and type mapping.
required-tools
Define required tool versions and validation scripts for Node.js, npm, Git, Java, and Yeoman environments.
Frequently Asked Questions About zerobias.org
FAQPage SchemaWhat specific tasks are enabled by these standards?▼
These standards enable automated OpenAPI specification validation, TypeScript interface generation, and multi-stage quality gate enforcement. They facilitate consistent module scaffolding, standardized HTTP client implementation, and rigorous unit/integration testing protocols to ensure production-readiness.
Which personas benefit from these development standards?▼
Software engineers, backend developers, and technical architects benefit from these standards. They are designed for teams requiring strict consistency in TypeScript monorepos, API contract enforcement, and repeatable build-to-release quality assurance processes.
What are the prerequisites for implementing these standards?▼
Implementation requires a Node.js environment with npm, Git, and Java installed. Projects must adhere to the defined monorepo structure and utilize the specified Yeoman generators for scaffolding, alongside local .env files for credential management.