Skip to main content
Manusで任意のスキルを実行
ワンクリックで
ryanmaclean
GitHub クリエイタープロフィール

ryanmaclean

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

収集済み skills
120
リポジトリ
5
更新
2026-05-08
リポジトリマップ

skills がある場所

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

リポジトリエクスプローラー

リポジトリと代表的な skills

このリポジトリの収集済み skills 61 件中、上位 8 件を表示しています。
almanac
秘書・行政アシスタント(法律・医療・役員除く)

Almanac reference for dates, holidays, time zones, business days, and astronomical events. Use when checking if a date is a business day, calculating date differences, converting time zones, looking up holidays, or checking for astronomical events like solstices, equinoxes, and moon phases. Also for seasonal calculations, workday schedules, and calendar arithmetic.

2026-04-15
toyota-way
ソフトウェア開発者

Toyota Production System (TPS) and Toyota Way for software engineering — lean thinking, waste elimination, root cause analysis, and continuous improvement. Use when identifying waste (muda/muri/mura), running blameless postmortems, doing 5 Whys, writing A3 problem statements, or connecting lean philosophy to TRIZ contradiction resolution.

2026-04-15
translate
通訳者・翻訳者

Local multilingual translation via Ollama — 119 languages, no API key, no network, no data leaves the machine. Use when translating to/from Japanese, Chinese, Korean, French, Spanish, German, Portuguese, Russian, Arabic, or any other language. Also for localization, i18n text, and roundtrip validation. Qwen3:32b on Apple Silicon — faster and cheaper than cloud APIs.

2026-04-15
triz
ソフトウェア開発者

TRIZ contradiction matrix oracle for software and systems design. Use when improving one quality worsens another — speed vs correctness, isolation vs sharing, autonomy vs control, simplicity vs completeness. Trigger phrases: "tradeoff", "tension between", "can't have both", "worsens when", "at the cost of", "faster but less reliable", "more isolated but harder to share". Not for bugs, merge conflicts, or tool choices. Prerequisite: triz binary must be installed (run `triz doctor` to verify).

2026-04-15
ansible-fleet
ネットワーク・コンピュータシステム管理者

Deploy and manage software on Linux/BSD fleet hosts (Pis, NAS, workstations) via Ansible. Use when user mentions deploy, ansible, fleet, hosts, inventory, or deployment.

2026-04-15
elixir-gastown-ops
ネットワーク・コンピュータシステム管理者

Use when operating, debugging, or deploying the elixir-gastown Elixir/BEAM fleet — cluster federation, release builds, worker deploys, seccomp fixes, sname/name distribution issues, rate limiter, or any gastown service on Pi workers or coordinator nodes.

2026-04-15
fleet-irc
ネットワーク・コンピュータシステム管理者

Use when communicating with fleet agents, checking agent status, or sending commands via IRC. The fleet runs TLS IRC on 10.0.3.203; agents listen in

2026-04-15
irclaw-cluster-ops
ネットワーク・コンピュータシステム管理者

Use when operating the fleet of Raspberry Pis, NAS hosts, and workstations via irclaw IRC bots, Ansible, Ollama (kimi-k2.5:cloud), or long-running deploys. Covers IRC DM protocol, bot security policy, zellij for long tasks, OS upgrades, and gastown/polecat deployments.

2026-04-15
このリポジトリの収集済み skills 40 件中、上位 8 件を表示しています。
apple-silicon
ソフトウェア開発者

Apple Silicon optimization for VMs, ML inference, and compression. Covers Metal GPU acceleration, MLX model inference, CoreML conversion, M-series zstd compression, Apple Virtualization Framework, and performance tuning.

2026-05-08
datadog
ネットワーク・コンピュータシステム管理者

Query Datadog APM traces, logs, metrics, SLOs, security signals, and service catalog. Create monitors, dashboards, and synthetic tests. Manage incidents and workflows. Use when investigating performance issues, searching logs, checking SLOs, analyzing costs, or automating Datadog operations.

2026-05-08
k8s-deploy
ネットワーク・コンピュータシステム管理者

Helm and Kubernetes deployment operations for ACR/AKS production, KIND local development, and resource management. Use for deploying charts, managing pods/services, configuring ingress, and troubleshooting K8s workloads.

2026-05-08
openrouter-models
ソフトウェア開発者

Find and test free OpenRouter models. Lists available free models, tests their availability, and selects the best working model for code generation tasks. Use this before spawning agents to select cost-effective models.

2026-05-08
datadog-code-security
情報セキュリティアナリスト

Run Datadog Code Security scans — SAST, SAIST (AI-native SAST), SCA, secrets, IaC scanning, plus supply-chain protection (GuardDog, Supply-Chain Firewall) and IDE runtime defense (IDE Shepherd). Integrates via Code Security MCP Server for real-time scanning in Claude Code, Cursor, and VS Code. Use when asked to scan code for vulnerabilities, run a security audit, find bugs via static analysis, check dependencies for known CVEs, or protect against supply-chain attacks.

2026-05-07
henshu
通訳者・翻訳者

Editorial quality gate for i18n translations. Validates translation completeness, placeholder parity, terminology consistency, and wiring coverage across all locale files. Run before any PR that touches UI to prevent translation drift. Use when: adding new UI strings, modifying pages/components, or before releases.

2026-05-04
project-conventions
ソフトウェア開発者

VibeCode project conventions, patterns, and critical warnings. Preload into any agent working on this codebase.

2026-02-13
testing-guide
ソフトウェア品質保証アナリスト・テスター

VibeCode test conventions, Jest configuration, mock patterns, and known issues. Preload into test-fixer and quality-sweep agents.

2026-02-13
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
cli-task-lifecycle
ソフトウェア開発者

Use the `at` CLI to create, execute, monitor, and complete tasks on the Auto-Tundra daemon. Covers the full bead lifecycle from sling to done.

2026-02-22
diagnostics
ソフトウェア開発者

Use when troubleshooting build failures, test failures, daemon connectivity issues, or integration errors in Auto-Tundra.

2026-02-22
api-operations
ソフトウェア開発者

Use the Auto-Tundra HTTP API directly (via curl) for operations not exposed in the CLI, such as task updates, terminal management, GitLab/Linear queries, and Kanban board manipulation.

2026-02-22
crate-development
ソフトウェア開発者

Use when adding features, fixing bugs, or refactoring code in any Auto-Tundra crate. Covers build, test, lint, and validation workflows.

2026-02-22
integration-hardening
ソフトウェア開発者

Use for GitHub/GitLab/Linear wiring in rust-harness to remove stub-token paths, enforce env-driven credential resolution, and add regression tests for real-client behavior with safe fallbacks.

2026-02-22
ollama-refinery-overseer
ネットワーク・コンピュータシステム管理者

Use for local Ollama-first execution with queued multi-agent CLI workflows. Configures auto-tundra for one-human-overseer and many-agent-subscriber code refinery mode.

2026-02-22
tundra-cli-smoke
ソフトウェア品質保証アナリスト・テスター

Use when developing or refactoring at-cli. Runs deterministic smoke checks for run/agent/skill/doctor commands, including --dry-run and --out artifact paths.

2026-02-22
wave-execution
ソフトウェア開発者

Use for multi-lane implementation waves in rust-harness when coordinating sub-agents, sequencing risk, and enforcing compile/test gates before reporting completion.

2026-02-22
5 件中 5 件のリポジトリを表示
すべてのリポジトリを表示しました