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

steveclarke

Repository-level view of 64 collected skills across 6 GitHub repositories.

skills collected
64
repositories
6
updated
2026-07-09
repository explorer

Repositories and representative skills

simplify
software-developers

Review recently changed code for reuse, simplification, efficiency, and consistency cleanups, then apply the fixes. Quality only — doesn't hunt for bugs. Triggers on 'simplify', 'clean this up', 'simplify this diff'.

2026-07-09
adversarial-review
software-quality-assurance-analysts-and-testers

Rigorous code review of completed implementation before committing. Use for features, refactors, and critical-path changes — not trivial changes (this is expensive).

2026-07-09
finalize
software-developers

Post-implementation checklist — docs, code quality, conventions, visual verification, issue hygiene. Triggers on 'finalize', 'ready to merge', 'preflight check', 'wrap this up', 'final review'.

2026-07-09
ship
software-developers

Run the full pre-merge pipeline and create a PR. Triggers on 'ship', 'ship it', 'ready to ship', 'prep for PR', 'create PR', 'ready to merge'.

2026-07-09
tmux-worktree-session
software-developers

Spin up an isolated git worktree in its own tmux session — coding agent in one window, dev stack in another, git UI in a third — with the agent briefed and already working. Use for spinning up a worktree, starting a feature/branch/task in isolation, handing work to a fresh agent (Claude/Codex), or setting up an isolated tmux dev session.

2026-07-02
tmux-orchestration
software-developers

Read, send input to, or spawn other tmux panes, windows, and sessions - including agents (Claude Code, Codex), REPLs, and TUIs running in them. Use when the user references another pane, window, or agent.

2026-06-30
specification-website
software-developers

Query and apply The Website Specification — a platform-agnostic specification of what a good website does, with each item tagged required, recommended, optional, or avoid. Use when the user asks what their site should have, whether something is required, how to audit a URL, what's missing for agent readiness, or anything else where you'd otherwise be guessing at web best practice. Backs answers with primary sources (WHATWG, W3C, IETF RFCs, IANA, WCAG). Available as Markdown over HTTP and as an MCP server with search, list, fetch, checklist, and audit tools.

2026-06-26
ruby-cli
software-developers

Build Ruby CLI tools with Thor and Zeitwerk. Use for new Ruby CLI gems, adding commands, refactoring, or 'Thor CLI', 'command-line tool in Ruby'.

2026-05-21
Showing top 8 of 49 collected skills in this repository.
kiso
web-developers

Build UIs with Kiso — accessible Rails UI components with Tailwind CSS theming. Use when creating interfaces, customizing themes, building forms, or composing page layouts in Rails + Hotwire apps.

2026-03-24
contributing
software-developers

Kiso component conventions and development workflow. Points to the right docs for building, reviewing, and shipping components.

2026-03-14
update-docs
software-developers

Audit all documentation for staleness after code changes. Checks docs site, CLAUDE.md, skills references, contributing skill, agents, and project/ files. Use after completing a feature, merging a PR, or when asked to check docs.

2026-03-10
release
software-developers

Guide through releasing a new version of kiso. Use when cutting a release, publishing a new version, or running bin/release.

2026-03-10
component-create
software-developers

Build a Kiso component from scratch. Reads shadcn/Nuxt UI sources, creates theme module, ERB partials, Lookbook previews, docs, E2E tests. Use when building a new component or picking up where a previous attempt left off.

2026-03-04
component-review
software-quality-assurance-analysts-and-testers

Review a Kiso component for quality and consistency. Runs the 12-point checklist against shadcn source, design system rules, and deliverables. Use on a PR, branch, or working directory.

2026-03-04
component-factory
software-developers

Agentic Component Factory — build multiple Kiso components in parallel using builder and reviewer agents in isolated worktrees. Usage: /factory #47 #48 or /factory #47 #48 #49 (pass issue numbers)

2026-02-28
worktree
software-developers

Work in an isolated git worktree for issues, features, or refactors. Use when the user asks to spin up a worktree, work in isolation, create an isolated branch, or says "worktree" in the context of starting work on something.

2026-02-28
Showing 6 of 6 repositories
All repositories loaded
steveclarke Agent Skills | SkillsMP