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

johnrtipton

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

skills collected
14
repositories
1
updated
2026-06-04
repository explorer

Repositories and representative skills

pipeline-run
software-developers

Execute pipeline stages by reading the state file and spawning agents. Reads .pipeline-state/<branch>.json, finds the next pending stage, spawns an agent to execute it, updates the state file, and repeats. Run /pipeline-next first to create the state file.

2026-06-04
pipeline-shared
software-developers

Shared pipeline stage procedures used by pipeline-feature, pipeline-bugfix, and pipeline-refactor skills. Not invoked directly — referenced by pipeline-specific skills as reusable building blocks for environment setup, testing, security scanning, documentation, commit/PR, code review, merge, and retrospective stages.

2026-06-04
pipeline-drain
software-developers

Drain open GitHub issues into the current milestone and process them all. Checks for open issues, adds them to the ROADMAP milestone, then runs pipeline-run --milestone --all to process everything.

2026-06-04
pipeline-next
software-developers

Pick the next task (or group of related tasks) from ROADMAP.md and set up a pipeline state file. Reads the roadmap, filters by milestone/priority, groups related small features into batches, checks what's already done, and creates .pipeline-state/<branch>.json from the template. Run /pipeline-run after this to execute the stages.

2026-06-04
pipeline-ship
software-developers

Ship existing changes through quality gates to a merged PR. Starts from uncommitted/committed changes in your working tree and runs test → review → security → docs → commit → PR → code review → merge → retrospective. Use when you've been coding interactively and want to formalize and ship.

2026-06-04
pipeline-dev
software-developers

Fast iteration loop for initial-development work: branch → implement → build → push → live-verify → merge. No subagent reviews, no CHANGELOG, no roadmap coupling. Optimized for rapid PR cycles where the USER is the reviewer (manual verification via browser/CLI) and browser-extension reload/reconnect is an explicit handoff step. Use this INSTEAD OF /pipeline-ship when there's no CI, no formal review, and the goal is shipping many small PRs per day.

2026-06-04
pipeline-init
software-developers

Initialize any repository so the entire pipeline-* family (next, run, dev, drain, retro, ship, strategy, roadmap-audit) works. Detects the repo's default branch, test/lint/build commands, ROADMAP format, and version scheme, then creates .pipeline-state/, .pipeline-templates/ (COPIED from the canonical pipeline-skill templates with the detected branch + commands substituted), gitignore entries, CHANGELOG/RETRO scaffolding, and a repo-root CLAUDE.md pipeline-config block — migrating a foreign-format ROADMAP to the canonical priority-matrix + milestone format the pipeline.py parser actually reads. Catches the failure where pipeline-next/run abort because no state template or conforming ROADMAP exists. Run once per repo before any other pipeline-* skill, or to repair a partially-set-up repo.

2026-06-04
pipeline-retro
software-developers

Run milestone retrospectives, maintain the action tracker, and reconcile deferred findings across RETRO.md, PR retros, and GitHub issues. Use after completing a milestone or when the user asks to review retros.

2026-06-04
Showing top 8 of 14 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded
johnrtipton Agent Skills | SkillsMP