Skip to main content
Run any Skill in Manus
with one click
Garsdal
GitHub creator profile

Garsdal

Repository-level view of 4 collected skills across 1 GitHub repositories.

skills collected
4
repositories
1
updated
2026-05-14
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

dojo-onboard
software-developers

Onboard the user's existing Python project into Dojo. Reads their code, asks targeted questions about the data + evaluation, scaffolds `.dojo/`, writes `PROGRAM.md` + `SETUP.md` from the dialogue, and drives `dojo domain setup` until the AI-generated `load_data.py` and `evaluate.py` connectors verify cleanly against the user's data. Use when the user wants to set up Dojo on a project that already has data loaders or an evaluation metric โ€” i.e. they're not just trying the framework on a canned sklearn dataset. Trigger phrases: "onboard my project to Dojo", "set up Dojo here", "run /dojo-onboard", "I want to use Dojo on this codebase".

2026-05-14
ship-it
software-developers

End-to-end workflow that turns a one-line user prompt about a desired change into a released version โ€” chains create-issue, solve-issue (plan), pause for plan review, solve-issue (implement) + PR, pause for PR merge, then drives the post-merge release (verify issue closure, tag, publish). Use whenever the user describes something they want shipped and gestures at the whole flow โ€” phrases like "ship this", "/ship-it", "drive this end to end", "open an issue and work it", "let's just do the full loop", or anything that implies create-issue โ†’ plan โ†’ review โ†’ PR โ†’ release rather than just one step.

2026-05-09
solve-issue
software-developers

Drive a GitHub issue end-to-end: research the codebase, write a plan.md, pause for user review, then implement on a feature branch and open a PR (with version bump per docs/RELEASING.md if present). Use whenever the user says "solve issue #N", "work on issue #N", "implement issue #N", "let's tackle that ticket", or names a GitHub issue URL and wants progress on it. The skill runs in two phases โ€” plan (stops for review) and implement โ€” and detects which phase to run by checking for an existing plan.md for that issue.

2026-05-09
create-issue
software-developers

Create a GitHub issue from a short user prompt for the Dojo repo. Use whenever the user describes a bug, feature, refactor, or improvement they want tracked โ€” phrases like "open an issue forโ€ฆ", "file a ticket forโ€ฆ", "we should fixโ€ฆ", "let's trackโ€ฆ", "create an issue", or any change request that doesn't need to be implemented right now. The skill does a brief code search to enrich the issue with file/line references, drafts a clear title + body, and creates the issue via `gh`. Optimised for speed โ€” deep research belongs in solve-issue, not here.

2026-05-09
Showing 1 of 1 repositories
All repositories loaded