[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-capital-allocation":3,"mdc--eg5xc7-key":36,"related-org-openai-capital-allocation":897,"related-repo-openai-capital-allocation":1102},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"capital-allocation","analyze corporate capital allocation strategies","Deep dive into capital deployment, buybacks, dividends, and shareholder yield",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Research","research","tag",{"name":17,"slug":18,"type":15},"Finance","finance",{"name":20,"slug":21,"type":15},"Investment Banking","investment-banking",{"name":23,"slug":24,"type":15},"Strategy","strategy",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fdaloopa\u002Fskills\u002Fcapital-allocation","---\nname: capital-allocation\ndescription: Deep dive into capital deployment, buybacks, dividends, and shareholder\n  yield\n---\n\nPerform a deep dive into capital allocation for the company named in the user's request. If no ticker or company is provided, ask for one before proceeding.\n\n**Before starting, read `..\u002Fdata-access.md` for data access methods and `..\u002Fdesign-system.md` for formatting conventions.** Follow the data access detection logic and design system throughout this skill.\n\nFollow these steps:\n\n## 1. Company Lookup\nLook up the company by ticker using `discover_companies`. Capture:\n- `company_id`\n- `latest_calendar_quarter` — anchor for all period calculations below (see `..\u002Fdata-access.md` Section 1.5)\n- `latest_fiscal_quarter`\n- Firm name for report attribution (default: \"Daloopa\") — see `..\u002Fdata-access.md` Section 4.5\n\n## 2. Market Data\nGet the current stock price, market cap, and shares outstanding for {TICKER} (see `..\u002Fdata-access.md` Section 2 for how to source market data in your environment).\n- This is needed to compute yields and per-share metrics\n\nIf market data is unavailable, note that market-derived metrics (yields, etc.) cannot be computed and proceed with Daloopa data only.\n\n## 3. Capital Allocation Data\nCalculate 8 quarters backward from `latest_calendar_quarter`. Pull:\n\n**Share Count & Buybacks:**\n- Diluted shares outstanding\n- Share repurchase amounts (dollars)\n- Shares retired\u002Frepurchased (units, if available)\n\n**Dividends:**\n- Dividends per share\n- Total dividend payments\n- Special dividends (if any)\n\n**Cash Flow:**\n- Operating Cash Flow\n- Capital Expenditures\n- Free Cash Flow (compute as OCF - CapEx, label \"(calc.)\")\n- D&A (for reference)\n\n**Balance Sheet:**\n- Cash and equivalents\n- Short-term investments \u002F marketable securities\n- Total debt (short + long term)\n- Net debt (compute as Total Debt - Cash - Investments, label \"(calc.)\")\n\n**M&A \u002F Investments:**\n- Search for \"acquisition\", \"purchase of business\", \"investment\" in series\n- Pull any available M&A-related series\n\n## 4. Compute Capital Allocation Metrics\nCalculate for each quarter where data is available:\n\n**Shareholder Returns:**\n- Total Buyback Amount\n- Total Dividend Amount\n- Total Shareholder Return = Buybacks + Dividends\n- Shareholder Yield = (Buybacks + Dividends) \u002F Market Cap (annualized)\n- Buyback Yield = Buybacks \u002F Market Cap (annualized)\n- Dividend Yield = Dividends \u002F Market Cap (annualized)\n\n**FCF Deployment:**\n- FCF Payout Ratio = Total Shareholder Return \u002F FCF\n- CapEx as % of Revenue\n- CapEx as % of OCF\n- FCF Margin = FCF \u002F Revenue\n\n**Leverage:**\n- Net Debt \u002F EBITDA (if EBITDA available; compute from Operating Income + D&A if needed)\n- Net Debt \u002F Equity\n- Interest Coverage = Operating Income \u002F Interest Expense (if available)\n- Cash as % of Market Cap\n\n**Share Count Dynamics:**\n- QoQ share count change\n- YoY share count change\n- Implied buyback rate (QoQ % reduction)\n- At current buyback rate, years to retire X% of shares\n\n## 5. Qualitative Research\nSearch SEC filings for capital allocation strategy and context. Try multiple searches:\n- **Buyback program**: Try \"repurchase program\", \"share repurchase\"; fallback to \"buyback\", \"authorization\"\n- **Dividend policy**: Try \"dividend\", \"capital return\"; fallback to \"distribution\", \"payout\"\n- **M&A strategy**: Try \"acquisition\", \"strategic\"; fallback to \"purchase\", \"investment\"\n- **Capital priorities**: Try \"capital allocation\", \"priorities\"; fallback to \"deploy\", \"balance sheet\"\n- **Debt management**: Try \"debt\", \"refinance\"; fallback to \"leverage\", \"maturity\"\n\nExtract:\n- Board-authorized buyback programs (remaining authorization amount)\n- Dividend policy (commitment to growth, payout ratio targets)\n- M&A philosophy (bolt-on vs transformational, deal pipeline commentary)\n- Management's stated capital allocation framework and priorities\n- Any changes in capital allocation strategy\n- Direct quotes with document citations\n\n## 6. Historical Analysis & Value Judgment\nAnalyze the 8-quarter trend:\n- Is buyback activity accelerating or decelerating?\n- Is the company buying back more shares when price is lower (disciplined) or higher (less disciplined)?\n- Dividend growth rate (if applicable)\n- Shift between CapEx, buybacks, dividends, and debt repayment over time\n- FCF conversion trend (is more\u002Fless of OCF converting to FCF?)\n\n**Honestly assess whether capital allocation is creating or destroying value:**\n- If the company is buying back stock at all-time-high prices with deteriorating fundamentals, call it value destruction — even if EPS looks better from the lower share count.\n- If the company is under-investing in CapEx or R&D to fund buybacks, flag the risk to long-term competitiveness.\n- If FCF payout ratio exceeds 100%, the company is funding returns with debt or cash drawdowns — flag this as unsustainable.\n- Compare the implied return from buybacks (inverse of P\u002FE at purchase prices) to what the company could earn from organic reinvestment or M&A.\n\n## 6.5. Reinvestment Assessment\n\nAssess whether the company is adequately reinvesting in its business or funding returns at the expense of long-term competitiveness.\n\n**Pull reinvestment metrics (8 quarters):**\n- R&D expense (and R&D as % of revenue)\n- Capital Expenditures (and CapEx as % of revenue)\n- Key growth KPIs relevant to the business model (use sector taxonomy):\n  - **SaaS\u002FCloud**: ARR, net revenue retention, RPO\u002FcRPO, customers >$100K\n  - **Consumer Tech**: DAU\u002FMAU, ARPU, installed base, paid subscribers\n  - **E-commerce\u002FMarketplace**: GMV, take rate, active buyers\u002Fsellers\n  - **Retail**: same-store sales, store count, average ticket\n  - **Telecom\u002FMedia**: subscribers, churn, ARPU, content spend\n  - **Hardware**: units shipped, ASP, attach rate\n  - **Financial Services**: AUM, NIM, loan growth, fee income ratio\n  - **Pharma\u002FBiotech**: pipeline stage, patient starts, scripts, market share\n  - **Industrials\u002FEnergy**: backlog, book-to-bill, utilization, production volumes\n\n**Assess reinvestment adequacy:**\n- Is R&D\u002Frevenue trending down while buybacks are increasing? This may indicate the company is funding shareholder returns by underinvesting in innovation.\n- Is CapEx\u002Frevenue declining while the business requires sustained infrastructure investment (e.g., cloud, manufacturing, stores)?\n- Are growth KPIs (subscriber adds, customer growth, same-store sales) deteriorating while capital returns are at record levels? This is a red flag — the company may be harvesting rather than growing.\n- Compare R&D intensity and CapEx intensity vs peers (if available from the industry or comps skills). Is the company investing more or less than competitors?\n\n**Value creation vs extraction verdict:**\n- Net assessment: Is the company's capital allocation creating long-term value (reinvesting at high ROIC, buying back cheap stock, growing dividends sustainably) or extracting value (under-investing to fund buybacks at premium valuations, leveraging up for returns)?\n\n## 7. Save Report\nSave to `reports\u002F{TICKER}_capital_allocation.html` using the HTML report template from `..\u002Fdesign-system.md`. Write the full analysis as styled HTML with the design system CSS inlined. This is the final deliverable — no intermediate markdown step needed.\n\nStructure the report with these sections:\n\n```\n\u003Ch1>{Company Name} ({TICKER}) — Capital Allocation Analysis\u003C\u002Fh1>\n\u003Cp>Generated: {date}\u003C\u002Fp>\n\n\u003Ch2>Summary\u003C\u002Fh2>\n{2-3 sentences: How does this company deploy its capital? Key takeaways.}\n\n\u003Ch2>Current Snapshot\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Value |\n| Market Cap | $XXX |\n| Trailing 4Q FCF | $XXX |\n| FCF Yield | X.X% |\n| Shareholder Yield | X.X% |\n| Net Debt \u002F EBITDA | X.Xx |\n| Remaining Buyback Authorization | $XXX |\n\u003C\u002Ftable>\n\n\u003Ch2>Cash Flow & FCF (8 Quarters)\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Q1 | Q2 | ... | Q8 |\n{OCF, CapEx, FCF, FCF Margin % — with Daloopa citations}\n\u003C\u002Ftable>\n\n\u003Ch2>Share Repurchases & Dividends (8 Quarters)\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Q1 | Q2 | ... | Q8 |\n{Buyback $, Dividends $, Total Return, Share Count — with Daloopa citations}\n\u003C\u002Ftable>\n\n\u003Ch2>Shareholder Yield Analysis\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Q1 | Q2 | ... | Q8 |\n{Buyback Yield, Div Yield, Total Yield, FCF Payout Ratio}\n\u003C\u002Ftable>\n\n\u003Ch2>Leverage & Balance Sheet (8 Quarters)\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Q1 | Q2 | ... | Q8 |\n{Cash, Debt, Net Debt, Net Debt\u002FEBITDA — with Daloopa citations}\n\u003C\u002Ftable>\n\n\u003Ch2>Capital Allocation Framework\u003C\u002Fh2>\n{Management's stated priorities from filings, with document citations}\n\n\u003Ch2>Reinvestment Assessment\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Q1 | Q2 | ... | Q8 |\n{R&D, R&D % Rev, CapEx, CapEx % Rev, key growth KPIs — with Daloopa citations}\n\u003C\u002Ftable>\n{Analysis: Is the company adequately reinvesting? R&D\u002FCapEx trends vs growth KPI trends. Value creation vs extraction verdict.}\n\n\u003Ch2>Buyback Discipline Analysis\u003C\u002Fh2>\n{Analysis of buyback timing vs price, share count reduction trend, authorization remaining}\n\n\u003Ch2>M&A Activity\u003C\u002Fh2>\n{Any acquisitions from filings, deal sizes, strategic rationale}\n\n\u003Ch2>Key Observations\u003C\u002Fh2>\n\u003Cul>{3-5 bullet points on capital allocation quality, trends, and implications}\u003C\u002Ful>\n```\n\nAll financial figures must use Daloopa citation format: `\u003Ca href=\"https:\u002F\u002Fdaloopa.com\u002Fsrc\u002F{fundamental_id}\">$X.XX million\u003C\u002Fa>`\n\nTell the user where the HTML report was saved.\n\nHighlight the key capital allocation story (e.g., \"AAPL returned $XX billion to shareholders over the last year, a X.X% shareholder yield, with buybacks accelerating\").\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,77,82,89,102,155,161,173,181,186,192,204,212,230,238,256,264,287,295,318,326,339,345,350,358,391,399,422,430,453,461,484,490,495,548,553,586,592,597,625,633,656,662,667,675,786,794,817,825,833,839,859,864,876,887,892],{"type":42,"tag":43,"props":44,"children":45},"element","p",{},[46],{"type":47,"value":48},"text","Perform a deep dive into capital allocation for the company named in the user's request. If no ticker or company is provided, ask for one before proceeding.",{"type":42,"tag":43,"props":50,"children":51},{},[52,75],{"type":42,"tag":53,"props":54,"children":55},"strong",{},[56,58,65,67,73],{"type":47,"value":57},"Before starting, read ",{"type":42,"tag":59,"props":60,"children":62},"code",{"className":61},[],[63],{"type":47,"value":64},"..\u002Fdata-access.md",{"type":47,"value":66}," for data access methods and ",{"type":42,"tag":59,"props":68,"children":70},{"className":69},[],[71],{"type":47,"value":72},"..\u002Fdesign-system.md",{"type":47,"value":74}," for formatting conventions.",{"type":47,"value":76}," Follow the data access detection logic and design system throughout this skill.",{"type":42,"tag":43,"props":78,"children":79},{},[80],{"type":47,"value":81},"Follow these steps:",{"type":42,"tag":83,"props":84,"children":86},"h2",{"id":85},"_1-company-lookup",[87],{"type":47,"value":88},"1. Company Lookup",{"type":42,"tag":43,"props":90,"children":91},{},[92,94,100],{"type":47,"value":93},"Look up the company by ticker using ",{"type":42,"tag":59,"props":95,"children":97},{"className":96},[],[98],{"type":47,"value":99},"discover_companies",{"type":47,"value":101},". Capture:",{"type":42,"tag":103,"props":104,"children":105},"ul",{},[106,116,134,143],{"type":42,"tag":107,"props":108,"children":109},"li",{},[110],{"type":42,"tag":59,"props":111,"children":113},{"className":112},[],[114],{"type":47,"value":115},"company_id",{"type":42,"tag":107,"props":117,"children":118},{},[119,125,127,132],{"type":42,"tag":59,"props":120,"children":122},{"className":121},[],[123],{"type":47,"value":124},"latest_calendar_quarter",{"type":47,"value":126}," — anchor for all period calculations below (see ",{"type":42,"tag":59,"props":128,"children":130},{"className":129},[],[131],{"type":47,"value":64},{"type":47,"value":133}," Section 1.5)",{"type":42,"tag":107,"props":135,"children":136},{},[137],{"type":42,"tag":59,"props":138,"children":140},{"className":139},[],[141],{"type":47,"value":142},"latest_fiscal_quarter",{"type":42,"tag":107,"props":144,"children":145},{},[146,148,153],{"type":47,"value":147},"Firm name for report attribution (default: \"Daloopa\") — see ",{"type":42,"tag":59,"props":149,"children":151},{"className":150},[],[152],{"type":47,"value":64},{"type":47,"value":154}," Section 4.5",{"type":42,"tag":83,"props":156,"children":158},{"id":157},"_2-market-data",[159],{"type":47,"value":160},"2. Market Data",{"type":42,"tag":43,"props":162,"children":163},{},[164,166,171],{"type":47,"value":165},"Get the current stock price, market cap, and shares outstanding for {TICKER} (see ",{"type":42,"tag":59,"props":167,"children":169},{"className":168},[],[170],{"type":47,"value":64},{"type":47,"value":172}," Section 2 for how to source market data in your environment).",{"type":42,"tag":103,"props":174,"children":175},{},[176],{"type":42,"tag":107,"props":177,"children":178},{},[179],{"type":47,"value":180},"This is needed to compute yields and per-share metrics",{"type":42,"tag":43,"props":182,"children":183},{},[184],{"type":47,"value":185},"If market data is unavailable, note that market-derived metrics (yields, etc.) cannot be computed and proceed with Daloopa data only.",{"type":42,"tag":83,"props":187,"children":189},{"id":188},"_3-capital-allocation-data",[190],{"type":47,"value":191},"3. Capital Allocation Data",{"type":42,"tag":43,"props":193,"children":194},{},[195,197,202],{"type":47,"value":196},"Calculate 8 quarters backward from ",{"type":42,"tag":59,"props":198,"children":200},{"className":199},[],[201],{"type":47,"value":124},{"type":47,"value":203},". Pull:",{"type":42,"tag":43,"props":205,"children":206},{},[207],{"type":42,"tag":53,"props":208,"children":209},{},[210],{"type":47,"value":211},"Share Count & Buybacks:",{"type":42,"tag":103,"props":213,"children":214},{},[215,220,225],{"type":42,"tag":107,"props":216,"children":217},{},[218],{"type":47,"value":219},"Diluted shares outstanding",{"type":42,"tag":107,"props":221,"children":222},{},[223],{"type":47,"value":224},"Share repurchase amounts (dollars)",{"type":42,"tag":107,"props":226,"children":227},{},[228],{"type":47,"value":229},"Shares retired\u002Frepurchased (units, if available)",{"type":42,"tag":43,"props":231,"children":232},{},[233],{"type":42,"tag":53,"props":234,"children":235},{},[236],{"type":47,"value":237},"Dividends:",{"type":42,"tag":103,"props":239,"children":240},{},[241,246,251],{"type":42,"tag":107,"props":242,"children":243},{},[244],{"type":47,"value":245},"Dividends per share",{"type":42,"tag":107,"props":247,"children":248},{},[249],{"type":47,"value":250},"Total dividend payments",{"type":42,"tag":107,"props":252,"children":253},{},[254],{"type":47,"value":255},"Special dividends (if any)",{"type":42,"tag":43,"props":257,"children":258},{},[259],{"type":42,"tag":53,"props":260,"children":261},{},[262],{"type":47,"value":263},"Cash Flow:",{"type":42,"tag":103,"props":265,"children":266},{},[267,272,277,282],{"type":42,"tag":107,"props":268,"children":269},{},[270],{"type":47,"value":271},"Operating Cash Flow",{"type":42,"tag":107,"props":273,"children":274},{},[275],{"type":47,"value":276},"Capital Expenditures",{"type":42,"tag":107,"props":278,"children":279},{},[280],{"type":47,"value":281},"Free Cash Flow (compute as OCF - CapEx, label \"(calc.)\")",{"type":42,"tag":107,"props":283,"children":284},{},[285],{"type":47,"value":286},"D&A (for reference)",{"type":42,"tag":43,"props":288,"children":289},{},[290],{"type":42,"tag":53,"props":291,"children":292},{},[293],{"type":47,"value":294},"Balance Sheet:",{"type":42,"tag":103,"props":296,"children":297},{},[298,303,308,313],{"type":42,"tag":107,"props":299,"children":300},{},[301],{"type":47,"value":302},"Cash and equivalents",{"type":42,"tag":107,"props":304,"children":305},{},[306],{"type":47,"value":307},"Short-term investments \u002F marketable securities",{"type":42,"tag":107,"props":309,"children":310},{},[311],{"type":47,"value":312},"Total debt (short + long term)",{"type":42,"tag":107,"props":314,"children":315},{},[316],{"type":47,"value":317},"Net debt (compute as Total Debt - Cash - Investments, label \"(calc.)\")",{"type":42,"tag":43,"props":319,"children":320},{},[321],{"type":42,"tag":53,"props":322,"children":323},{},[324],{"type":47,"value":325},"M&A \u002F Investments:",{"type":42,"tag":103,"props":327,"children":328},{},[329,334],{"type":42,"tag":107,"props":330,"children":331},{},[332],{"type":47,"value":333},"Search for \"acquisition\", \"purchase of business\", \"investment\" in series",{"type":42,"tag":107,"props":335,"children":336},{},[337],{"type":47,"value":338},"Pull any available M&A-related series",{"type":42,"tag":83,"props":340,"children":342},{"id":341},"_4-compute-capital-allocation-metrics",[343],{"type":47,"value":344},"4. Compute Capital Allocation Metrics",{"type":42,"tag":43,"props":346,"children":347},{},[348],{"type":47,"value":349},"Calculate for each quarter where data is available:",{"type":42,"tag":43,"props":351,"children":352},{},[353],{"type":42,"tag":53,"props":354,"children":355},{},[356],{"type":47,"value":357},"Shareholder Returns:",{"type":42,"tag":103,"props":359,"children":360},{},[361,366,371,376,381,386],{"type":42,"tag":107,"props":362,"children":363},{},[364],{"type":47,"value":365},"Total Buyback Amount",{"type":42,"tag":107,"props":367,"children":368},{},[369],{"type":47,"value":370},"Total Dividend Amount",{"type":42,"tag":107,"props":372,"children":373},{},[374],{"type":47,"value":375},"Total Shareholder Return = Buybacks + Dividends",{"type":42,"tag":107,"props":377,"children":378},{},[379],{"type":47,"value":380},"Shareholder Yield = (Buybacks + Dividends) \u002F Market Cap (annualized)",{"type":42,"tag":107,"props":382,"children":383},{},[384],{"type":47,"value":385},"Buyback Yield = Buybacks \u002F Market Cap (annualized)",{"type":42,"tag":107,"props":387,"children":388},{},[389],{"type":47,"value":390},"Dividend Yield = Dividends \u002F Market Cap (annualized)",{"type":42,"tag":43,"props":392,"children":393},{},[394],{"type":42,"tag":53,"props":395,"children":396},{},[397],{"type":47,"value":398},"FCF Deployment:",{"type":42,"tag":103,"props":400,"children":401},{},[402,407,412,417],{"type":42,"tag":107,"props":403,"children":404},{},[405],{"type":47,"value":406},"FCF Payout Ratio = Total Shareholder Return \u002F FCF",{"type":42,"tag":107,"props":408,"children":409},{},[410],{"type":47,"value":411},"CapEx as % of Revenue",{"type":42,"tag":107,"props":413,"children":414},{},[415],{"type":47,"value":416},"CapEx as % of OCF",{"type":42,"tag":107,"props":418,"children":419},{},[420],{"type":47,"value":421},"FCF Margin = FCF \u002F Revenue",{"type":42,"tag":43,"props":423,"children":424},{},[425],{"type":42,"tag":53,"props":426,"children":427},{},[428],{"type":47,"value":429},"Leverage:",{"type":42,"tag":103,"props":431,"children":432},{},[433,438,443,448],{"type":42,"tag":107,"props":434,"children":435},{},[436],{"type":47,"value":437},"Net Debt \u002F EBITDA (if EBITDA available; compute from Operating Income + D&A if needed)",{"type":42,"tag":107,"props":439,"children":440},{},[441],{"type":47,"value":442},"Net Debt \u002F Equity",{"type":42,"tag":107,"props":444,"children":445},{},[446],{"type":47,"value":447},"Interest Coverage = Operating Income \u002F Interest Expense (if available)",{"type":42,"tag":107,"props":449,"children":450},{},[451],{"type":47,"value":452},"Cash as % of Market Cap",{"type":42,"tag":43,"props":454,"children":455},{},[456],{"type":42,"tag":53,"props":457,"children":458},{},[459],{"type":47,"value":460},"Share Count Dynamics:",{"type":42,"tag":103,"props":462,"children":463},{},[464,469,474,479],{"type":42,"tag":107,"props":465,"children":466},{},[467],{"type":47,"value":468},"QoQ share count change",{"type":42,"tag":107,"props":470,"children":471},{},[472],{"type":47,"value":473},"YoY share count change",{"type":42,"tag":107,"props":475,"children":476},{},[477],{"type":47,"value":478},"Implied buyback rate (QoQ % reduction)",{"type":42,"tag":107,"props":480,"children":481},{},[482],{"type":47,"value":483},"At current buyback rate, years to retire X% of shares",{"type":42,"tag":83,"props":485,"children":487},{"id":486},"_5-qualitative-research",[488],{"type":47,"value":489},"5. Qualitative Research",{"type":42,"tag":43,"props":491,"children":492},{},[493],{"type":47,"value":494},"Search SEC filings for capital allocation strategy and context. Try multiple searches:",{"type":42,"tag":103,"props":496,"children":497},{},[498,508,518,528,538],{"type":42,"tag":107,"props":499,"children":500},{},[501,506],{"type":42,"tag":53,"props":502,"children":503},{},[504],{"type":47,"value":505},"Buyback program",{"type":47,"value":507},": Try \"repurchase program\", \"share repurchase\"; fallback to \"buyback\", \"authorization\"",{"type":42,"tag":107,"props":509,"children":510},{},[511,516],{"type":42,"tag":53,"props":512,"children":513},{},[514],{"type":47,"value":515},"Dividend policy",{"type":47,"value":517},": Try \"dividend\", \"capital return\"; fallback to \"distribution\", \"payout\"",{"type":42,"tag":107,"props":519,"children":520},{},[521,526],{"type":42,"tag":53,"props":522,"children":523},{},[524],{"type":47,"value":525},"M&A strategy",{"type":47,"value":527},": Try \"acquisition\", \"strategic\"; fallback to \"purchase\", \"investment\"",{"type":42,"tag":107,"props":529,"children":530},{},[531,536],{"type":42,"tag":53,"props":532,"children":533},{},[534],{"type":47,"value":535},"Capital priorities",{"type":47,"value":537},": Try \"capital allocation\", \"priorities\"; fallback to \"deploy\", \"balance sheet\"",{"type":42,"tag":107,"props":539,"children":540},{},[541,546],{"type":42,"tag":53,"props":542,"children":543},{},[544],{"type":47,"value":545},"Debt management",{"type":47,"value":547},": Try \"debt\", \"refinance\"; fallback to \"leverage\", \"maturity\"",{"type":42,"tag":43,"props":549,"children":550},{},[551],{"type":47,"value":552},"Extract:",{"type":42,"tag":103,"props":554,"children":555},{},[556,561,566,571,576,581],{"type":42,"tag":107,"props":557,"children":558},{},[559],{"type":47,"value":560},"Board-authorized buyback programs (remaining authorization amount)",{"type":42,"tag":107,"props":562,"children":563},{},[564],{"type":47,"value":565},"Dividend policy (commitment to growth, payout ratio targets)",{"type":42,"tag":107,"props":567,"children":568},{},[569],{"type":47,"value":570},"M&A philosophy (bolt-on vs transformational, deal pipeline commentary)",{"type":42,"tag":107,"props":572,"children":573},{},[574],{"type":47,"value":575},"Management's stated capital allocation framework and priorities",{"type":42,"tag":107,"props":577,"children":578},{},[579],{"type":47,"value":580},"Any changes in capital allocation strategy",{"type":42,"tag":107,"props":582,"children":583},{},[584],{"type":47,"value":585},"Direct quotes with document citations",{"type":42,"tag":83,"props":587,"children":589},{"id":588},"_6-historical-analysis-value-judgment",[590],{"type":47,"value":591},"6. Historical Analysis & Value Judgment",{"type":42,"tag":43,"props":593,"children":594},{},[595],{"type":47,"value":596},"Analyze the 8-quarter trend:",{"type":42,"tag":103,"props":598,"children":599},{},[600,605,610,615,620],{"type":42,"tag":107,"props":601,"children":602},{},[603],{"type":47,"value":604},"Is buyback activity accelerating or decelerating?",{"type":42,"tag":107,"props":606,"children":607},{},[608],{"type":47,"value":609},"Is the company buying back more shares when price is lower (disciplined) or higher (less disciplined)?",{"type":42,"tag":107,"props":611,"children":612},{},[613],{"type":47,"value":614},"Dividend growth rate (if applicable)",{"type":42,"tag":107,"props":616,"children":617},{},[618],{"type":47,"value":619},"Shift between CapEx, buybacks, dividends, and debt repayment over time",{"type":42,"tag":107,"props":621,"children":622},{},[623],{"type":47,"value":624},"FCF conversion trend (is more\u002Fless of OCF converting to FCF?)",{"type":42,"tag":43,"props":626,"children":627},{},[628],{"type":42,"tag":53,"props":629,"children":630},{},[631],{"type":47,"value":632},"Honestly assess whether capital allocation is creating or destroying value:",{"type":42,"tag":103,"props":634,"children":635},{},[636,641,646,651],{"type":42,"tag":107,"props":637,"children":638},{},[639],{"type":47,"value":640},"If the company is buying back stock at all-time-high prices with deteriorating fundamentals, call it value destruction — even if EPS looks better from the lower share count.",{"type":42,"tag":107,"props":642,"children":643},{},[644],{"type":47,"value":645},"If the company is under-investing in CapEx or R&D to fund buybacks, flag the risk to long-term competitiveness.",{"type":42,"tag":107,"props":647,"children":648},{},[649],{"type":47,"value":650},"If FCF payout ratio exceeds 100%, the company is funding returns with debt or cash drawdowns — flag this as unsustainable.",{"type":42,"tag":107,"props":652,"children":653},{},[654],{"type":47,"value":655},"Compare the implied return from buybacks (inverse of P\u002FE at purchase prices) to what the company could earn from organic reinvestment or M&A.",{"type":42,"tag":83,"props":657,"children":659},{"id":658},"_65-reinvestment-assessment",[660],{"type":47,"value":661},"6.5. Reinvestment Assessment",{"type":42,"tag":43,"props":663,"children":664},{},[665],{"type":47,"value":666},"Assess whether the company is adequately reinvesting in its business or funding returns at the expense of long-term competitiveness.",{"type":42,"tag":43,"props":668,"children":669},{},[670],{"type":42,"tag":53,"props":671,"children":672},{},[673],{"type":47,"value":674},"Pull reinvestment metrics (8 quarters):",{"type":42,"tag":103,"props":676,"children":677},{},[678,683,688],{"type":42,"tag":107,"props":679,"children":680},{},[681],{"type":47,"value":682},"R&D expense (and R&D as % of revenue)",{"type":42,"tag":107,"props":684,"children":685},{},[686],{"type":47,"value":687},"Capital Expenditures (and CapEx as % of revenue)",{"type":42,"tag":107,"props":689,"children":690},{},[691,693],{"type":47,"value":692},"Key growth KPIs relevant to the business model (use sector taxonomy):\n",{"type":42,"tag":103,"props":694,"children":695},{},[696,706,716,726,736,746,756,766,776],{"type":42,"tag":107,"props":697,"children":698},{},[699,704],{"type":42,"tag":53,"props":700,"children":701},{},[702],{"type":47,"value":703},"SaaS\u002FCloud",{"type":47,"value":705},": ARR, net revenue retention, RPO\u002FcRPO, customers >$100K",{"type":42,"tag":107,"props":707,"children":708},{},[709,714],{"type":42,"tag":53,"props":710,"children":711},{},[712],{"type":47,"value":713},"Consumer Tech",{"type":47,"value":715},": DAU\u002FMAU, ARPU, installed base, paid subscribers",{"type":42,"tag":107,"props":717,"children":718},{},[719,724],{"type":42,"tag":53,"props":720,"children":721},{},[722],{"type":47,"value":723},"E-commerce\u002FMarketplace",{"type":47,"value":725},": GMV, take rate, active buyers\u002Fsellers",{"type":42,"tag":107,"props":727,"children":728},{},[729,734],{"type":42,"tag":53,"props":730,"children":731},{},[732],{"type":47,"value":733},"Retail",{"type":47,"value":735},": same-store sales, store count, average ticket",{"type":42,"tag":107,"props":737,"children":738},{},[739,744],{"type":42,"tag":53,"props":740,"children":741},{},[742],{"type":47,"value":743},"Telecom\u002FMedia",{"type":47,"value":745},": subscribers, churn, ARPU, content spend",{"type":42,"tag":107,"props":747,"children":748},{},[749,754],{"type":42,"tag":53,"props":750,"children":751},{},[752],{"type":47,"value":753},"Hardware",{"type":47,"value":755},": units shipped, ASP, attach rate",{"type":42,"tag":107,"props":757,"children":758},{},[759,764],{"type":42,"tag":53,"props":760,"children":761},{},[762],{"type":47,"value":763},"Financial Services",{"type":47,"value":765},": AUM, NIM, loan growth, fee income ratio",{"type":42,"tag":107,"props":767,"children":768},{},[769,774],{"type":42,"tag":53,"props":770,"children":771},{},[772],{"type":47,"value":773},"Pharma\u002FBiotech",{"type":47,"value":775},": pipeline stage, patient starts, scripts, market share",{"type":42,"tag":107,"props":777,"children":778},{},[779,784],{"type":42,"tag":53,"props":780,"children":781},{},[782],{"type":47,"value":783},"Industrials\u002FEnergy",{"type":47,"value":785},": backlog, book-to-bill, utilization, production volumes",{"type":42,"tag":43,"props":787,"children":788},{},[789],{"type":42,"tag":53,"props":790,"children":791},{},[792],{"type":47,"value":793},"Assess reinvestment adequacy:",{"type":42,"tag":103,"props":795,"children":796},{},[797,802,807,812],{"type":42,"tag":107,"props":798,"children":799},{},[800],{"type":47,"value":801},"Is R&D\u002Frevenue trending down while buybacks are increasing? This may indicate the company is funding shareholder returns by underinvesting in innovation.",{"type":42,"tag":107,"props":803,"children":804},{},[805],{"type":47,"value":806},"Is CapEx\u002Frevenue declining while the business requires sustained infrastructure investment (e.g., cloud, manufacturing, stores)?",{"type":42,"tag":107,"props":808,"children":809},{},[810],{"type":47,"value":811},"Are growth KPIs (subscriber adds, customer growth, same-store sales) deteriorating while capital returns are at record levels? This is a red flag — the company may be harvesting rather than growing.",{"type":42,"tag":107,"props":813,"children":814},{},[815],{"type":47,"value":816},"Compare R&D intensity and CapEx intensity vs peers (if available from the industry or comps skills). Is the company investing more or less than competitors?",{"type":42,"tag":43,"props":818,"children":819},{},[820],{"type":42,"tag":53,"props":821,"children":822},{},[823],{"type":47,"value":824},"Value creation vs extraction verdict:",{"type":42,"tag":103,"props":826,"children":827},{},[828],{"type":42,"tag":107,"props":829,"children":830},{},[831],{"type":47,"value":832},"Net assessment: Is the company's capital allocation creating long-term value (reinvesting at high ROIC, buying back cheap stock, growing dividends sustainably) or extracting value (under-investing to fund buybacks at premium valuations, leveraging up for returns)?",{"type":42,"tag":83,"props":834,"children":836},{"id":835},"_7-save-report",[837],{"type":47,"value":838},"7. Save Report",{"type":42,"tag":43,"props":840,"children":841},{},[842,844,850,852,857],{"type":47,"value":843},"Save to ",{"type":42,"tag":59,"props":845,"children":847},{"className":846},[],[848],{"type":47,"value":849},"reports\u002F{TICKER}_capital_allocation.html",{"type":47,"value":851}," using the HTML report template from ",{"type":42,"tag":59,"props":853,"children":855},{"className":854},[],[856],{"type":47,"value":72},{"type":47,"value":858},". Write the full analysis as styled HTML with the design system CSS inlined. This is the final deliverable — no intermediate markdown step needed.",{"type":42,"tag":43,"props":860,"children":861},{},[862],{"type":47,"value":863},"Structure the report with these sections:",{"type":42,"tag":865,"props":866,"children":870},"pre",{"className":867,"code":869,"language":47},[868],"language-text","\u003Ch1>{Company Name} ({TICKER}) — Capital Allocation Analysis\u003C\u002Fh1>\n\u003Cp>Generated: {date}\u003C\u002Fp>\n\n\u003Ch2>Summary\u003C\u002Fh2>\n{2-3 sentences: How does this company deploy its capital? Key takeaways.}\n\n\u003Ch2>Current Snapshot\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Value |\n| Market Cap | $XXX |\n| Trailing 4Q FCF | $XXX |\n| FCF Yield | X.X% |\n| Shareholder Yield | X.X% |\n| Net Debt \u002F EBITDA | X.Xx |\n| Remaining Buyback Authorization | $XXX |\n\u003C\u002Ftable>\n\n\u003Ch2>Cash Flow & FCF (8 Quarters)\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Q1 | Q2 | ... | Q8 |\n{OCF, CapEx, FCF, FCF Margin % — with Daloopa citations}\n\u003C\u002Ftable>\n\n\u003Ch2>Share Repurchases & Dividends (8 Quarters)\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Q1 | Q2 | ... | Q8 |\n{Buyback $, Dividends $, Total Return, Share Count — with Daloopa citations}\n\u003C\u002Ftable>\n\n\u003Ch2>Shareholder Yield Analysis\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Q1 | Q2 | ... | Q8 |\n{Buyback Yield, Div Yield, Total Yield, FCF Payout Ratio}\n\u003C\u002Ftable>\n\n\u003Ch2>Leverage & Balance Sheet (8 Quarters)\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Q1 | Q2 | ... | Q8 |\n{Cash, Debt, Net Debt, Net Debt\u002FEBITDA — with Daloopa citations}\n\u003C\u002Ftable>\n\n\u003Ch2>Capital Allocation Framework\u003C\u002Fh2>\n{Management's stated priorities from filings, with document citations}\n\n\u003Ch2>Reinvestment Assessment\u003C\u002Fh2>\n\u003Ctable>\n| Metric | Q1 | Q2 | ... | Q8 |\n{R&D, R&D % Rev, CapEx, CapEx % Rev, key growth KPIs — with Daloopa citations}\n\u003C\u002Ftable>\n{Analysis: Is the company adequately reinvesting? R&D\u002FCapEx trends vs growth KPI trends. Value creation vs extraction verdict.}\n\n\u003Ch2>Buyback Discipline Analysis\u003C\u002Fh2>\n{Analysis of buyback timing vs price, share count reduction trend, authorization remaining}\n\n\u003Ch2>M&A Activity\u003C\u002Fh2>\n{Any acquisitions from filings, deal sizes, strategic rationale}\n\n\u003Ch2>Key Observations\u003C\u002Fh2>\n\u003Cul>{3-5 bullet points on capital allocation quality, trends, and implications}\u003C\u002Ful>\n",[871],{"type":42,"tag":59,"props":872,"children":874},{"__ignoreMap":873},"",[875],{"type":47,"value":869},{"type":42,"tag":43,"props":877,"children":878},{},[879,881],{"type":47,"value":880},"All financial figures must use Daloopa citation format: ",{"type":42,"tag":59,"props":882,"children":884},{"className":883},[],[885],{"type":47,"value":886},"\u003Ca href=\"https:\u002F\u002Fdaloopa.com\u002Fsrc\u002F{fundamental_id}\">$X.XX million\u003C\u002Fa>",{"type":42,"tag":43,"props":888,"children":889},{},[890],{"type":47,"value":891},"Tell the user where the HTML report was saved.",{"type":42,"tag":43,"props":893,"children":894},{},[895],{"type":47,"value":896},"Highlight the key capital allocation story (e.g., \"AAPL returned $XX billion to shareholders over the last year, a X.X% shareholder yield, with buybacks accelerating\").",{"items":898,"total":1101},[899,920,943,960,976,995,1012,1028,1044,1058,1070,1085],{"slug":900,"name":900,"fn":901,"description":902,"org":903,"tags":904,"stars":917,"repoUrl":918,"updatedAt":919},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[905,908,911,914],{"name":906,"slug":907,"type":15},"Documents","documents",{"name":909,"slug":910,"type":15},"Healthcare","healthcare",{"name":912,"slug":913,"type":15},"Insurance","insurance",{"name":915,"slug":916,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":921,"name":921,"fn":922,"description":923,"org":924,"tags":925,"stars":940,"repoUrl":941,"updatedAt":942},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[926,929,931,934,937],{"name":927,"slug":928,"type":15},".NET","dotnet",{"name":930,"slug":921,"type":15},"ASP.NET Core",{"name":932,"slug":933,"type":15},"Blazor","blazor",{"name":935,"slug":936,"type":15},"C#","csharp",{"name":938,"slug":939,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":944,"name":944,"fn":945,"description":946,"org":947,"tags":948,"stars":940,"repoUrl":941,"updatedAt":959},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[949,952,955,958],{"name":950,"slug":951,"type":15},"Apps SDK","apps-sdk",{"name":953,"slug":954,"type":15},"ChatGPT","chatgpt",{"name":956,"slug":957,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":961,"name":961,"fn":962,"description":963,"org":964,"tags":965,"stars":940,"repoUrl":941,"updatedAt":975},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[966,969,972],{"name":967,"slug":968,"type":15},"API Development","api-development",{"name":970,"slug":971,"type":15},"CLI","cli",{"name":973,"slug":974,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":977,"name":977,"fn":978,"description":979,"org":980,"tags":981,"stars":940,"repoUrl":941,"updatedAt":994},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[982,985,988,991],{"name":983,"slug":984,"type":15},"Cloudflare","cloudflare",{"name":986,"slug":987,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":989,"slug":990,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":992,"slug":993,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":996,"name":996,"fn":997,"description":998,"org":999,"tags":1000,"stars":940,"repoUrl":941,"updatedAt":1011},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1001,1004,1007,1008],{"name":1002,"slug":1003,"type":15},"Productivity","productivity",{"name":1005,"slug":1006,"type":15},"Project Management","project-management",{"name":23,"slug":24,"type":15},{"name":1009,"slug":1010,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1013,"name":1013,"fn":1014,"description":1015,"org":1016,"tags":1017,"stars":940,"repoUrl":941,"updatedAt":1027},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1018,1021,1023,1026],{"name":1019,"slug":1020,"type":15},"Design","design",{"name":1022,"slug":1013,"type":15},"Figma",{"name":1024,"slug":1025,"type":15},"Frontend","frontend",{"name":956,"slug":957,"type":15},"2026-04-12T05:06:47.939943",{"slug":1029,"name":1029,"fn":1030,"description":1031,"org":1032,"tags":1033,"stars":940,"repoUrl":941,"updatedAt":1043},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1034,1035,1038,1039,1040],{"name":1019,"slug":1020,"type":15},{"name":1036,"slug":1037,"type":15},"Design System","design-system",{"name":1022,"slug":1013,"type":15},{"name":1024,"slug":1025,"type":15},{"name":1041,"slug":1042,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":1045,"name":1045,"fn":1046,"description":1047,"org":1048,"tags":1049,"stars":940,"repoUrl":941,"updatedAt":1057},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1050,1051,1052,1055,1056],{"name":1019,"slug":1020,"type":15},{"name":1036,"slug":1037,"type":15},{"name":1053,"slug":1054,"type":15},"Documentation","documentation",{"name":1022,"slug":1013,"type":15},{"name":1024,"slug":1025,"type":15},"2026-05-16T06:07:47.821474",{"slug":1059,"name":1059,"fn":1060,"description":1061,"org":1062,"tags":1063,"stars":940,"repoUrl":941,"updatedAt":1069},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1064,1065,1066,1067,1068],{"name":1019,"slug":1020,"type":15},{"name":1022,"slug":1013,"type":15},{"name":1024,"slug":1025,"type":15},{"name":1041,"slug":1042,"type":15},{"name":938,"slug":939,"type":15},"2026-05-16T06:07:40.583615",{"slug":1071,"name":1071,"fn":1072,"description":1073,"org":1074,"tags":1075,"stars":940,"repoUrl":941,"updatedAt":1084},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1076,1079,1080,1083],{"name":1077,"slug":1078,"type":15},"Animation","animation",{"name":973,"slug":974,"type":15},{"name":1081,"slug":1082,"type":15},"Creative","creative",{"name":1019,"slug":1020,"type":15},"2026-05-02T05:31:48.48485",{"slug":1086,"name":1086,"fn":1087,"description":1088,"org":1089,"tags":1090,"stars":940,"repoUrl":941,"updatedAt":1100},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1091,1092,1093,1096,1099],{"name":1081,"slug":1082,"type":15},{"name":1019,"slug":1020,"type":15},{"name":1094,"slug":1095,"type":15},"Image Generation","image-generation",{"name":1097,"slug":1098,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675,{"items":1103,"total":1216},[1104,1120,1136,1148,1166,1184,1204],{"slug":1105,"name":1105,"fn":1106,"description":1107,"org":1108,"tags":1109,"stars":25,"repoUrl":26,"updatedAt":27},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1110,1113,1116,1119],{"name":1111,"slug":1112,"type":15},"Accessibility","accessibility",{"name":1114,"slug":1115,"type":15},"Charts","charts",{"name":1117,"slug":1118,"type":15},"Data Visualization","data-visualization",{"name":1019,"slug":1020,"type":15},{"slug":1121,"name":1121,"fn":1122,"description":1123,"org":1124,"tags":1125,"stars":25,"repoUrl":26,"updatedAt":1135},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1126,1129,1132],{"name":1127,"slug":1128,"type":15},"Agents","agents",{"name":1130,"slug":1131,"type":15},"Browser Automation","browser-automation",{"name":1133,"slug":1134,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":1137,"name":1137,"fn":1138,"description":1139,"org":1140,"tags":1141,"stars":25,"repoUrl":26,"updatedAt":1147},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1142,1143,1146],{"name":1130,"slug":1131,"type":15},{"name":1144,"slug":1145,"type":15},"Local Development","local-development",{"name":1133,"slug":1134,"type":15},"2026-04-06T18:41:17.526867",{"slug":1149,"name":1149,"fn":1150,"description":1151,"org":1152,"tags":1153,"stars":25,"repoUrl":26,"updatedAt":1165},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1154,1155,1156,1159,1162],{"name":1127,"slug":1128,"type":15},{"name":989,"slug":990,"type":15},{"name":1157,"slug":1158,"type":15},"SDK","sdk",{"name":1160,"slug":1161,"type":15},"Serverless","serverless",{"name":1163,"slug":1164,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":1167,"name":1167,"fn":1168,"description":1169,"org":1170,"tags":1171,"stars":25,"repoUrl":26,"updatedAt":1183},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1172,1173,1176,1179,1180],{"name":1024,"slug":1025,"type":15},{"name":1174,"slug":1175,"type":15},"React","react",{"name":1177,"slug":1178,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":1041,"slug":1042,"type":15},{"name":1181,"slug":1182,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":1185,"name":1185,"fn":1186,"description":1187,"org":1188,"tags":1189,"stars":25,"repoUrl":26,"updatedAt":1203},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1190,1193,1196,1199,1202],{"name":1191,"slug":1192,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1194,"slug":1195,"type":15},"Cost Optimization","cost-optimization",{"name":1197,"slug":1198,"type":15},"LLM","llm",{"name":1200,"slug":1201,"type":15},"Performance","performance",{"name":1181,"slug":1182,"type":15},"2026-04-06T18:40:44.377464",{"slug":1205,"name":1205,"fn":1206,"description":1207,"org":1208,"tags":1209,"stars":25,"repoUrl":26,"updatedAt":1215},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1210,1211,1214],{"name":1194,"slug":1195,"type":15},{"name":1212,"slug":1213,"type":15},"Database","database",{"name":1197,"slug":1198,"type":15},"2026-04-06T18:41:08.513425",600]