Skip to main content
randlee
GitHub 创作者资料

randlee

按仓库查看 16 个 GitHub 仓库中的 121 个已收集 skills。

已收集 skills
121
仓库
16
更新
2026-08-01
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

setting-up-just
网络与计算机系统管理员

Set up a repo-local just task runner with a root Justfile, optional .just/ helper scripts, and curated help, build, fmt, lint, test, and ci recipes. Use when a repo needs just, a Justfile, .just helpers, or when the user mentions task automation, "just build", "just lint", "just fmt", or dropping in a just system.

2026-05-16
creating-ai-clis
软件开发工程师

Create or harden CLIs intended primarily for AI or system consumption and secondarily for humans. Use when designing or implementing a JSON-first CLI with an MCP-ready contract seam, where every command supports machine output, errors are typed and actionable, mutating commands are auditable via corresponding read commands, and external integrations need simulator-backed testing. Do not use for human-first shell utilities, one-off scripts, or text-only CLIs.

2026-04-29
designing-cli-simulators
软件质量保证分析师与测试员

Design stateful simulators for AI-facing CLIs that integrate with devices, networks, services, or databases. Use when a CLI needs realistic simulator-backed testing, configurable fault injection, persistent state, and a swappable adapter boundary so the same business logic runs against live and simulated backends. Do not use for shallow mocks, stateless test doubles, or CLIs with no external integration.

2026-04-29
reviewing-ai-clis
软件质量保证分析师与测试员

Critically review an existing CLI, MCP wrapper, or CLI plan for AI-first contract quality. Use when evaluating whether a CLI is JSON-first, has an MCP-ready contract seam without JSON reshaping, auditably models state changes, uses stateful simulator-backed testing for external integrations, and returns typed actionable errors. Do not use for general style review or human-first shell UX review.

2026-04-29
sc-ci-automation
软件质量保证分析师与测试员

Run CI quality gates with optional auto-fix and PR creation.

2026-04-29
codex-agent
软件开发工程师

Run Codex tasks via the ai_cli Task Tool runner.

2026-04-29
coding-agent-hardening
软件开发工程师

Harden coding, QA, and orchestration agent prompts so they fix issues autonomously instead of letting findings pass through as minor, pre-existing, non-blocking, or technical debt. Use when editing existing agent prompts, review instructions, or orchestration workflows to remove permissive issue-handling behavior and tighten escalation criteria.

2026-04-29
sc-commit-push-pr
软件开发工程师

Commit staged changes, push to remote, and create PRs for GitHub and Azure DevOps

2026-04-29
当前展示该仓库 Top 8 / 28 个已收集 skills。
sc-lint-version-adoption
软件开发工程师

Guide a consuming repository through `sc-lint-version` adoption using the authoritative consumer-integration workflow, existing CLI testability seams, existing simulators or transcripts, and only thin normalization hooks when unavoidable.

2026-05-26
codex-orchestration
软件开发工程师

Orchestrate sc-lint sprint work where team-lead coordinates, clint is the sole developer, and quality-mgr enforces the QA gate.

2026-05-25
team-lead
软件开发工程师

Session initialization for the team-lead identity. Confirms identity and detects whether a full team restore is needed. Only run when ATM_IDENTITY=team-lead.

2026-05-25
todo-triage
软件质量保证分析师与测试员

Run the repo Rust TODO finder during sprint-end or integration review and turn every discovered TODO into a QA finding rather than deferred work.

2026-05-25
triaging-findings
软件质量保证分析师与测试员

Orchestrate pre-dispatch QA finding triage as team-lead. Launch one qa-triage agent per finding, collect phase-scoped Turtle records, aggregate by promoted branch, and only then dispatch branch-scoped fix assignments to clint.

2026-05-25
plan-hardening
软件开发工程师

Team-lead drives plan hardening after the current plan state already exists in repo docs.

2026-05-25
phase-orchestration
软件开发工程师

Orchestrate multi-sprint phase execution as team-lead. Manages sprint waves, scrum-master lifecycle, PR merges, clint reviews, and integration branch strategy. This skill is for team-lead only, not for scrum-masters.

2026-05-10
quality-management-gh
软件质量保证分析师与测试员

Reusable QA orchestration skill for GitHub PRs. Use for multi-pass QA, CI monitoring, and template-driven findings and final quality reports.

2026-05-10
当前展示该仓库 Top 8 / 14 个已收集 skills。
plan-hardening
项目管理专家

Team-lead drives plan hardening after the current plan state already exists in repo docs.

2026-07-13
restore-team-communications
软件开发工程师

Repair ATM teammate coordination after same-session compaction or resume when atm-dev still exists on disk and the saved leadSessionId still matches the current SESSION_ID, but named-teammate ATM reachability is broken.

2026-07-13
team-lead
软件开发工程师

Session initialization for the team-lead identity. Confirms identity and detects whether a full team restore is needed. Only run when ATM_IDENTITY=team-lead.

2026-07-13
smoke-test
软件质量保证分析师与测试员

Run or inspect the Phase Z smoke harness for atm-core. Use when implementing or operating `just smoke`, `just smoke fast`, or `just smoke thorough`, when rendering `reports/smoke/*`, when checking the frozen Phase Z row map, or when triaging smoke findings against retained logs and report artifacts.

2026-06-07
sc-managing-worktrees
软件开发工程师

Create, manage, scan, update, and clean up git worktrees for parallel development with protected branch safeguards. Use when working on multiple branches simultaneously, isolating experiments, updating protected branches (main/develop), or when user mentions "worktree", "parallel branches", "feature isolation", "branch cleanup", "worktree status", or "update main/develop".

2026-06-01
codex-orchestration
软件开发工程师

Orchestrate atm-core sprint work where team-lead coordinates, arch-ctm is the sole developer, and quality-mgr enforces the QA gate.

2026-05-20
quality-management-gh
软件质量保证分析师与测试员

Reusable QA orchestration skill for GitHub PRs. Use for multi-pass QA, CI monitoring, and template-driven findings and final quality reports.

2026-05-18
rust-development
软件开发工程师

Develop, review, and explore Rust code with strict adherence to Pragmatic Rust Guidelines. Use when the user mentions Rust, .rs files, Cargo, clippy, rustdoc, or requests Rust architecture, implementation, or review.

2026-05-14
当前展示该仓库 Top 8 / 13 个已收集 skills。
html-a-b-comparison
网页开发工程师

Build a local, self-contained HTML A/B comparison viewer for two or more generated HTML variants (e.g. different template revisions, different data sets, before/after fixes), so a human can pick between panes side-by-side without any external hosting.

2026-08-01
quality-management-gh
软件质量保证分析师与测试员

Reusable QA orchestration skill for GitHub PRs. Use for multi-pass QA, CI monitoring, and template-driven findings and final quality reports.

2026-07-31
sprint-report
项目管理专家

Generate a sprint status report for the current phase. Default is --table.

2026-07-31
adversarial-fuzzing
软件质量保证分析师与测试员

Generate and triage adversarial templates, var-files, and rendering inputs against sc-compose by coordinating bounded background agents, differential and metamorphic checks, minimization, and regression-test promotion. Use when trying to break a rendering subsystem, validating a risky change, hunting parser/validator/rendering edge cases, or turning a confirmed fuzz failure into a unit or CLI test.

2026-07-30
plan-hardening
项目管理专家

Team-lead drives plan hardening after the current plan state already exists in repo docs.

2026-07-16
team-lead
软件开发工程师

Session initialization for the team-lead identity. Confirms identity and detects whether a full team restore is needed. Only run when ATM_IDENTITY=team-lead.

2026-05-26
restore-team-communications
软件开发工程师

Repair Claude teammate routing after same-session compaction or resume when sc-compose still exists on disk and the saved leadSessionId still matches the current SESSION_ID, but ATM or teammate reachability is broken.

2026-05-26
codex-orchestration
其他计算机职业

Orchestrate sc-compose sprint work where team-lead coordinates, comp is the sole developer, and quality-mgr enforces the QA gate.

2026-05-25
当前展示该仓库 Top 8 / 12 个已收集 skills。
creating-ai-clis
软件开发工程师

Create or harden CLIs intended primarily for AI or system consumption and secondarily for humans. Use when designing or implementing a JSON-first CLI with an MCP-ready contract seam, where every command supports machine output, errors are typed and actionable, mutating commands are auditable via corresponding read commands, and external integrations need simulator-backed testing. Do not use for human-first shell utilities, one-off scripts, or text-only CLIs.

2026-04-20
designing-cli-simulators
软件开发工程师

Design stateful simulators for AI-facing CLIs that integrate with devices, networks, services, or databases. Use when a CLI needs realistic simulator-backed testing, configurable fault injection, persistent state, and a swappable adapter boundary so the same business logic runs against live and simulated backends. Do not use for shallow mocks, stateless test doubles, or CLIs with no external integration.

2026-04-20
reviewing-ai-clis
软件质量保证分析师与测试员

Critically review an existing CLI, MCP wrapper, or CLI plan for AI-first contract quality. Use when evaluating whether a CLI is JSON-first, has an MCP-ready contract seam without JSON reshaping, auditably models state changes, uses stateful simulator-backed testing for external integrations, and returns typed actionable errors. Do not use for general style review or human-first shell UX review.

2026-04-20
codex-orchestration
软件开发工程师

Orchestrate multi-sprint phases where crap (Codex) is the sole developer, with pipelined QA via quality-mgr teammate. Team-lead chooses the review type; quality-mgr chooses the reviewers.

2026-04-20
quality-management-gh
软件质量保证分析师与测试员

Reusable QA orchestration skill for GitHub PRs. Use for multi-pass QA, CI monitoring with `atm gh monitor`, one-shot PR reporting with `atm gh pr report`, and template-driven findings/final quality reports.

2026-04-20
rust-best-practices
软件开发工程师

Review Rust architecture plans, crate boundaries, and code for structural design-pattern compliance. Use when the task involves typestate, sealed traits, error contracts, wrapper/newtype design, object safety, interior mutability, or other type-system-driven Rust correctness patterns that go beyond general style guidance.

2026-04-20
rust-development
软件开发工程师

Develop, review, and explore Rust code with strict adherence to Pragmatic Rust Guidelines. Use when the user mentions Rust, .rs files, Cargo, clippy, rustdoc, or requests Rust architecture, implementation, or review.

2026-04-20
rust-phase-orchestration
软件开发工程师

Orchestrate multi-sprint Rust phase execution as team-lead. Uses crap as the sole Rust developer and quality-mgr as the QA coordinator, with Rust reviewer selection delegated through quality-mgr.rust.

2026-04-20
当前展示该仓库 Top 8 / 10 个已收集 skills。
quality-management-gh
软件质量保证分析师与测试员

Reusable QA orchestration skill for GitHub PRs. Use for multi-pass QA, CI monitoring, and template-driven findings and final quality reports.

2026-07-14
cursor-orchestration
其他计算机职业

Orchestrate Wyvern sprint/phase work inside a single Cursor session. Parent spawns reviewers and rust-developer; Task(cursor-quality-mgr) enforces spawn proof, aggregates fenced JSON evidence, triages findings, publishes PR reports, and owns the QA gate. Use when the user asks for /cursor-orchestration, Cursor-session phase/sprint orchestration, or same-session QA via cursor-quality-mgr. Never use ATM quality-mgr or codex-orchestration while this skill governs the session.

2026-07-14
codex-orchestration
软件开发工程师

Orchestrate sprint work where team-lead coordinates, cwy is the sole developer, and quality-mgr enforces the QA gate.

2026-07-12
triaging-findings
软件开发工程师

Orchestrate pre-dispatch QA finding triage as team-lead. Launch one qa-triage agent per finding, collect phase-scoped Turtle records, aggregate by promoted branch, and only then dispatch branch-scoped fix assignments to arch-ctm.

2026-07-12
phase-orchestration
其他计算机职业

Orchestrate multi-sprint phase execution as team-lead. Manages sprint waves, scrum-master lifecycle, PR merges, cwy reviews, and integration branch strategy. This skill is for team-lead only, not for scrum-masters.

2026-07-11
plan-hardening
项目管理专家

Team-lead drives plan hardening after the current plan state already exists in repo docs.

2026-07-11
restore-team-communications
其他计算机职业

Repair Claude teammate routing after same-session compaction or resume when wyvern still exists on disk and the saved leadSessionId still matches the current SESSION_ID, but SendMessage or teammate reachability is broken.

2026-07-11
sc-managing-worktrees
软件开发工程师

Create, manage, scan, update, and clean up git worktrees for parallel development with protected branch safeguards. Use when working on multiple branches simultaneously, isolating experiments, updating protected branches (main/develop), or when user mentions "worktree", "parallel branches", "feature isolation", "branch cleanup", "worktree status", or "update main/develop".

2026-07-11
当前展示该仓库 Top 8 / 9 个已收集 skills。
codex-orchestration
软件开发工程师

Orchestrate multi-sprint phases where arch-ctm (Codex) is the sole developer, with pipelined QA via quality-mgr teammate. Team-lead tracks findings and schedules fix passes.

2026-03-16
sprint-report
软件开发工程师

Generate a sprint status report for the current phase. Default is --table.

2026-03-12
team-lead
项目管理专家

Session initialization for the team-lead identity. Confirms identity and detects whether a full team restore is needed. Only run when ATM_IDENTITY=team-lead.

2026-03-10
quality-management-gh
软件质量保证分析师与测试员

Reusable QA orchestration skill for GitHub PRs. Use for multi-pass QA, CI monitoring with `atm gh monitor`, one-shot PR reporting with `atm gh pr report`, and template-driven findings/final quality reports.

2026-03-09
phase-orchestration
项目管理专家

Orchestrate multi-sprint phase execution as team-lead (ARCH-ATM). Manages sprint waves, scrum-master lifecycle, PR merges, arch-ctm reviews, and integration branch strategy. This skill is for the TEAM-LEAD only, not for scrum-masters.

2026-03-05
named-teammate-launch
软件开发工程师

Launch and verify named teammates that participate in team messaging. Use when setting up a new team member with mailbox polling, troubleshooting why a teammate is not receiving messages, or creating named Claude/Codex/Gemini teammates with team-scoped communication.

2026-03-02
atm-doctor
软件开发工程师

Run ATM health diagnostics, present severity-sorted findings, and delegate deep remediation analysis to the atm-doctor agent when critical findings exist.

2026-02-28
rust-development
软件开发工程师

Develop, review, and explore Rust code with strict adherence to Pragmatic Rust Guidelines. Use when the user mentions Rust, .rs files, Cargo, clippy, rustdoc, or requests Rust architecture, implementation, or review.

2026-02-11
sc-observability-adopting
软件开发工程师

Use when the user says things like "bring sc-observability into an existing Rust project" or "adopt sc-observability in a codebase that already has logging". Adopts sc-observability incrementally with a logging-first path and focused migration references for log, tracing, or custom JSONL setups.

2026-05-10
sc-observability-bootstrapping
软件开发工程师

Use when the user says things like "set up sc-observability in a new Rust project" or "add structured logging to a new Rust app". Bootstraps a new project with sc-observability from crates.io using the shared light-logging house style, ~/.<app> log roots, and a rendered starter template.

2026-05-10
sc-observability-reviewing
软件开发工程师

Use when the user says things like "review this project for sc-observability best practices" or "check whether our logging setup matches the sc-observability standard". Reviews a Rust project's observability setup against the shared house style and recommends missing baseline items and easy improvements.

2026-05-10
codex-orchestration
计算机与信息系统经理

Orchestrate phased work where cobs is the sole developer and quality-mgr enforces the QA gate for sc-observability.

2026-04-03
phase-orchestration
计算机与信息系统经理

Orchestrate multi-sprint phase execution as team-lead (ARCH-ATM). Manages sprint waves, scrum-master lifecycle, PR merges, cobs reviews, and integration branch strategy. This skill is for the TEAM-LEAD only, not for scrum-masters.

2026-04-03
quality-management-gh
软件质量保证分析师与测试员

Reusable QA orchestration skill for GitHub PRs. Use for multi-pass QA, CI monitoring with `atm gh monitor`, one-shot PR reporting with `atm gh pr report`, and template-driven findings/final quality reports.

2026-04-03
team-lead
计算机与信息系统经理

Session initialization for the team-lead identity. Confirms identity and detects whether a full team restore is needed. Only run when ATM_IDENTITY=team-lead.

2026-04-03
已展示 12 / 16 个仓库