wenyu0608/cursor-agents
Skill Claude CodeCodexCursor
Orchestrate multi-agent coding workflows. Use when the user invokes /code, /refactor, /goal, or /run commands, or asks for multi-step coding tasks that benefit from planning, implementation, testing, and review phases.
wenyu0608/cursor-agents
Skill Claude CodeCodex
Analyze the current diff and generate a high-quality commit message, then commit. Follows conventional commit format with clear, concise summaries.
wenyu0608/cursor-agents
Skill Claude CodeCodex
Build competitive landscape analyses — market positioning, competitor deep-dives, comparative analysis, strategic synthesis. Triggers on: competitive landscape, competitor analysis, peer comparison, market positioning, strategic review, "who are the competitors to X", "benchmark X against peers", "build a market map".
wenyu0608/cursor-agents
Skill Claude CodeCodex
Real DCF (Discounted Cash Flow) model creation for equity valuation. Builds comprehensive cash flow projections with proper WACC calculations, performs sensitivity analysis, and outputs professional Excel models via Python/openpyxl. Use when users need to value a company using DCF methodology, request intrinsic value…
wenyu0608/cursor-agents
Skill Claude CodeCodex
Diagnose the cursor-agents installation. Check that all skills, agents, and hooks are correctly installed and functional.
wenyu0608/cursor-agents
Skill Claude CodeCodex
Scan a project's codebase and automatically generate Cursor rules that capture its structure, conventions, and key patterns. Run once when opening a new or unfamiliar project.
wenyu0608/cursor-agents
Skill Claude CodeCodex
Build LBO (Leveraged Buyout) models in Excel using Python/openpyxl. Fills formulas, validates calculations, ensures professional formatting. Use for PE transactions, deal materials, or IC presentations.
wenyu0608/cursor-agents
Skill Claude CodeCodex
Create a structured pull request. Analyzes all changes on the current branch, generates a descriptive PR title, summary, and test plan, then creates the PR via gh CLI.
wenyu0608/cursor-agents
Skill Claude CodeCodex
Review uncommitted changes before committing. Checks for bugs, security issues, performance problems, missing error handling, and test coverage gaps.
wenyu0608/cursor-agents
Skill Claude CodeCodex
Generate tests for a specified file or function. Analyzes the code, determines the appropriate test framework, writes comprehensive tests, and runs them.
wenyu0608/cursor-agents
Skill Claude CodeCodex
Produce a .xlsx file on disk using Python/openpyxl. Use when you need to deliver an Excel workbook as a file artifact.