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

super-skills

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

已收集 skills
72
Stars
7
更新
2026-04-11
Forks
0
职业覆盖
10 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

api-design
软件开发工程师

API design guidance for resources, validation, error envelopes, pagination, and compatibility. Use when defining or reviewing HTTP APIs and service interfaces.

2026-04-11
backend-patterns
软件开发工程师

Backend architecture and API design guidance for service boundaries, validation, persistence, and caching. Use when building or refactoring backend flows and server-side systems.

2026-04-11
careful
软件开发工程师

Destructive-action warning workflow. Use when operations may delete files, rewrite git history, discard changes, or modify high-risk infrastructure and data paths.

2026-04-11
checkpoint
项目管理专家

Checkpoint workflow for capturing current state, decisions, and remaining work. Use before context switching, handing off work, or pausing a long-running task.

2026-04-11
coding-standards
软件开发工程师

Shared implementation standards for maintainable, safe, and readable code. Use when writing or reviewing code to keep naming, structure, validation, and error-handling expectations consistent.

2026-04-11
deep-research
市场调研分析师与营销专员管理分析师

Multi-source research workflow for current topics that require citations, synthesis, and explicit confidence. Use for technical, product, market, or ecosystem investigations with evidence requirements.

2026-04-11
dmux-workflows
软件开发工程师

Parallel execution workflow for worktrees, sub-agents, and tmux-style task orchestration. Use when independent tasks can be split safely across isolated execution lanes.

2026-04-11
documentation-lookup
软件开发工程师

Documentation lookup workflow for current library and API behavior using primary docs and trusted references. Use when implementation depends on up-to-date APIs or version-specific behavior.

2026-04-11
e2e-testing
软件质量保证分析师与测试员

End-to-end testing workflow for critical user flows using browser automation. Use when validating full-stack behavior, regression-prone journeys, or release gates for visible product functionality.

2026-04-11
exa-search
软件开发工程师

Exa-backed search workflow for web, company, and technical discovery tasks. Use when broad external search is needed and the result should be ranked and summarized efficiently.

2026-04-11
freeze
软件开发工程师

Scoped-edit workflow that restricts edits to an approved directory boundary. Use during debugging or sensitive refactors to prevent unrelated changes from leaking into the session.

2026-04-11
frontend-patterns
网页开发工程师

Frontend architecture guidance for component structure, state, accessibility, and UI behavior. Use when building or reviewing interfaces and interaction flows in modern web apps.

2026-04-11
guard
软件开发工程师

Combined safety workflow that applies destructive-command warnings and scoped edit boundaries together. Use for high-risk tasks where both command safety and edit containment matter.

2026-04-11
health-check
网络与计算机系统管理员

Repository health workflow for build, lint, type, test, and security status. Use to assess codebase readiness, run quality gates, or summarize engineering health before major changes or release.

2026-04-11
investigate
软件质量保证分析师与测试员

Root-cause-first debugging workflow. Use for bugs, regressions, stack traces, production issues, or any case where the real failure path must be understood before edits are proposed.

2026-04-11
mcp-server-patterns
软件开发工程师

MCP design guidance for tools, resources, transports, validation, and trust boundaries. Use when cataloging MCP servers, building new servers, or reviewing MCP-related risk and integration choices.

2026-04-11
plan-architecture
软件开发工程师

Architecture planning workflow for implementation-ready technical plans. Use for system design, API shape, data flow, edge cases, and testable execution sequencing before code changes begin.

2026-04-11
plan-product
项目管理专家

Product framing workflow that merges founder, design, and wedge-definition review. Use for early product strategy, problem reframing, user-value sharpening, and design-direction planning before implementation starts.

2026-04-11
qa-browser
软件质量保证分析师与测试员

Browser-centric QA workflow for user flows, regressions, and bug reproduction. Use for end-to-end checking, report-only QA, or iterative test-and-fix loops around visible product behavior.

2026-04-11
review
软件质量保证分析师与测试员

Findings-first code review workflow focused on correctness, regressions, trust boundaries, and missing tests. Use for diffs, pull requests, pre-merge review, or any request to check code quality.

2026-04-11
security-review
信息安全分析师

Security review workflow for app code, secrets handling, MCP risks, and agentic attack surface. Use when code touches auth, user input, external tools, secrets, file access, or high-trust automation.

2026-04-11
ship-release
软件开发工程师

Release workflow that ties verification, review, documentation updates, and PR preparation together. Use when work is ready to package, summarize, and move toward merge or deployment.

2026-04-11
tdd-workflow
软件质量保证分析师与测试员

Test-driven development workflow for features, bug fixes, and refactors. Use to force test-first implementation with explicit coverage expectations and clear red-green-refactor sequencing.

2026-04-11
verification-loop
软件质量保证分析师与测试员

Verification workflow for build, lint, types, tests, and security checks. Use after meaningful code changes and before release or review handoff.

2026-04-11
api-design
软件开发工程师

API design guidance for resources, validation, error envelopes, pagination, and compatibility. Use when defining or reviewing HTTP APIs and service interfaces.

2026-04-03
backend-patterns
软件开发工程师

Backend architecture and API design guidance for service boundaries, validation, persistence, and caching. Use when building or refactoring backend flows and server-side systems.

2026-04-03
careful
信息安全分析师软件开发工程师

Destructive-action warning workflow. Use when operations may delete files, rewrite git history, discard changes, or modify high-risk infrastructure and data paths.

2026-04-03
checkpoint
高级秘书和行政助理

Checkpoint workflow for capturing current state, decisions, and remaining work. Use before context switching, handing off work, or pausing a long-running task.

2026-04-03
coding-standards
软件开发工程师

Shared implementation standards for maintainable, safe, and readable code. Use when writing or reviewing code to keep naming, structure, validation, and error-handling expectations consistent.

2026-04-03
deep-research
市场调研分析师与营销专员

Multi-source research workflow for current topics that require citations, synthesis, and explicit confidence. Use for technical, product, market, or ecosystem investigations with evidence requirements.

2026-04-03
dmux-workflows
软件开发工程师

Parallel execution workflow for worktrees, sub-agents, and tmux-style task orchestration. Use when independent tasks can be split safely across isolated execution lanes.

2026-04-03
documentation-lookup
软件开发工程师

Documentation lookup workflow for current library and API behavior using primary docs and trusted references. Use when implementation depends on up-to-date APIs or version-specific behavior.

2026-04-03
e2e-testing
软件质量保证分析师与测试员

End-to-end testing workflow for critical user flows using browser automation. Use when validating full-stack behavior, regression-prone journeys, or release gates for visible product functionality.

2026-04-03
exa-search
软件开发工程师

Exa-backed search workflow for web, company, and technical discovery tasks. Use when broad external search is needed and the result should be ranked and summarized efficiently.

2026-04-03
freeze
软件开发工程师

Scoped-edit workflow that restricts edits to an approved directory boundary. Use during debugging or sensitive refactors to prevent unrelated changes from leaking into the session.

2026-04-03
frontend-patterns
软件开发工程师

Frontend architecture guidance for component structure, state, accessibility, and UI behavior. Use when building or reviewing interfaces and interaction flows in modern web apps.

2026-04-03
guard
软件开发工程师

Combined safety workflow that applies destructive-command warnings and scoped edit boundaries together. Use for high-risk tasks where both command safety and edit containment matter.

2026-04-03
health-check
软件质量保证分析师与测试员

Repository health workflow for build, lint, type, test, and security status. Use to assess codebase readiness, run quality gates, or summarize engineering health before major changes or release.

2026-04-03
investigate
软件质量保证分析师与测试员

Root-cause-first debugging workflow. Use for bugs, regressions, stack traces, production issues, or any case where the real failure path must be understood before edits are proposed.

2026-04-03
mcp-server-patterns
软件开发工程师

MCP design guidance for tools, resources, transports, validation, and trust boundaries. Use when cataloging MCP servers, building new servers, or reviewing MCP-related risk and integration choices.

2026-04-03
当前展示该仓库 Top 40 / 72 个已收集 skills。