Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
kylesnowschwartz
GitHub 创作者资料

kylesnowschwartz

按仓库查看 8 个 GitHub 仓库中的 47 个已收集 skills,并展示近似职业覆盖。

已收集 skills
47
仓库
8
职业领域
5
更新
2026-05-29
仓库浏览

仓库与代表性 skills

#001
SimpleClaude
13 个 skills10215更新于 2026-05-05
占该创作者 28%
human-writing
作家与作者

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
软件开发工程师

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
网页与数字界面设计师

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

2026-04-29
sc-dirty-room
软件开发工程师

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
其他计算机职业

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
软件开发工程师

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
软件开发工程师

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
运筹学分析师

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

2026-04-19
当前展示该仓库 Top 8 / 13 个已收集 skills。
#002
claude-code-hero
12 个 skills474更新于 2026-04-03
占该创作者 26%
当前展示该仓库 Top 8 / 12 个已收集 skills。
#003
ralph-ban
9 个 skills345更新于 2026-05-03
占该创作者 19%
browser-qa
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
项目管理专家

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
软件质量保证分析师与测试员

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
当前展示该仓库 Top 8 / 9 个已收集 skills。
#004
dotfiles
8 个 skills30更新于 2026-05-29
占该创作者 17%
extract-web-design
软件开发工程师

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

2026-05-29
recall
软件开发工程师

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
软件开发工程师

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
作家与作者

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
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

Invoke trycycle only when the user requests it by name.

2026-04-21
#005
plugin-dev
2 个 skills00更新于 2026-05-16
占该创作者 4.3%
#006
claude-bumper-lanes
1 个 skills353更新于 2025-12-24
占该创作者 2.1%
#007
jira-cli-skill
1 个 skills00更新于 2026-04-06
占该创作者 2.1%
已展示 8 / 8 个仓库
已展示全部仓库