Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

skills

skills 收录了来自 dstoc 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
0
更新
2026-07-01
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

jj-protected-workspaces
软件开发工程师

Use when working with source control for a project within /home/user/workspace/code or code-agent.

2026-07-01
extract-reusable-process
软件开发工程师

Turn a recent human-agent interaction into a portable workflow description.

2026-06-21
proposal-goal-subagents
软件开发工程师

Work through a proposal by starting a tracked /goal, reading the proposal, breaking it into milestone-sized tasks, and delegating each implementation milestone to fresh subagents instead of implementing directly in the main agent. Use when the user wants proposal-driven execution with explicit progress tracking and milestone-by-milestone delegation.

2026-06-21
write-proposals
软件开发工程师

Draft new proposal documents for a codebase in the local proposal style. Use when the user wants a new proposal written before implementation, or wants an idea turned into a structured design/proposal document with motivation, problem statement, proposal, non-goals, verification, and success criteria.

2026-06-21
npm-dependencies
软件开发工程师

Manage npm package dependencies in this environment. Use when adding or updating npm packages, editing package.json/package-lock.json, or when network access must be constrained to `run-in-nw-sandbox -- npm install --no-scripts [--save | --save-dev] -- package-spec ...` followed by `npm rebuild` outside the sandbox.

2026-06-21
run-in-nw-sandbox
软件开发工程师

How to use the run-in-nw-sandbox helper to run commands with network access

2026-06-21
rust-dependencies
软件开发工程师

Manage Rust/Cargo dependencies in this environment. Use when adding, updating, or fetching crates, editing `Cargo.toml`, or working within the constraint that the only approved network command is `cargo fetch` via `run-in-nw-sandbox`.

2026-06-21
uv-pip-offline-download
软件开发工程师

How to use uv and Python packaging commands in this environment, including when to use run-in-nw-sandbox for index access and how to run offline installs from `/home/user/pip-cache` with `--no-index --find-links`.

2026-06-21
command-policy-proposer
软件开发工程师

Propose or modify Rego sandbox command policies for mcp-run (PROPOSAL_DIR ~/proposed-sandbox-commands; runtime POLICY_DIR /opt/config/sandbox_commands). Use when asked to draft new .rego files, update existing policy logic, or review command allowlists with safe argument constraints and network/data-exfiltration safeguards.

2026-06-02