Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

edhec-master-class

يحتوي edhec-master-class على 9 من skills المجمعة من velikov-mihail، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
9
Stars
28
محدث
2026-05-08
Forks
15
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

edhec-corr-heatmap
علماء البيانات

Produce a publication-ready correlation heatmap (PDF+PNG) from a CSV or in-memory dataframe. Triggers when the user asks for "correlation heatmap", "corr matrix figure", or uploads a *.csv with numeric columns and asks for a heatmap.

2026-05-08
edhec-summary-stats
علماء البيانات

Produce a publication-ready summary-statistics table from a CSV or in-memory dataframe. Triggers when the user asks for "summary stats", "describe data", or uploads a *.csv with numeric columns and asks for a table.

2026-05-08
voice-extractor
الكتّاب والمؤلفون

Read a corpus of the user's published papers (PDFs) and produce a VOICE.md style guide capturing recurring phrasing, sentence rhythm, hedging style, structural moves, and a ban list. Triggers when the user asks to "extract my voice", "build a voice file from these papers", or runs /voice-extractor.

2026-05-08
referee-report
أساتذة الاقتصاد في التعليم العالي

Produce a multi-perspective referee report on a working paper PDF. Spawns three reviewer subagents (empirical, theory, methods), then consolidates their memos into a single editor-facing report. Triggers on commands like /referee-report or when the user uploads a PDF and asks for a "referee" / "review".

2026-05-08
strategic-revision
أساتذة الاقتصاد في التعليم العالي

Create a rigorous, dependency-mapped revision master plan from peer review reports with computational DAG validation using NetworkX. Use when academic authors receive reviewer comments (R&R, revise-and-resubmit) and need a coherent revision strategy with validated dependency graphs, parallel execution schedules, critical path analysis, and bottleneck identification. Triggers include requests to analyze reviewer comments with DAG validation, plan a revision with dependency checking, create a computationally validated revision roadmap, validate revision dependencies, or identify critical paths in a revision plan. Designed for empirical research papers in accounting, finance, economics, management, and information systems.

2026-05-08
build-table
علماء البيانات

Stage 3. Emit a LaTeX table of the regression coefficients. Triggers when state.stage == "regressed".

2026-05-08
fetch-data
علماء البيانات

Stage 1 of the pipeline. Fetch a small CRSP return panel from WRDS and write it to data/returns.csv. Update state.json. Verify schema. Triggers when state.stage == "init".

2026-05-08
run-regression
علماء البيانات

Stage 2. Run a CAPM (and optionally 3-factor) regression on the fetched data. Write coefficients to state. Triggers when state.stage == "fetched".

2026-05-08
write-summary
علماء البيانات

Stage 4 (final). Write a 1-paragraph natural-language summary of the regression results. Triggers when state.stage == "tabulated".

2026-05-08