Skip to main content
Run any Skill in Manus
with one click
$pwd:
yvanvds
GitHub creator profile

yvanvds

Repository-level view of 7 collected skills across 4 GitHub repositories, including approximate occupation coverage.

skills collected
7
repositories
4
occupation fields
1
updated
2026-05-21
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
yse-soundengine
4 skills23535updated 2026-05-21
57% of creator
cleanup
Software Developers

Use after an issue's PR has been merged to wrap up the issue branch — close the issue, switch back to dev, fast-forward, and delete the local and remote feature branches. Triggers on phrases like "cleanup", "cleanup issue N", "wrap up <branch>", "post-merge cleanup", "I just merged the PR, clean up". Do NOT trigger before the PR is merged, on the `dev` or `master` branches themselves, or for cleanup of branches that were never linked to an issue (release-prep, sync PRs, etc.).

2026-05-21
fix-issues
Software Developers

Use when fixing compiler warnings, static analyzer findings (clang-tidy, etc.), or runtime errors/crashes in the libYSE codebase. Enforces the project's performance-first stance: never trade audio-thread speed for stylistic cleanliness, never modify vendored dependencies, never broaden scope beyond the reported issues.

2026-05-21
release
Software Developers

Use when the user asks to cut a new release of libYSE — phrases like "release a new version", "cut a patch/minor/major release", "publish a new release", "ship X.Y.Z". Orchestrates version bump, doc refresh, C API drift audit, dev→master promotion, and tag-driven publication via the existing release.yml workflow. Do NOT use for branch-management tasks unrelated to a release, or for republishing an already-tagged version (that's a workflow_dispatch on release.yml, not this skill).

2026-05-19
c-api-extend
Software Developers

Use when extending the C API at YseEngine/c_api/ — wrapping a new engine class, method, enum, or callback — or when auditing the C API for drift from the engine's public surface. Applies the project's RT-safety, ownership, and ABI conventions established in PRs

2026-05-17
#002
AccountManager
1 skills00updated 2026-05-20
14% of creator
#003
AI-tutor-Python
1 skills00updated 2026-05-16
14% of creator
#004
cursus-esthetica
1 skills00updated 2026-04-24
14% of creator
Showing 4 of 4 repositories
All repositories loaded
yvanvds GitHub Skills | SkillsMP