Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

lokstra

lokstra 收录了来自 primadi 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
14
Stars
8
更新
2026-02-03
Forks
1
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

advanced-lokstra-middleware
软件开发工程师

Create custom middleware for request/response filtering, logging, authentication, and authorization. Use after framework setup to add cross-cutting concerns.

2026-02-03
advanced-lokstra-tests
软件质量保证分析师与测试员

Create unit tests, integration tests, and mocks for Lokstra handlers and services. Use after all implementation code is complete for comprehensive testing coverage.

2026-02-03
advanced-lokstra-validate-consistency
软件开发工程师

Validate application consistency - circular dependencies, schema validation, config checks, annotation validation, and service registration. Use after all code is implemented to identify issues before deployment.

2026-02-03
lokstra-api-specification
软件开发工程师

Generate OpenAPI-style API specifications for Lokstra modules. Creates detailed endpoint definitions with request/response schemas, validation rules, error codes, and examples. Use after module requirements are approved.

2026-02-03
lokstra-brd-generation
市场营销经理

Generate Business Requirements Document (BRD) for new Lokstra projects. Use when starting a new project or adding major features to establish clear, stakeholder-approved requirements before implementation. Asks clarifying questions and produces versioned BRD.

2026-02-03
lokstra-module-requirements
计算机系统分析师

Generate module-specific requirements from approved BRD for Lokstra projects. Breaks down business requirements into bounded contexts (DDD modules) with detailed functional requirements, use cases, and acceptance criteria. Use after BRD approval.

2026-02-03
lokstra-overview
软件开发工程师

Provides foundational understanding of Lokstra Framework architecture, design principles, annotation-based code generation, and decision-making guidelines for AI agents building Go web applications. Use when starting any Lokstra project or when agents need framework context.

2026-02-03
lokstra-schema-design
数据库架构师

Generate PostgreSQL database schemas for Lokstra modules. Creates tables, indexes, constraints, triggers, and migration files. Use after module requirements and API specs are approved to design data layer.

2026-02-03
implementation-lokstra-create-handler
软件开发工程师

Create @Handler annotated HTTP endpoint services. Generate handler structs with @Route decorators, dependency injection, request/response handling, and auto-validation. Use after API specifications are approved to implement business logic endpoints.

2026-02-03
implementation-lokstra-create-migrations
数据库管理员

Create SQL migration files for database schema. Generate .up.sql and .down.sql files using Lokstra CLI. Supports single and multi-database setups with migration.yaml configuration.

2026-02-03
implementation-lokstra-create-service
软件开发工程师

Create @Service annotated infrastructure services. Generate repository implementations, data access objects, and service factory functions with dependency injection. Use after database schema is designed to implement data persistence layer.

2026-02-03
implementation-lokstra-generate-http-files
软件开发工程师

Generate .http client files for testing API endpoints. Create executable HTTP requests with environment variables, request/response examples, and curl equivalents. Use after API specification is finalized for quick endpoint testing.

2026-02-03
implementation-lokstra-init-framework
软件开发工程师

Initialize Lokstra Framework in main.go. Setup lokstra_init.BootstrapAndRun(), service registration, and configuration loading. Use after design-lokstra-overview to create working application entry point.

2026-02-03
implementation-lokstra-yaml-config
软件开发工程师

Create and manage multi-file YAML configuration in configs/ folder. Auto-merge multiple YAML files, environment variable substitution, service definitions, and deployment configurations. Use after design-lokstra-schema-design to set up application configuration.

2026-02-03