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

devskills

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

已收集 skills
47
Stars
14
更新
2026-07-14
Forks
4
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

ds-blueprint
软件开发工程师

Design a target architecture for a new system — module boundaries, dependency rules, seams, and build order — from its requirements. Reports a blueprint; changes nothing.

2026-07-14
ds-architecture-plan
软件开发工程师

Analyze an existing codebase's architecture and produce a sequenced refactoring plan — assess module boundaries, dependency structure, and layering, then lay out ordered, risk-tagged steps. Language-agnostic. Reports a plan; changes nothing.

2026-07-14
ds-roadmap
软件开发工程师

Turn a goal or another command's output into an ordered task roadmap.

2026-07-14
ds-debug
软件开发工程师

Find the root cause of a failure with the scientific method — reproduce, isolate, fix, then prove it.

2026-07-14
ds-grill-me
软件开发工程师

Interview the user relentlessly about a plan or design until reaching shared understanding.

2026-07-14
ds-code-quality-review
软件开发工程师

Run an extremely strict maintainability + single-source-of-truth review of code changes — abstraction quality, file sprawl, spaghetti-condition growth, and duplicate/competing implementations. Reports findings by default; `--fix` applies the mechanical, unambiguous ones — structural/code-judo restructurings rest on judgment and stay reported.

2026-07-14
ds-tdd-mode
软件质量保证分析师与测试员

Drive implementation with tests, one vertical slice at a time.

2026-07-14
ds-test-mode
软件质量保证分析师与测试员

Activate pragmatic testing mode for this session.

2026-07-14
ds-test-quality-review
软件质量保证分析师与测试员

Run a strict review of test quality — whether the code that matters is well tested, and whether the tests are good ones. Reports a findings list by default; `--fix` applies the mechanical, unambiguous fixes (writing or redesigning tests stays reported).

2026-07-14
ds-handoff
软件开发工程师

Compact the current conversation into a handoff document so a fresh agent can continue the work.

2026-07-14
ds-project-checkpoint
软件开发工程师

Sweep the session for durable context and route each piece to its owning file, so the session can be cleared or ended safely.

2026-07-14
ds-git-mode
软件开发工程师

Activate git mode for this session.

2026-07-14
ds-senior-mode
软件开发工程师

Activate senior-engineer mode for this session.

2026-07-14
ds
软件开发工程师

The devskills router — names every skill by phase (orient → spec → plan → build → clean → review → verify → ship) and when to reach for it.

2026-07-14
ds-perf-plan
软件开发工程师

Analyze code for optimization opportunities and produce a graded performance plan — a ranked set of moves, each tagged by the architectural cost it incurs (L1/L2/L3). Language-agnostic. Reports a plan; changes nothing.

2026-07-14
ds-bug-review
软件开发工程师

Run a strict correctness review of code changes — hunt real bugs, not style or structure. Reports a findings list by default; `--fix` applies the mechanical, unambiguous fixes (logic-changing or uncertain ones stay reported).

2026-07-14
ds-comment-review
软件开发工程师

Run a strict review of code comments — flag the comments that don't earn their place and tighten the rest to the discipline. Language-agnostic. Reports a findings list by default; `--fix` applies the edits in place.

2026-07-14
ds-data-review
软件开发工程师

Run a strict data review of code changes — find data-correctness, integrity, and migration-safety defects. Store-agnostic (relational or NoSQL). Reports a findings list by default; `--fix` applies the mechanical, unambiguous fixes (logic-changing or uncertain ones stay reported).

2026-07-14
ds-doc-quality-review
软件开发工程师

Run a strict review of documentation quality — accuracy against the code, broken links and stale counts, coverage gaps, and bloat. Reports a findings list by default; `--fix` applies the mechanical, unambiguous fixes.

2026-07-14
ds-go-review
软件开发工程师

Review Go code with Tiger Style constraints and Go idioms.

2026-07-14
ds-java-review
软件开发工程师

Review Java code with Tiger Style constraints and Java idioms.

2026-07-14
ds-notebook-review
软件开发工程师

Run a strict review of Jupyter notebooks — find notebook-state, output-hygiene, reproducibility, and data-science correctness defects a line-by-line code review can't see. Reports a findings list by default; `--fix` applies the mechanical, unambiguous fixes (logic-changing or uncertain ones stay reported).

2026-07-14
ds-python-review
软件开发工程师

Review Python code with Tiger Style constraints and Python idioms.

2026-07-14
ds-rust-review
软件开发工程师

Review Rust code for safety metrics, error handling, and idiomatic Rust.

2026-07-14
ds-security-review
信息安全分析师

Run a strict security review of code changes — find exploitable weaknesses. Language-agnostic. Reports a findings list by default; `--fix` applies the mechanical, unambiguous fixes (logic-changing or uncertain ones stay reported).

2026-07-14
ds-ts-review
软件开发工程师

Review TypeScript code with Tiger Style constraints and TypeScript/Workers idioms.

2026-07-14
ds-ui-quality-review
网页与数字界面设计师

Run a strict review of UI quality — whether the interface is soundly engineered, crafted, accessible, and fast. Reports a findings list by default; `--fix` applies the mechanical, unambiguous fixes (design-judgment ones stay reported).

2026-07-14
ds-zig-review
软件开发工程师

Review Zig code with Tiger Style constraints and Zig idioms.

2026-07-14
ds-project-config
其他计算机职业

Configure project preferences in `.project/config.md` — currently the modes auto-applied on resume.

2026-07-14
ds-project-resume
其他计算机职业

Restore working context from `.project/PLAN.md` (and a fresh handoff, if any), and apply any configured modes.

2026-07-14
ds-tldt
综合办公文员

Summarize the provided content using extractive techniques.

2026-07-14
ds-quality-gate
软件质量保证分析师与测试员

Run the review pipeline against the current branch or feature as a finite quality gate — a sequenced set of strict review passes.

2026-07-14
ds-spec
软件开发工程师

Convert a description into a structured specification.

2026-07-14
ds-tiger-style-mode
软件开发工程师

Activate Tiger Style enforcement for this session.

2026-07-13
ds-data-mode
软件开发工程师

Activate data mode for this session.

2026-07-13
ds-deslop
软件开发工程师

Remove AI-generated code slop introduced on the current branch and align it with the surrounding codebase.

2026-07-13
ds-explore
软件开发工程师

Suggest candidate approaches to a problem — research and lay out options, but never decide.

2026-07-13
ds-osv
信息安全分析师

Scan project dependencies for known vulnerabilities using OSV Scanner.

2026-07-13
ds-project-compact
软件开发工程师

Compact the .project/ memory files — archive spent decisions and finished roadmap sections, keep the live files to what still governs. Loss-free and approval-gated.

2026-07-13
ds-project-map
软件开发工程师

Map the current repository into a durable project description at `.project/PROJECT.md`.

2026-07-13
当前展示该仓库 Top 40 / 47 个已收集 skills。