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

logos-dev-boost

logos-dev-boost 收录了来自 logos-co 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
5
更新
2026-06-14
Forks
3
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

create-full-app
软件开发工程师

Create a Logos full app — a combined module + UI app project in a single root directory

2026-06-14
create-universal-module
软件开发工程师

Activate when creating a new Logos module with the universal C++ interface. Covers scaffolding, metadata.json, flake.nix with code generator, CMakeLists.txt, and the pure C++ impl header.

2026-06-14
nix-flake-setup
软件开发工程师

Activate when configuring Nix flake.nix for a Logos module. Covers flake inputs, follows declarations, preConfigure for code generation, mkLogosModule, overrides for local development, and workspace integration.

2026-06-14
package-lgx
软件开发工程师

Activate when packaging a Logos module or UI app for distribution as an LGX package. Covers lgx create, adding platform variants, verification, portable builds, and installation via lgpm.

2026-06-14
testing-modules
软件质量保证分析师与测试员

Activate when writing tests for Logos modules. Covers the logos-test-framework (LOGOS_TEST macros, LogosTestContext, module mocking, C library mocking, event testing), logos_test() CMake integration, logoscore integration tests, and Nix check configuration.

2026-06-14
wrap-external-lib
软件开发工程师

Activate when wrapping an external C or C++ library as a Logos universal module. Covers external_libraries in metadata.json, flake input configuration, extern C includes, and the Go library special case.

2026-06-14
add-to-workspace
软件开发工程师

Activate when registering a new module in the logos-workspace. Covers adding git submodules, flake.nix inputs with follows declarations, scripts/ws REPOS array, repo groups, and dep-graph.nix regeneration.

2026-06-05
inter-module-comm
软件开发工程师

Activate when implementing inter-module communication in Logos. Covers LogosAPI::callModule(), LogosResult handling, dependency declaration in metadata.json, generated client stubs, and the QML bridge.

2026-06-05
create-ui-app
软件开发工程师

Activate when creating a Logos Basecamp UI app with IComponent, C++ backend, and QML frontend. Covers the plugin class, QObject backend, QML entry point, and the C++/QML boundary.

2026-04-02