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

FourthWiz

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

skills collected
56
repositories
1
updated
2026-07-09
repository explorer

Repositories and representative skills

end-of-task
software-developers

Finalizes a completed task: ensures all changes are committed, pushes branch to remote, prompts for lessons learned, aggregates task cost across all sessions, and marks the task as complete. Requires /review to have been run first. Does NOT create a PR — that's a separate explicit action. Use this skill for: /end_of_task, 'finalize this', 'we're done', 'ship it', 'task complete', 'wrap up this task'. This is the explicit user acceptance of completed, reviewed work — the last step before moving on.

2026-07-09
implement
software-developers

Implementation agent that executes tasks from a plan. Uses Sonnet for efficient, high-quality code generation. Use this skill for: /implement, implementing a plan, writing code from a plan, executing implementation tasks, 'implement task N from the plan', 'start coding', 'build this based on the plan'. Triggers whenever the user wants to turn a plan into actual code changes.

2026-07-09
pr
software-developers

Create a pull request: optional version bump, push branch if not already pushed, create PR via gh, wait for merge, switch to merge target. Use this skill for: /pr, 'create a PR', 'open a pull request', 'submit for review'. Triggers when the user wants to create a PR from a feature branch.

2026-07-09
rollback
software-developers

Safely undo an implementation phase or revert specific tasks, using the plan to map commits to tasks. Use this skill for: /rollback, 'undo the implementation', 'revert the last changes', 'go back to before implement', 'undo task 3', 'reset to pre-implementation'. Reads the plan to understand which commits belong to which tasks, shows what would be reverted, and requires explicit confirmation before acting.

2026-07-09
cost-snapshot
software-developers

Returns a live cost summary showing today's cost, project lifetime cost, and per-open-task breakdown. Use for: /cost_snapshot, 'how much have I spent', 'cost report', 'show costs', 'what's the project cost', 'how much has this task cost'. Read-only — no file artifacts produced.

2026-07-09
end-of-day
software-developers

Consolidates all of today's work across all sessions into a daily cache for next-day resumption. Works in any session — fresh or active. Use this skill for: /end_of_day, 'wrapping up', 'done for the day', 'save my progress', 'end of day', 'EOD'. Captures what was worked on, what's unfinished, blockers, decisions made, and recent git activity. The daily cache feeds into /start_of_day for seamless resumption.

2026-07-09
start-of-day
software-developers

Restores context from the daily cache and unfinished sessions so you can resume where you left off. Use this skill for: /start_of_day, 'what was I working on', 'resume', 'pick up where I left off', 'morning standup', 'SOD', 'start of day'. Reads the latest daily cache, checks git state, and presents a clear picture of what to do next.

2026-07-09
status
computer-occupations-all-other

Renders the quoin workflow pipeline graph with the active phase marked. Use for: /status, 'where am I', 'what phase am I in', 'show workflow progress', 'pipeline graph', 'workflow status'. Read-only — no file artifacts produced.

2026-07-09
Showing top 8 of 56 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded
FourthWiz Agent Skills | SkillsMP