kuntal-r-d/my-skills
Skill Claude CodeCodex
Produces a DSE pre-market daily briefing for a user's portfolio and watchlist using conditions-and-levels phrasing (never buy/sell commands). Use when the user asks for a morning briefing, pre-market summary, "what should I watch today", overnight news/disclosure recap, or a rundown of positions near stops/targets…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Explains financial and DSE-trading terms bilingually (English + Bangla) with dual-strategy impact for long-term investors versus momentum traders, good/bad thresholds, a Bengali-context analogy, and what-to-do notes. Use when the user asks "what is ROE/PE/RSI/MACD", "explain this metric in Bangla", "is a PEG of 0.8…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Reads a DSE stock's fundamentals, flags balance-sheet risks, derives a multi-method fair-value range, and returns a fundamental score, rating, and reasoning. Use when the user asks for fundamental analysis, intrinsic/fair value, DCF or Graham valuation, balance-sheet health, red flags, "is this stock…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Assesses the Bangladesh (DSE) macro regime — policy rate, FX reserves, inflation, BDT, politics, regulation — and emits a risk multiplier and regime label (riskon/neutral/cautious/riskoff) that scales risk appetite across signals. Use when the user asks about the market regime, macro backdrop, "is now a risk-on or…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Runs the Minervini SEPA + Driehaus 25-point momentum checklist over a DSE stock and returns a pass/fail per criterion, an overall count (e.g. 18/25), a category-weighted momentum score and a Momentum Grade (A+..F). Use when the user wants a momentum screen, trend-template check, "does this stock qualify as a leader"…
kuntal-r-d/my-skills
Skill Claude CodeCodex
This skill documents the core development patterns and conventions used in the my-skills TypeScript repository. It covers file organization, code style, commit message conventions, and testing patterns to ensure consistency and maintainability across the codebase.
kuntal-r-d/my-skills
Skill Claude CodeCodex
Discovers and out-of-sample validates recurring price patterns for one DSE ticker with anti-overfitting safeguards (train/holdout split, minimum occurrences, Bonferroni multiple-testing correction, auto-retirement of degraded patterns, manipulation-footprint warnings). Use when the user asks to mine, backtest, or…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Summarizes GitHub pull requests into a changelog-friendly bullet list. Use when the user asks to summarize a PR, generate release notes, or describe diffs.
kuntal-r-d/my-skills
Skill Claude CodeCodex
Converts a raw DSE trade signal plus OHLCV price data into risk-checked recommendations with concrete BDT numbers — dual ATR and structure (support/resistance) strategies for buy zone, stop-loss, target, risk:reward, Kelly/percent position sizing, and pass/fail risk gates (liquidity, sector concentration, portfolio…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Computes ticker/sector news sentiment for DSE stocks and separates rumour-driven items from fundamentals-driven news, since the Dhaka Stock Exchange is rumour-heavy. Use when the user asks about news sentiment, "what's the news saying about GP", headline tone, rumour vs real news, or wants a sentiment score to feed…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Combines per-agent DSE sub-scores (technical, fundamental, smart-money, sentiment, macro, volume-flow) into two synthesized signals — a long-term Investment signal and a short-term Momentum signal — each with a 1-10 DSE Composite Score, rating, confluence/conflict logic, and microstructure suppression. Use when the…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Tracks institutional, foreign, sponsor/director, and fund-manager moves for a DSE stock from public shareholding disclosures and returns an accumulation/distribution score, rating, and reasoning. Use when the user asks about smart money, institutional buying/selling, foreign inflow/outflow, sponsor or director…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Screens a universe of DSE stocks by fundamental ratios, technical signals, pre-built templates, or a natural-language query, then ranks survivors. Use when the user wants to find/screen/filter stocks, asks "show me cheap stocks", "value stocks under P/E 15", "dividend champions", "momentum stocks breaking 52-week…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Runs a DSE Technical Analysis Committee over a stock's OHLCV history and returns a weighted technical score, rating, and reasoning. Use when the user asks for technical analysis, momentum/trend read, chart signal, RSI/MACD/ADX/Bollinger/volume analysis, or "is this stock technically bullish/bearish" for a Dhaka Stock…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Consolidates the Thinking Cards from sibling Stock Buddy skills into one PDF-ready Markdown dossier for a DSE ticker. Use when the user asks for a full report, one-pager, "everything on this stock", a consolidated/printable analysis, an investment memo, or a single document combining technical, momentum, fundamental…
kuntal-r-d/my-skills
Skill Claude CodeCodex
Runs the 30-point value-investing checklist (Buffett 10, Lynch 8, Graham 8, Quality 4) over a DSE stock's fundamentals and returns a pass/fail with the actual value per criterion, weighted bucket scores and an Investment Grade (A+..F) with a 0-4.0 GPA. Use when the user wants a value screen, "is this a good long-term…
kuntal-r-d/my-skills
Command Claude Code
Discover pipeline API contract from source code and/or running container, generate a Pipeline Descriptor JSON.
kuntal-r-d/my-skills
Command Claude Code
Generate a WAIF web component from a Pipeline Descriptor JSON file.
kuntal-r-d/my-skills
Command Claude Code
RCF BUILD SEQUENCE - Orchestrate building multiple FBS entries in dependency order. Manages the full build pipeline from FBS document generation through 5-stage execution.
kuntal-r-d/my-skills
Command Claude Code
RCF BUILD stage - Implement feature code to satisfy all acceptance criteria in an FBS. Stage 2 of the 5-stage RCF build cycle.
kuntal-r-d/my-skills
Command Claude Code
Generate the WAIF Build Sequence dependency graph infographic from current RCF Build Sequence data. Produces an interactive HTML file driven by embedded JSON.
kuntal-r-d/my-skills
Command Claude Code
Generate an RCF Feature Build Specification (FBS) document from Build Sequence context.
kuntal-r-d/my-skills
Command Claude Code
RCF DEFINE stage - Generate test suite structure and test case definitions for an FBS. Stage 1 of the 5-stage RCF build cycle.
kuntal-r-d/my-skills
Command Claude Code
RCF EXECUTE - Orchestrate complete FBS workflow (DEFINE -> BUILD -> REVIEW -> TEST -> FINALISE) via isolated subagents.