Skip to main content
Execute qualquer Skill no Manus
com um clique
$pwd:
kylesnowschwartz
GitHub creator profile

kylesnowschwartz

Repository-level view of 47 collected skills across 8 GitHub repositories, including approximate occupation coverage.

skills collected
47
repositories
8
occupation fields
5
updated
2026-05-29
repository explorer

Repositories and representative skills

#001
SimpleClaude
13 skills10215updated 2026-05-05
28% of creator
human-writing
Escritores e autores

Use when writing or editing a Slack message, email, pull request body, GitHub issue, Reddit post, agenda, or doc. Enforces a direct, warm, unfilled tone and removes AI tells. Always scores the final draft and runs a self-audit pass before delivery.

2026-05-05
sc-think-functional
Desenvolvedores de software

Reframe code design through functional programming principles for agent-assisted development. This skill SHOULD be used when the user says "think functional", "think FP", "make this pure", "separate effects", "where should this side effect go", "this function does too much", "how should I structure this for agents", "make this easier to review", "reduce context needed", or when planning module structure, store design, or code that agents will write and humans will review. Applies FP discipline within any language to maximize agent effectiveness and human reviewability.

2026-04-30
hud-first
Designers de interfaces web e digitais

Use when designing AI features and the real opportunity may be perception support, not delegated conversational work.

2026-04-29
sc-dirty-room
Desenvolvedores de software

Lift-and-shift port of a repository, library, API, protocol, or other software artifact to a different language, runtime, or platform, with the original source available as a reference. This skill SHOULD be used when the user says "port from X to Y", "lift and shift", "rewrite in Go", "rewrite in Rust", "translate this codebase", "convert to TypeScript", "language migration", "rewrite in another language", "carry over the algorithms", "borrow techniques from", "dirty room", "dirty-room design", "sc-dirty-room", or wants to reimplement an existing artifact while studying its internals to preserve algorithms, data structures, or idioms worth keeping. NOT for legally-constrained reimplementation — use /sc-clean-room when copyright isolation matters.

2026-04-27
sc-claude-md-improver
Outras ocupações de informática

Audit and improve project memory files (CLAUDE.md, AGENTS.md, .claude.local.md) — assess against a quality rubric, then apply additions and removals. This skill SHOULD be used when the user asks to audit, improve, edit, fix, tighten, rewrite, or update a memory file, or to check whether one is too long, stale, or bloated.

2026-04-27
sc-clean-room
Desenvolvedores de software

Clean-room reimplementation of a repository, library, API, protocol, or other software artifact. This skill SHOULD be used when the user wants to create a functionally equivalent implementation of an existing artifact without copying its internal design or expression. NOT for refactoring existing code.

2026-04-27
query-files
Desenvolvedores de software

This skill SHOULD be used for structured extraction or batch queries against JSON (use jq), YAML (use yq), or Markdown (use mq), and for advanced text search with ripgrep flags or pipe composition (use rg).

2026-04-27
sc-hypothesize
Analistas de pesquisa operacional

Use when multiple plausible approaches must be generated, tested, and compared against constraints before the user chooses.

2026-04-19
Showing top 8 of 13 collected skills in this repository.
#002
claude-code-hero
12 skills474updated 2026-04-03
26% of creator
Showing top 8 of 12 collected skills in this repository.
#003
ralph-ban
9 skills345updated 2026-05-03
19% of creator
browser-qa
Analistas de garantia de qualidade de software e testadores

This skill should be used when the user asks to "QA browser changes", "verify a web UI", "test the browser flow", "check the page works", "validate the dev server", or wants end-to-end behavioral verification of web pages or web apps. Drives a real browser to navigate, snapshot, interact, and capture evidence — supports both agent-browser (preferred) and playwright-cli, picking whichever is installed.

2026-05-03
cli-qa
Analistas de garantia de qualidade de software e testadores

This skill should be used when the user asks to "QA a CLI tool", "verify a command-line program", "check the binary's output", "validate exit codes", "compare against a golden file", or wants end-to-end behavioural verification of command-line tools. Drives a binary with representative inputs, captures stdout / stderr / exit code as separate evidence channels, asserts via golden-file comparison with volatile-field redaction.

2026-05-03
db-state-qa
Analistas de garantia de qualidade de software e testadores

This skill should be used when the user asks to "verify database state", "check what's in the database", "assert DB rows after the action", "validate the migration", or wants behavioural verification of database side effects. Snapshots database state before the action, exercises the system, snapshots after, and diffs structurally — ignoring volatile fields the spec does not assert. Used by primary-surface oracles (http-qa, cli-qa, library-qa) when a card asserts side-effect behaviour.

2026-05-03
http-qa
Analistas de garantia de qualidade de software e testadores

This skill should be used when the user asks to "QA an HTTP endpoint", "verify an API", "check the API behaves", "drive the API", "validate a route", or wants end-to-end behavioural verification of HTTP/JSON services. Drives a real running service with curl + jq, asserts on status / shape / headers / timing, captures the full request-response transcript as evidence, and distinguishes spec violations from flake.

2026-05-03
library-qa
Analistas de garantia de qualidade de software e testadores

This skill should be used when the user asks to "QA a library", "verify the package", "check the API behaves", "exercise the module", or wants end-to-end behavioural verification of an importable library or package (Go, Ruby, TypeScript, etc.). Writes a one-shot consumer program in scratch space, runs it against the library under test, observes structured output, and judges whether the behaviour matches the card's spec.

2026-05-03
log-tail-qa
Analistas de garantia de qualidade de software e testadores

This skill should be used when the user asks to "verify a log line appears", "wait for the log message", "check the audit log", "assert async behaviour from the log", or wants behavioural verification of asynchronous side effects observable only through a log file or stream. Tails a log file with bounded waiting, asserts pattern presence with history-vs-tail semantics and occurrence counts, fails fast when the log stops growing. Used by primary-surface oracles (http-qa, cli-qa, library-qa) when a card asserts log-emission behaviour.

2026-05-03
rb-planning
Especialistas em gestão de projetos

Break down work into board cards for ralph-ban orchestration. This skill should be used when the user has a plan, design doc, or clear requirement to decompose into epics and tasks with EARS specs. Triggers on "plan this", "create cards", "break this down", "decompose into tasks", "rb-planning", "put this on the board", or when a design doc from /rb-brainstorm needs to become actionable work. Creates cards via bl CLI with specs, priorities, dependencies, and epic grouping.

2026-05-03
tmux-qa
Analistas de garantia de qualidade de software e testadores

This skill should be used when the user asks to "QA changes", "verify this works", "test the build", "check if this runs", "validate changes in tmux", or wants end-to-end verification of code changes by running builds, tests, and applications in tmux.

2026-05-03
Showing top 8 of 9 collected skills in this repository.
#004
dotfiles
8 skills30updated 2026-05-29
17% of creator
extract-web-design
Desenvolvedores de software

Extract design DNA from a website into a reusable specification with steerable variables

2026-05-29
recall
Desenvolvedores de software

YOU MUST use this skill for anything involving past Claude Code conversations in ~/.claude/projects/: when the conversation starts with 'this session is being continued from a previous conversation that ran out of context', or to recover context from a previous conversation, or to discover/catalog which conversations exist (by date, project, message count), or to search and read past conversation logs. One entry point for cataloging, searching, and rendering Claude Code JSONL transcripts.

2026-05-29
gws
Desenvolvedores de software

Always consult before any Google Workspace operation via the `gws` CLI: sending or reading Gmail and triaging the inbox, Calendar events and agendas, Docs, Drive files and folders, Sheets, Slides, Forms, and adding, listing, or completing Tasks, reminders, and to-dos. Routes to per-service reference files for auth, flags, and command syntax.

2026-05-28
human-writing
Escritores e autores

Always consult before drafting any human-facing prose: messages, emails, pull request descriptions, GitHub issues, Reddit posts, agendas, documents, code review comments, bug reports, release notes, or any other text a person will read. Enforces direct, warm, unfilled tone; removes AI tells; runs a self-audit before delivery. Skip ONLY when the task is operational (calling an API, running a CLI) rather than composing prose.

2026-05-28
playwright-cli
Desenvolvedores de software

Always consult before opening, reading, navigating, scraping, fetching, or screenshotting any URL or webpage. Handles browser automation, JavaScript-rendered content, form filling, dynamic page interaction, and structured extraction in ways native HTTP fetch cannot. Skip ONLY for raw-text or JSON endpoints where a single WebFetch suffices.

2026-05-28
skill-description-eval
Desenvolvedores de software

Always consult before writing, scoring, or rewriting any SKILL.md description field. Provides the rubric, template, and apply script that handle YAML safety and produce a backup on each write.

2026-05-28
tmux-qa
Analistas de garantia de qualidade de software e testadores

This skill should be used when the user asks to "QA changes", "verify this works", "test the build", "check if this runs", "validate changes in tmux", or wants end-to-end verification of code changes by running builds, tests, and applications in tmux.

2026-05-27
trycycle
Desenvolvedores de software

Invoke trycycle only when the user requests it by name.

2026-04-21
#005
plugin-dev
2 skills00updated 2026-05-16
4.3% of creator
#006
claude-bumper-lanes
1 skills353updated 2025-12-24
2.1% of creator
#007
jira-cli-skill
1 skills00updated 2026-04-06
2.1% of creator
Mostrando 8 de 8 repositorios
Todos os repositorios foram exibidos