From trading-agent-safety
Set up bounded portfolio rebalancing on a Robinhood agentic-trading account — how it works and the guardrails that stop it over-trading on small drifts (rebalance bands, ambiguity rule, approval gate, per-trade cap). Educational, not financial advice. Use only when the user explicitly asks to rebalance or maintain target allocations with their trading agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/trading-agent-safety:rebalancingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
First: the `agent-guardrails` skill must be active and the user's caps set. Never
First: the agent-guardrails skill must be active and the user's caps set. Never
run a strategy without caps.
Before proposing or placing any trade, collect these — ask for whatever's missing, confirm them back, and don't proceed until all are set:
agent-guardrails sizes your caps.Keep holdings at target weights: trim what's grown overweight, top up what's lagged. The user sets explicit targets (e.g. 60/40); as prices drift, the agent brings them back toward target.
Confirm exact target weights, the drift band, caps, and the approval threshold with the user before placing orders. Do not infer targets from anything other than the user's direct instruction.
This is not financial advice. More: https://secprove.com/trading-agent-safety/rebalancing?utm_source=claude-skill&utm_medium=plugin&utm_campaign=trading-agent-safety
npx claudepluginhub secprove/trading-agent-safety --plugin trading-agent-safetyCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.