Skip to main content
randlee
GitHub クリエイタープロフィール

randlee

16 件の GitHub リポジトリにある 121 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
121
リポジトリ
16
更新
2026-08-01
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
synaptic-canvas
28 件の skills · 2026-05-16
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターDTPオペレーターネットワーク・コンピュータシステム管理者
4 件の職業カテゴリ · 100% 分類済み
23%比率
#02
sc-lint
14 件の skills · 2026-05-26
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家
3 件の職業カテゴリ · 100% 分類済み
12%比率
#03
atm-core
13 件の skills · 2026-07-13
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家
3 件の職業カテゴリ · 100% 分類済み
11%比率
#04
sc-compose
12 件の skills · 2026-08-01
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家ウェブ開発者その他コンピュータ職
5 件の職業カテゴリ · 100% 分類済み
9.9%比率
#05
raptor
10 件の skills · 2026-04-20
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターコンピュータ・情報システムマネージャープロジェクト管理専門家
4 件の職業カテゴリ · 100% 分類済み
8.3%比率
#06
wyvern
9 件の skills · 2026-07-14
その他コンピュータ職ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家
4 件の職業カテゴリ · 100% 分類済み
7.4%比率
#07
agent-team-mail
8 件の skills · 2026-03-16
ソフトウェア開発者プロジェクト管理専門家ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
6.6%比率
#08
sc-observability
7 件の skills · 2026-05-10
コンピュータ・情報システムマネージャーソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
5.8%比率
ここでは上位 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
このリポジトリの収集済み skills 28 件中、上位 8 件を表示しています。
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
このリポジトリの収集済み skills 14 件中、上位 8 件を表示しています。
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
このリポジトリの収集済み skills 13 件中、上位 8 件を表示しています。
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
このリポジトリの収集済み skills 12 件中、上位 8 件を表示しています。
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
このリポジトリの収集済み skills 10 件中、上位 8 件を表示しています。
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
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
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
16 件中 12 件のリポジトリを表示