Agent SkillsHammerGPT/Hyper-Alpha-Arena › resource-management

resource-management

GitHub

用于修改、重新绑定或删除现有交易资源(策略、信号池、交易员)。通过先查询现有资源,再执行更新或调整操作,确保不创建重复项并验证交易所兼容性。

backend/skills/resource-management/SKILL.md HammerGPT/Hyper-Alpha-Arena

触发场景

change my strategy rebind signal pool modify my prompt update my program switch to a different signal pool delete this trader

安装

npx skills add HammerGPT/Hyper-Alpha-Arena --skill resource-management -g -y
更多选项

非标准路径

npx skills add https://github.com/HammerGPT/Hyper-Alpha-Arena/tree/main/backend/skills/resource-management -g -y

不安装直接使用

npx skills use HammerGPT/Hyper-Alpha-Arena@resource-management

指定 Agent (Claude Code)

npx skills add HammerGPT/Hyper-Alpha-Arena --skill resource-management -a claude-code -g -y

安装 repo 全部 skill

npx skills add HammerGPT/Hyper-Alpha-Arena --all -g -y

预览 repo 内 skill

npx skills add HammerGPT/Hyper-Alpha-Arena --list

SKILL.md

Frontmatter
{
    "name": "resource-management",
    "shortcut": "resource",
    "description": "This skill should be used when the user wants to MODIFY, REBIND, DELETE, or REORGANIZE existing trading resources (strategies, signal pools, traders, bindings). Trigger phrases include \"change my strategy\", \"rebind signal pool\", \"modify my prompt\", \"update my program\", \"switch to a different signal pool\", \"delete this trader\".",
    "description_zh": "当用户要求修改、重新绑定、删除或重组现有交易资源(策略、信号池、Trader、绑定)时使用此技能。"
}

Resource Management

Help users manage and reorganize their existing trading resources. Core principle: never create duplicates — always check what exists first.

Pre-requisites (MUST confirm before proceeding)

  1. Confirm which resource(s) the user wants to modify
  2. Confirm the exchange context (affects which resources are compatible)

Workflow

Phase 1: Resource Survey

Query all relevant resources:

  • list_traders → traders, their bindings, wallets, status
  • list_signal_pools → pools with symbols and conditions
  • list_strategies → prompts and programs with binding status

Present a clear summary of what exists, using natural language:

  • Resource names (not IDs)
  • Current bindings and relationships
  • Active/inactive status

→ [CHECKPOINT] Show resource inventory. Confirm what the user wants to change.

Phase 2: Execute Changes

Based on user intent:

Modify strategy content:

  • Get full content: list_strategies(strategy_id=X, strategy_type="prompt"|"program")
  • Delegate edit to sub-agent with existing ID:
    • call_prompt_ai(task="...", prompt_id=X) for prompts
    • call_program_ai(task="...", program_id=X) for programs
  • Save with existing ID to update (not create new)

Rebind resources:

  • bind_prompt_to_trader — replaces existing prompt binding (one-to-one)
  • bind_program_to_trader — creates new binding (many-to-many)
  • update_trader_strategy — change signal pools or trigger config
  • Always verify exchange compatibility before binding

Adjust signal pools:

  • Describe current config and desired changes to Signal AI
  • call_signal_ai(task="adjust thresholds for pool X...")
  • Save with existing pool ID to update

→ [CHECKPOINT] Show what was changed. Wait for user confirmation.

Phase 3: Verify

  • Re-query affected resources to confirm changes applied
  • If bindings changed, offer to run diagnose_trader_issues to verify health

Key Rules

  • ALWAYS survey existing resources before any operation
  • Signal pool exchange must match trader's wallet exchange when rebinding
  • Use existing IDs when updating — do not create duplicates
  • For read-only queries (view/explain), use query tools directly, not sub-agents

版本历史

  • 9bdf62d 当前 2026-07-25 06:36

同 Skill 集合

backend/skills/factor-mining/SKILL.md
backend/skills/market-analysis/SKILL.md
backend/skills/memory-management/SKILL.md
backend/skills/performance-review/SKILL.md
backend/skills/program-strategy-setup/SKILL.md
backend/skills/prompt-strategy-setup/SKILL.md
backend/skills/system-health-check/SKILL.md
backend/skills/trader-diagnosis/SKILL.md

元信息

文件数
0
版本
9bdf62d
Hash
a5b2c94c
收录时间
2026-07-25 06:36

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-02 01:51
浙ICP备14020137号-1 $访客地图$