Slingr
Official@slingr-stack · Denver Colorado
Slingr is an opensource solutions company.
Agent Skills by Slingr
Showing 43 vetted skills indexed across 1 GitHub repositories.
testing-e2e
Create Playwright end-to-end tests for Drumr applications.
testing-integration
Generate deterministic integration tests for Drumr applications across backend and frontend workflows.
testing-unit
Generate isolated unit tests for Drumr backend and frontend components.
frontend-data-api-hooks
Replace manual Apollo wiring with declarative useApi* data-access hooks for Drumr React components.
backend-actions
Define Drumr backend action contracts for read and write operations.
backend-datasets
Create and load Drumr backend datasets in JSONL format.
frontend-services
Centralize frontend logic into testable service modules and shared providers.
backend-auth
Define backend authentication and authorization rules for Drumr Framework apps.
backend-queues
Configure Drumr workflow queues with concurrency, retries, timeouts, and lifecycle hooks.
backend-datamodels
Define and validate Drumr Framework backend data models with fields, relationships, and permissions.
frontend-field-components
Map Drumr frontend field types to JSX components with context-specific configuration.
frontend-helpers
Standardize Drumr frontend helper usage for navigation, toolbars, and queries.
backend-logging
Standardize structured backend logging with metadata and sensitive data redaction.
frontend-tech-stack
Select frontend stack guidance for React, Apollo Client, and Ant Design Pro tasks.
frontend-app
Organize Drumr frontend application startup with configureApp(app) wiring.
backend-datasources
Configure Drumr backend datasource wiring and direct database access.
frontend-custom-views
Build route-backed custom frontend pages for the Drumr framework.
backend-app
Bootstrap Drumr backend App.ts entry points with lifecycle hooks.
frontend-components
Build Drumr frontend screens with DataForm, DataTable, and toolbar components.
frontend-declarative-config
Configure declarative frontend UI metadata for Drumr models and actions.
frontend-notifications
Select Drumr frontend feedback APIs for messages, modals, and notifications.
backend-context
Access Drumr backend Context and request-scoped metadata safely.
frontend-views
Standardize Drumr React view components with routing, layouts, and GraphQL types.
frontend-layout
Configure Drumr frontend layouts for page shells, navigation, and per-route assignment.
Frequently Asked Questions About Slingr
FAQPage SchemaWhat specific tasks can I perform using the Drumr framework?▼
You can define backend data models, configure GraphQL CRUD operations, build declarative React frontend forms and tables, and orchestrate complex backend services with lifecycle hooks and structured error handling.
Which engineering personas benefit most from these capabilities?▼
Full-stack TypeScript developers and software architects building enterprise-grade applications benefit from the standardized patterns for React frontend components, Apollo Client integration, and Node.js backend service architecture.
What are the primary dependencies for running Drumr applications?▼
Drumr applications rely on a TypeScript stack including Node.js, GraphQL, Express, Apollo Server, Pothos, TypeORM, class-validator, class-transformer, CASL, DBOS, Winston, Jest, and Faker for testing and data generation.