Skip to main content
randlee
GitHub creator profile

randlee

Repository-level view of 121 collected skills across 16 GitHub repositories.

skills collected
121
repositories
16
updated
2026-08-01
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
synaptic-canvas
28 skills · 2026-05-16
Software DevelopersSoftware Quality Assurance Analysts & TestersDesktop PublishersNetwork & Computer Systems Administrators
4 occupation categories · 100% classified
23%share
#02
sc-lint
14 skills · 2026-05-26
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management Specialists
3 occupation categories · 100% classified
12%share
#03
atm-core
13 skills · 2026-07-13
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management Specialists
3 occupation categories · 100% classified
11%share
#04
sc-compose
12 skills · 2026-08-01
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management SpecialistsComputer Occupations, All OtherWeb Developers
5 occupation categories · 100% classified
9.9%share
#05
raptor
10 skills · 2026-04-20
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer & Information Systems ManagersProject Management Specialists
4 occupation categories · 100% classified
8.3%share
#06
wyvern
9 skills · 2026-07-14
Computer Occupations, All OtherSoftware DevelopersProject Management SpecialistsSoftware Quality Assurance Analysts & Testers
4 occupation categories · 100% classified
7.4%share
#07
agent-team-mail
8 skills · 2026-03-16
Software DevelopersProject Management SpecialistsSoftware Quality Assurance Analysts & Testers
3 occupation categories · 100% classified
6.6%share
#08
sc-observability
7 skills · 2026-05-10
Computer & Information Systems ManagersSoftware DevelopersSoftware Quality Assurance Analysts & Testers
3 occupation categories · 100% classified
5.8%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

setting-up-just
network-and-computer-systems-administrators

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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

2026-04-29
codex-agent
software-developers

Run Codex tasks via the ai_cli Task Tool runner.

2026-04-29
coding-agent-hardening
software-developers

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
software-developers

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

2026-04-29
Showing top 8 of 28 collected skills in this repository.
sc-lint-version-adoption
software-developers

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
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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

2026-05-25
phase-orchestration
software-developers

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
software-quality-assurance-analysts-and-testers

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
Showing top 8 of 14 collected skills in this repository.
plan-hardening
project-management-specialists

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

2026-07-13
restore-team-communications
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
Showing top 8 of 13 collected skills in this repository.
html-a-b-comparison
web-developers

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
software-quality-assurance-analysts-and-testers

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
project-management-specialists

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

2026-07-31
adversarial-fuzzing
software-quality-assurance-analysts-and-testers

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
project-management-specialists

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

2026-07-16
team-lead
software-developers

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
software-developers

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
computer-occupations-all-other

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

2026-05-25
Showing top 8 of 12 collected skills in this repository.
creating-ai-clis
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-developers

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
Showing top 8 of 10 collected skills in this repository.
quality-management-gh
software-quality-assurance-analysts-and-testers

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
computer-occupations-all-other

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
software-developers

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

2026-07-12
triaging-findings
software-developers

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
computer-occupations-all-other

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
project-management-specialists

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

2026-07-11
restore-team-communications
computer-occupations-all-other

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
software-developers

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
Showing top 8 of 9 collected skills in this repository.
codex-orchestration
software-developers

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
software-developers

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

2026-03-12
team-lead
project-management-specialists

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
software-quality-assurance-analysts-and-testers

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
project-management-specialists

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
computer-and-information-systems-managers-113021

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

2026-04-03
phase-orchestration
computer-and-information-systems-managers-113021

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
software-quality-assurance-analysts-and-testers

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
computer-and-information-systems-managers-113021

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
Showing 12 of 16 repositories