Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

torquetorque 搜索

Agent Skill

torque 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

214

周安装

9

GitHub Stars

4

下载量

75
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:torque(torque 搜索)
来源仓库:https://github.com/mattjaikaran/torque
仓库路径:skills/torque
安装命令:
npx skills add https://github.com/mattjaikaran/torque --skill torque
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mattjaikaran/torque --skill torque

简介

torque 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于关键词搜索、任务场景匹配或来源线索梳理等研究检索类工作。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件操作。
  • torque 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Torque — GSD + Superpowers, United

Core Rule

Check for .planning/ directory in the project root. This single check determines routing.

Primary Routing Table

Scenario.planning/ exists?SystemEntry Point
New project (greenfield)No → creates itGSD/gsd:new-project
Brownfield onboardingNo → creates itGSD/gsd:map-codebase then /gsd:new-project
New feature in GSD projectYesGSD/gsd:discuss-phase/gsd:spec-phase/gsd:plan-phase/gsd:execute-phase
AI/LLM integration phaseYesGSD/gsd:ai-integration-phase/gsd:plan-phase/gsd:execute-phase/gsd:eval-review
Quick task in GSD projectYesGSD/gsd:quick
Trivial fix in GSD projectYesGSD/gsd:fast (inline, no subagents)
Standalone feature (no GSD)NoSPREQUIRED: brainstormingwriting-planssubagent-driven-development
PRD-driven featureEitherSP → GSDwrite-a-prdprd-to-issues/gsd:new-project or /gsd:add-phase
Bug fix (any context)EitherSP firstREQUIRED: systematic-debugging ALWAYS first, then route fix through appropriate system
Code review (send)EitherSPREQUIRED: requesting-code-review (fills GSD's missing review step)
Code review (receive)EitherSPreceiving-code-review — verify feedback before implementing blindly
Stress-test a planEitherSPgrill-me — interview until all ambiguity is resolved
Architecture improvementEitherSPimprove-codebase-architecture — surface friction, propose refactors as RFC issues
Ship / PR creationYesGSD/gsd:ship or /gsd:pr-branch (filters .planning/ commits)
Ship (standalone)NoSPfinishing-a-development-branch
Resume workYesGSD/gsd:resume-work
Resume workNoSPRe-read plan files in docs/plans/

Extended Routing (GSD 1.34+)

ScenarioEntry PointNotes
Spec refinement/gsd:spec-phaseSocratic clarification of WHAT a phase delivers — produces SPEC.md before planning
AI/LLM design contract/gsd:ai-integration-phaseFramework selection, implementation guidance, evaluation strategy → AI-SPEC.md
AI eval audit/gsd:eval-reviewRetroactive audit of AI phase evaluation coverage
Spike (feasibility test)/gsd:spike/gsd:spike-wrap-upThrowaway experiment to validate approach before committing
Sketch (UI mockup)/gsd:sketch/gsd:sketch-wrap-upRapid HTML mockups with multi-variant exploration
UI/frontend phase/gsd:ui-phase/gsd:ui-reviewDesign contract (UI-SPEC.md) before implementation
Security audit/gsd:secure-phaseVerify threat mitigations post-implementation
Codebase intelligence/gsd:intelQuery, refresh, or inspect .planning/intel/
Code review + auto-fix/gsd:code-review/gsd:code-review-fixTwo-step: find issues, then fix atomically
Autonomous execution/gsd:autonomousRuns all remaining phases: discuss → plan → execute
Parallel workstreams/gsd:workstreamsManage concurrent work across features
Persistent debugging/gsd:debug4-phase debugging with knowledge base persistence
Phase assumptions/gsd:list-phase-assumptionsSurface Claude's assumptions before planning
Nyquist validation/gsd:validate-phaseAudit and fill validation gaps for a completed phase
Milestone audit/gsd:audit-milestone/gsd:plan-milestone-gapsVerify intent delivered, fill gaps
Ship / PR creation/gsd:shipCreate PR, run review, prepare for merge
Clean PR branch/gsd:pr-branchFilter out .planning/ commits for clean code review
Safe revert/gsd:undoRoll back phase or plan commits using phase manifest
Project statistics/gsd:statsPhases, plans, git metrics, timeline
Session report/gsd:session-reportToken usage estimates and work summary
Docs generation/gsd:docs-updateGenerate/update project docs verified against codebase
Changelogchangelog-generator (SP)Auto-generate user-facing changelogs from git commits
Diagnostics/gsd:healthDiagnose and repair .planning/ directory issues
Post-mortem/gsd:forensicsInvestigate failed GSD workflows
Learnings extraction/gsd:extract_learningsExtract decisions, patterns, surprises from completed phases

Idea Capture & Backlog

ScenarioEntry PointNotes
Quick note/gsd:noteZero-friction idea capture — append, list, or promote
Add todo/gsd:add-todoCapture task from conversation context
Check todos/gsd:check-todosList pending todos and select one to work
Backlog idea/gsd:add-backlogPark an idea in 999.x numbering
Review backlog/gsd:review-backlogPromote backlog items to active milestone
Plant seed/gsd:plant-seedForward-looking idea with trigger conditions
Explore idea/gsd:exploreSocratic ideation — think before committing

Browser & E2E Testing

ScenarioEntry PointNotes
Test web appwebapp-testing (SP)Playwright-based: screenshots, form fills, link checks
Full browser automationplaywright-skill (SP)Auto-detect dev servers, write test scripts

Two-Layer Model

  • GSD = macro layer: project structure, milestones, phases, plans, state tracking, pause/resume
  • Superpowers = micro layer: TDD, debugging methodology, verification, code review per task

GSD orchestrates WHAT to build and in what order. Superpowers enforce HOW to build each piece correctly.

Torque Commands

CommandPurpose
/torque:statusWhere am I? Single view across GSD + SP state
/torque:checkVerify GSD + SP installation and detect misconfigurations
/torque:nextSmart next-action — reads state, suggests one command
/torque:migrateUpgrade path to Meridian

Integration Rules (Summary)

  1. Plan location: GSD uses .planning/phases/, SP uses docs/plans/. Never mix.
  2. Brainstorming: Use discuss-phase for GSD work, brainstorming for standalone only. Never both.
  3. Subagent execution: GSD execute-phase OR SP subagent-driven-development. Never nested.
  4. Debugging: SP systematic-debugging runs first for all bugs. GSD deviation Rule 1 covers only incidental executor bugs.
  5. Code review after GSD: Run requesting-code-review after GSD verify-work, before merge.
  6. Code review receiving: When receiving review feedback, use receiving-code-review to verify suggestions before implementing blindly.
  7. UI discipline: For frontend phases, run /gsd:ui-phase to produce UI-SPEC.md before implementation, then /gsd:ui-review after.
  8. AI discipline: For AI/LLM phases, run /gsd:ai-integration-phase to produce AI-SPEC.md before implementation, then /gsd:eval-review after.
  9. Spec before plan: For medium+ features, run /gsd:spec-phase between discuss and plan to lock falsifiable requirements.
  10. Spike before commit: When feasibility is uncertain, run /gsd:spike before discuss-phase. Wrap findings with /gsd:spike-wrap-up.
  11. Ship cleanly: Use /gsd:ship or /gsd:pr-branch to create PRs that exclude .planning/ commits from code review.
  12. Learnings persist: GSD captures execution patterns automatically. Review with /gsd:intel to inform future phases.

Anti-Patterns (Never Do These)

  • Run brainstorming inside a GSD phase (use discuss-phase)
  • Create docs/plans/ in a GSD project (use .planning/phases/)
  • Nest SP subagent-driven-development inside GSD execute-phase
  • Skip systematic-debugging for bugs in GSD projects
  • Create .planning/ manually (use /gsd:new-project)
  • Use /gsd:quick for multi-phase work (use full pipeline)
  • Merge without code review (GSD has no review step built in)
  • Run both discuss-phase AND brainstorming (pick one based on .planning/ existence)
  • Implement review feedback without verifying it first (use receiving-code-review)
  • Skip spec refinement for ambiguous phases (use /gsd:spec-phase between discuss and plan)
  • Build AI features without evaluation strategy (use /gsd:ai-integration-phase first)
  • Push .planning/ commits in PRs (use /gsd:pr-branch to filter them out)
  • Commit to a large approach without spiking first (use /gsd:spike for uncertain feasibility)

Complexity Escalation

Trivial (typo, config) → /gsd:fast
Small (< 30 min, < 5 files) → /gsd:quick
Medium (single phase) → discuss → spec → plan → execute
Large (multi-phase) → new-project or add-phase pipeline
Uncertain feasibility → /gsd:spike first, then route by size
AI/LLM integration → /gsd:ai-integration-phase → plan → execute → eval-review
Autonomous (hands-off) → /gsd:autonomous

For detailed workflows and conflict resolution, load files from references/. Workflow guides are in references/workflows.md.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.41%
按下载量换算27

Claude

28.63%
按下载量换算21

Cursor

21.17%
按下载量换算16

Gemini CLI

10.18%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills