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

gyrseek

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

已收集 skills
5
Stars
4
更新
2026-06-18
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

interrogation
项目管理专家

Interrogate the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-06-18
understand-code
软件开发工程师

Helps the human deeply understand the codebase through incremental teaching. Before each step, verifies they grasp the problem (motivation, branches, edge cases), the solution (design decisions, trade-offs), and the broader impact. Uses Socratic questioning, restatement checks, and adaptive depth (ELI5/ELI14/ELII — explain like she's an intern). Use when the user says "help me understand", "explain", "walk me through", "what does this do", "why was this done this way", or asks to be taught. Core skill for pairing with a junior developer or someone unfamiliar with the codebase.

2026-06-16
ponytail-help
其他计算机职业

Quick-reference card for all ponytail modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /ponytail-help, "ponytail help", "what ponytail commands", "how do I use ponytail".

2026-06-14
ponytail-review
软件质量保证分析师与测试员

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review", or invokes /ponytail-review. Complements correctness-focused review, this one only hunts complexity.

2026-06-14
ponytail
软件开发工程师

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports intensity levels: lite, full (default), ultra. Use whenever the user says "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni", "do less", or "shortest path", and whenever they complain about over-engineering, bloat, boilerplate, or unnecessary dependencies.

2026-06-14