libuipc
GPU physics simulation builds, tests, profiling, and PR workflows
All Skills in This Repository (17)
Pure Emerald Level Indicatorscommit
Create conventional git commits with staged changes and optional push.
github-pr
Create standardized GitHub pull requests with titles, labels, and reviewers.
simulation-dev
Provides best practices for simulation code correctness, stability, and debuggability across CPU/GPU paths.
cursor-rules
Add or edit Cursor rules with standardized placement and YAML frontmatter.
commit-convention
Apply Conventional Commits format with type, scope, and description to new commits.
xmake-workflow
Automate LibuIPC builds and tests using XMake commands.
gpu-optimization
Profile, analyze, and optimize CUDA kernels in LibuIPC using Nsight Compute.
document
Standardize technical documentation with unified style and formatting rules.
fix-pr
Fix GitHub PR review feedback by implementing, testing, and pushing changes.
project-structure
Document repository layout to help developers locate code, assets, and scripts.
repository-setup
Configure the upstream remote for forked Git repositories.
cmake-workflow
Configure and build libuipc with CMake in RelWithDebInfo and run Catch2 tests.
Frequently Asked Questions
FAQPage SchemaHow to install libuipc skills?โผ
Run `npx skills add spiriMirror/libuipc --all -g -y` in your terminal to install all skills in this suite globally.
How to build and test libuipc with AI help?โผ
The cmake-workflow and xmake-workflow skills guide your agent through configure, build, and Catch2 test runs with the exact commands for this project.
Can AI profile and optimize CUDA kernels in libuipc?โผ
Yes. The gpu-optimization skill runs benchmarks and Nsight Compute profiling, then cross-references reports to find and fix the kernels that matter most.
How to create a pull request for libuipc?โผ
Ask your agent to run the github-pr skill, which formats code, follows the commit convention, and opens a structured PR against the upstream repository.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core