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

agents

agents contains 6 collected skills from openkruise, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
236
updated
2026-05-29
Forks
92
Occupation coverage
4 occupation categories ยท 100% classified
repository explorer

Skills in this repository

e2b-code-path-analysis
software-quality-assurance-analysts-and-testers

Analyze the code paths of an E2B-compatible API scenario in pkg/servers/e2b to produce solid input for E2E test coverage. Verifies E2B Python SDK semantics via context7, reads the handler implementation, brainstorms concurrency/parameter/environment scenarios with the user, enumerates every execution path with its trigger conditions, scores importance and risk, and writes a Markdown analysis doc. Use when the user names an E2B usage scenario (create/pause/resume/connect/snapshot/timeout/list/delete sandbox, list/get/delete template, api-keys, etc.) and wants code-path analysis, E2E coverage planning, or robustness assessment of sandbox-manager E2B handlers; or says "ๅˆ†ๆž E2B ่ฐƒ็”จ่ทฏๅพ„", "E2B ไปฃ็ ่ทฏๅพ„ๅˆ†ๆž", "E2E ่ฆ†็›–ๅˆ†ๆž".

2026-05-29
create-upstream-issue
software-developers

Create issues on the upstream OpenKruise Agents repository (https://github.com/openkruise/agents) using GitHub CLI. Reads the local codebase, performs preliminary analysis, then creates a well-structured issue with background, issue type, relevant code references, and notes. Use when the user wants to report a bug, request a feature, or raise an issue to the upstream openkruise/agents project. Triggered by phrases like "ๆ issue", "create upstream issue", "ไธŠๆŠฅ issue", "ๆไบค issue ๅˆฐไธŠๆธธ", or "report to upstream".

2026-05-07
create-upstream-pr
software-developers

Create pull requests to the upstream OpenKruise Agents repository (https://github.com/openkruise/agents) using GitHub CLI. Analyzes the current branch against upstream master for conflicts, reviews branch changes, then creates a well-structured PR body focusing on core changes with review guidance. Incidental changes unrelated to the main purpose are listed in an appendix at the end. Use when the user wants to create a PR, submit code to upstream, or merge changes to openkruise/agents. Triggered by phrases like "ๆ PR", "create upstream PR", "ๆไบค PR", "create pull request", "ๅ‘ไธŠๆธธๆ PR".

2026-05-07
migrate-clientset-to-client
software-developers

Migrates Kubernetes typed clientset (e.g. client-go kubernetes.Interface or custom clientsets) in test code to the controller-runtime client.Client interface. Use when refactoring test files that call K8sClient.CoreV1().Pods().Get/Create/UpdateStatus typed APIs, replacing them with fake.NewClientBuilder + client.Client.Get/Create/Status().Update patterns. Triggered when the user mentions "replace clientset", "migrate client", or "use controller-runtime client".

2026-04-29
generate-mysql-schema
database-architects

Generate MySQL DDL (CREATE TABLE) and seed data SQL scripts by reading Go entity definitions in pkg/servers/e2b/keys/mysql.go. Use when the user asks for database schema SQL, table creation scripts, initialization SQL, or MySQL migration scripts for the key storage module.

2026-04-22
deploy-components
network-and-computer-systems-administrators

Deploy, update, or upgrade Kubernetes components including sandbox-manager (manager), agent-sandbox-controller (controller, operator, sandbox-controller), or both. Handles image configuration, domain setup, and automated rollback. Use when user wants to deploy/install/update/upgrade/redeploy components, setup sandbox infrastructure, or configure deployment settings.

2026-03-17