Skip to main content
在 Manus 中运行任何 Skill
一键导入
ray-manaloto
GitHub 创作者资料

ray-manaloto

按仓库查看 4 个 GitHub 仓库中的 213 个已收集 skills。

已收集 skills
213
仓库
4
更新
2026-07-25
仓库浏览

仓库与代表性 skills

next-workflow-step
软件开发工程师

Use this skill when the user wants to transition to the next workflow step, wrap up a session cleanly, prepare a handoff, or says things like "next step", "continue the workflow", "wrap up", "hand off", "move to the next phase", "what's next in embrace", or "prepare for /clear". Also triggers when the current octo:embrace phase appears complete and no explicit next action is set.

2026-03-30
dotfiles-team
软件开发工程师

Spawn a dotfiles team for changes spanning chezmoi templates, mise config, and system validation. Use when adding tools that need both mise config and shell config changes.

2026-03-29
mde-homebrew
软件开发工程师

Use when diagnosing brew failures in mde update, auditing brew-owned packages, resolving brew-vs-mise ownership conflicts, or troubleshooting Homebrew on macOS. Key files: src/mde/maintain/update.py, src/mde/validate/brew.py, configs/mde-tool-ownership.json. Keywords: brew doctor, brew upgrade, cask sudo, tap repair, formula conflict, Brewfile.

2026-03-29
chezmoi-agent-config
软件开发工程师

This skill should be used when the user asks to manage AI agent configurations (CLAUDE.md, AGENTS.md, permissions, MCP settings, skills) across multiple tools and machines using chezmoi templates. Use when syncing .claude/ settings across machines, templating CLAUDE.md for different environments, distributing agent instructions to Claude Code/Codex/Copilot from one source, managing AI agent permissions via chezmoi data, backing up Claude Code config with chezmoi, or setting up a shared skills directory.

2026-03-29
mise-tool-management
软件开发工程师

This skill should be used when the user asks to "add a tool to mise", "install a new CLI tool", "choose a mise backend", "search the mise registry", "detect tool drift", or mentions mise tool installation, backend selection, GIT_TERMINAL_PROMPT enforcement, or adding new dependencies to mise config.

2026-03-29
doppler-secrets
软件开发工程师

Use when setting up Doppler as secrets source of truth, syncing Doppler to fnox/Keychain, bulk importing/exporting secrets, validating Doppler vs fnox parity, or troubleshooting Doppler CLI issues in this mise+chezmoi dev environment.

2026-03-27
evaluate-marketplace
软件开发工程师

This skill should be used when the user asks to "evaluate plugins", "scan marketplace", "audit community plugins", "find plugins for X", "screen marketplace", "plugin audit", "what plugins should we install", or "review marketplace plugins". Orchestrates full marketplace evaluation pipeline: screen all plugins, deep-review finalists, persist findings to repo, and optionally run multi-model review rounds.

2026-03-26
goal-config
软件开发工程师

This skill should be used when the user asks to "update evaluation goals", "add plugin goal", "change marketplace evaluator config", "modify evaluation criteria", "add a new capability need", "remove a goal", or "reconfigure evaluator models". Manages the goals.yaml configuration for the marketplace evaluator.

2026-03-26
当前展示该仓库 Top 8 / 116 个已收集 skills。
mise-cookbook-cpp-cmake
软件开发工程师

End-to-end recipe for a modern C++ project managed by mise — cmake + ninja + ccache + mold linker + clang-tools + optional conan package manager. Full CMakePresets.json, mise.toml tasks, and first-run walkthrough. Use when starting a new C++ project or modernizing an existing one.

2026-04-08
mise-cookbook-docker-dev
软件开发工程师

End-to-end recipe for a Docker-based dev loop with mise — multi-stage Dockerfile with mise pre-installed, docker-compose for services (Postgres, Redis), BuildKit cache mounts, and mise tasks that wrap compose. Use when running dev entirely in containers or prod-parity testing.

2026-04-08
mise-cookbook-go-service
软件开发工程师

End-to-end recipe for a Go HTTP service managed by mise — Go + air (hot reload) + golangci-lint + gotestsum + a Dockerfile hint for production. Complete mise.toml template, first-run walkthrough, and common gotchas. Use when starting a new Go service or adding mise to an existing one.

2026-04-08
mise-cookbook-neovim
软件开发工程师

End-to-end recipe for a Neovim configuration managed by mise — the vim.env.PATH prepend pattern, LSPs installed via mise (npm:pyright, aqua:gopls, etc.), conform.nvim for formatters, and the mise-managed "editor as a tool" approach. Use when setting up a modern Neovim config that plays nicely with mise-managed projects.

2026-04-08
mise-cookbook-node-nextjs
网页开发工程师

End-to-end recipe for a Next.js app managed by mise — Node + pnpm (via corepack) + TypeScript + Prettier + ESLint + Playwright. Complete mise.toml template, first-run walkthrough, and common gotchas. Use when starting a new Next.js app or adding mise to an existing one.

2026-04-08
mise-cookbook-python-fastapi
软件开发工程师

End-to-end recipe for a FastAPI service managed by mise — Python + uv + ruff + pytest + a Postgres env var. Complete mise.toml template, first-run walkthrough, and common gotchas. Use when starting a new FastAPI project or adding mise to an existing one.

2026-04-08
mise-cookbook-ruby-rails
软件开发工程师

End-to-end recipe for a Rails 7+ app managed by mise — Ruby + Node (for assets) + bundler with vendor/bundle + RAILS_ENV + bin/dev. Complete mise.toml template, first-run walkthrough, and common gotchas. Use when starting a new Rails app or adding mise to an existing one.

2026-04-08
mise-cookbook-terraform
软件开发工程师

End-to-end recipe for a Terraform (or OpenTofu) IaC project managed by mise — terraform + tflint + terraform-docs + tfsec + aws-cli, with init/plan/apply/docs/lint tasks. Complete mise.toml template, first-run walkthrough, and common gotchas. Use when starting a new IaC project or adding mise to an existing one.

2026-04-08
当前展示该仓库 Top 8 / 64 个已收集 skills。
clear-prep
其他计算机职业

Prepare for a /clear: bring all documentation up to date with this session's changes, persist recovery context (memory + handoff), and emit a copy-paste resume prompt so the next session begins the next task with zero context loss. Invoke explicitly as /clear-prep [next-task].

2026-07-25
devcontainer-feature-schema-probe
软件开发工程师

Use when adding or modifying a devcontainer feature in devcontainer.json - fetch its devcontainer-feature.json schema first and verify every option key exists, because features silently drop unknown options.

2026-07-25
git-branch-commit-push-workflow
软件开发工程师

Use when creating branches, commits, pushes, or PRs with plain git. Branch BEFORE committing — never commit directly onto the default branch. Avoids virtual-branch composition bugs where commits silently depend on other applied branches.

2026-07-25
handoff
其他计算机职业

Write a CROSS-SURFACE session handoff to a tracked path and push it, so a session on another surface (web, desktop, or CLI) can continue with zero context loss. Use when ending a session whose work must be picked up on a DIFFERENT machine/surface. For same-machine /clear continuity use /clear-prep instead. Invoke as /handoff [next-task].

2026-07-25
research-with-verification-gap-fill
软件开发工程师

Use when running parallel-scientist research - ALWAYS follow with an opus verification stage that re-probes load-bearing claims and surfaces gaps. Skipping the verifier almost shipped a wrong recommendation in session 2026-04-07e.

2026-07-25
ssh-ignoreunknown-cross-platform
网络与计算机系统管理员

Use when sharing a single `~/.ssh/config` across macOS + Linux - apply OpenSSH `IgnoreUnknown` to tolerate macOS-only directives (`UseKeychain`, `AddKeysToAgent`) on Linux where they would otherwise be fatal.

2026-07-25
tool-currency-check
网络与计算机系统管理员

Use when auditing whether the repo's pinned tools are current AND whether any hand-rolled custom code is now superseded by a native tool feature. Produces a retire/bump report from mise outdated + pkl/pin-vs-latest diff + a cache-first release-note scan.

2026-07-24
context7-cli
软件开发工程师

Use when the user mentions "ctx7" or "context7", needs current docs for any library, wants to install/search/generate skills, or needs to set up Context7 for their AI coding agent. Fetches library documentation, manages AI coding skills, and configures Context7 MCP.

2026-07-24
当前展示该仓库 Top 8 / 31 个已收集 skills。
已展示 4 / 4 个仓库
已展示全部仓库