Skip to main content
Run any Skill in Manus
with one click
GitHub repository

solvcon

solvcon contains 7 collected skills from solvcon, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
7
Stars
68
updated
2026-07-16
Forks
67
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

cpp-style-review
software-quality-assurance-analysts-and-testers

Apply solvcon's judgment-call C++ style rules (m_ prefix, class/struct/namespace ending marks, function-body placement, SimpleCollector preference, pybind11 binding split, const_cast) to changed lines in cpp/ or gtests/. Use after editing C++ sources.

2026-07-16
python-style-review
software-quality-assurance-analysts-and-testers

Apply solvcon's judgment-call Python style rules (naming, project conventions, test intent) to changed lines in solvcon/ or tests/. Use after editing Python sources.

2026-07-13
worktree
software-developers

Enter an isolated git worktree and do the task there. Use when the user wants to avoid polluting the main working tree.

2026-07-11
create-pr
software-developers

Open a solvcon pull request that follows the project PR protocol (concise subject, clear description, "related to

2026-07-02
prototype-with-devplan
software-developers

Draft prototype on a personal fork paired with a served development-plan doc, keeping the upstream repository clean.

2026-07-02
serve-docs
software-developers

Build the solvcon Sphinx docs and serve them on specified network with guaranteed teardown when the Claude session ends. Use when the user asks to build and serve the documentation, preview the docs, or share the rendered docs online.

2026-06-27
commit-code
software-developers

Commits changes the solvcon way -- splits work into one-concern commits, lints first, stages exact paths, and writes STYLE.md-conformant messages (imperative subject, no semantic prefixes, no closing keywords, human-authored). Use when the user asks to commit, split work into commits, organize or rewrite commit history, or write a commit message.

2026-06-27