Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Managing Portfolio Rebalancing

ASecurity

Structures rebalancing processes with drift monitoring, tax-aware trading, and transaction cost optimization. Use when rebalancing portfolios, managing allocation drift, or optimizing trading costs.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessapisecurity

Works with

cliapi

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill managing-portfolio-rebalancing --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Managing Portfolio Rebalancing?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Managing Portfolio Rebalancing
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-managing-portfolio-rebalancing/badge)](https://www.skillsdirectory.com/skills/lev-os-managing-portfolio-rebalancing)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: managing-portfolio-rebalancing
description: Structures rebalancing processes with drift monitoring, tax-aware trading, and transaction cost optimization. Use when rebalancing portfolios, managing allocation drift, or optimizing trading costs.
tags:
  - management
  - asset-management
  - portfolio
  - trading
metadata:
  author: casemark
  practice_areas:
    - Portfolio Management
    - Asset Management
    - Wealth Management
  document_types:
    - Management Report
  skill_modes:
    - Management
    - Coordination
---
# Managing Portfolio Rebalancing

Structures rebalancing processes with drift monitoring, tax-aware trading, and transaction cost optimization.

## When To Use

- Portfolio allocations have drifted beyond policy-defined thresholds (absolute or relative)
- Calendar-based rebalancing triggers are approaching (quarterly, semi-annual, annual)
- Cash flows (contributions, withdrawals, distributions) create meaningful allocation shifts
- Market events cause rapid asset class divergence from target weights
- Tax-loss harvesting opportunities overlap with rebalancing needs
- New investment policy statement (IPS) targets require transition trading

## Inputs To Gather

- **Current portfolio holdings**: Positions, quantities, market values, cost basis (lot-level if tax-aware)
- **Target allocation**: Policy weights by asset class, sub-asset class, or individual security
- **Drift thresholds**: Absolute (e.g., ±3%) and relative (e.g., ±20% of target weight) tolerance bands
- **Rebalancing constraints**: Minimum trade size, restricted securities, liquidity limits, sector caps
- **Tax information**: Holding periods, unrealized gains/losses by lot, wash-sale exposure windows, client tax bracket [VERIFY — jurisdiction-specific capital gains treatment]
- **Transaction cost data**: Commission schedules, bid-ask spreads, estimated market impact for position sizes
- **Cash flow schedule**: Pending contributions, withdrawals, income distributions, or capital calls
- **Account structure**: Taxable vs. tax-deferred vs. tax-exempt accounts; sleeve or sub-advisor mandates

## Workflow

1. **Snapshot current allocation**
   - Pull current market values for all holdings and compute actual weights
   - Map holdings to the target allocation taxonomy (asset class, geography, sector)
   - Flag any unmapped or illiquid positions that cannot participate in rebalancing

2. **Calculate drift**
   - Compute absolute drift (actual weight − target weight) for each asset class
   - Compute relative drift (absolute drift ÷ target weight) where target weight > 0
   - Identify which positions breach policy tolerance bands
   - Rank breaches by severity to prioritize trading

3. **Generate rebalancing trades**
   - Determine net buy/sell amounts needed to return each asset class to target
   - Net cash flows against required trades to reduce unnecessary round-trip transactions
   - Apply minimum trade size filters — suppress trades below materiality thresholds
   - For multi-account households, identify optimal account placement (asset location)

4. **Apply tax-aware overlay**
   - Identify lots with short-term vs. long-term holding periods; prefer selling long-term lots when gains are unavoidable
   - Screen for tax-loss harvesting candidates — replace with correlated but non-substantially-identical substitutes [VERIFY — IRS wash-sale rule 30-day window and "substantially identical" definition]
   - Estimate net realized gain/loss impact of proposed trades
   - Compare pre-tax and after-tax rebalancing paths; defer high-cost trades when drift is within outer tolerance band
   - Check for wash-sale conflicts across related accounts

5. **Optimize transaction costs**
   - Estimate total trading cost (commissions + spread + market impact) for the proposed trade list
   - Consolidate or batch trades where crossing opportunities exist internally
   - Consider limit orders for positions with wide bid-ask spreads
   - Evaluate partial rebalancing if full rebalancing cost exceeds expected tracking-error reduction benefit

6. **Execute and document**
   - Generate a rebalancing trade blotter with security, direction, quantity, estimated cost, and tax impact
   - Record pre-trade and post-trade allocations side by side
   - Note any positions intentionally left out of tolerance (with rationale)
   - Log compliance pre-trade checks: restricted list, concentration limits, IPS constraints [VERIFY — firm-specific compliance rule sets]

7. **Post-trade monitoring**
   - Confirm settlement and reconcile executed fills against intended trades
   - Recalculate portfolio weights post-execution to verify drift is resolved
   - Update cost basis records and wash-sale tracking ledgers
   - Set next rebalancing review date or re-arm drift-monitoring alerts

## Output

- **Drift analysis report**: Table showing each asset class with target weight, actual weight, absolute drift, relative drift, and breach status
- **Proposed trade list**: Security-level detail with direction, shares/units, estimated proceeds or cost, commission, spread cost, and tax impact per lot
- **Tax impact summary**: Projected short-term and long-term realized gains/losses, wash-sale exposure, and net tax cost estimate
- **Transaction cost estimate**: Aggregate commission, spread cost, and market impact projection
- **Pre/post allocation comparison**: Side-by-side weights before and after proposed rebalancing
- **Exception log**: Positions excluded from rebalancing with documented rationale

## Quality Checks

- Verify that post-rebalancing weights fall within all policy tolerance bands
- Confirm no wash-sale violations are created across taxable accounts in the household
- Validate that total transaction cost does not exceed the expected benefit of reduced tracking error
- Ensure all trades comply with restricted security lists and concentration limits
- Check that cash reserves remain above minimum requirements after all proposed trades settle
- Confirm lot-level cost basis data matches custodian records before calculating tax impact [VERIFY — custodian cost basis reporting standards may vary]
- Review that any substitute securities used for tax-loss harvesting maintain comparable risk/return characteristics

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →