Skip to main content
Run any Skill in Manus
with one click
GitHub repository

ai-asset-pricing

ai-asset-pricing contains 38 collected skills from Alexander-M-Dickerson, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
38
Stars
58
updated
2026-04-19
Forks
10
Occupation coverage
8 occupation categories · 100% classified
repository explorer

Skills in this repository

new-project
biological-scientists-all-other

Create a new empirical research project: generates projects/<name>/ with latex, code, scripts, results, literature, and guidance subfolders plus README.md and project-level CLAUDE.md.

2026-04-19
publication-figures
economists-193011

Publication-ready figure conventions for empirical finance and economics. Covers matplotlib styling, color palettes, export settings, and common figure types (time series, decile bars, coefficient plots, event studies). Auto-apply when creating any figure, plot, or visualization.

2026-04-19
onboard
software-developers

Agent-driven cold-start onboarding. Use the repo shell entrypoint to find or install Python 3.11+, then run the shared bootstrap audit/plan/apply flow and configure WRDS only if the user has it.

2026-04-04
build-deck
editors

Create and compile Beamer presentations following the Rhetoric of Decks philosophy. Use when making seminar or conference slides.

2026-03-24
build-paper
editors

Compile LaTeX to PDF using pdflatex + bibtex cycle

2026-03-24
create-skill
computer-occupations-all-other

Creates new Claude Code skills, auto-apply skills, or auto-trigger rules, or audits existing ones for quality and effectiveness.

2026-03-24
latex-doctor
editors

Clean and fix .tex files -- strip comments, fix compilation errors, verify section markers

2026-03-24
respond-to-referee
editors

Draft response letter text and LaTeX edits for referee points, or generate a complete reply document

2026-03-24
run
software-developers

Fast batch/single portfolio sort on Dickerson bond data. Bypasses orchestrator agent — runs directly via Bash. Use for known workflows on real data. Examples: /run batch cs ytm bbtm, /run batch cs ytm --wfs, /run single cs --nport 10

2026-03-24
setup-paper
editors

Scaffolds a new academic paper from the LaTeX boilerplate template. Copies template files, replaces placeholder tokens with user-provided title, authors, and affiliations, writes [REMOVE]-tagged filler content with Fama-French citations, and compiles a test PDF. Use when starting a new paper or creating a fresh LaTeX project.

2026-03-24
sync-context
software-developers

Detect documentation drift and propose updates to docs/ai/, AGENTS.md, and CLAUDE.md. Use when session-start warnings flag stale docs, after significant code changes, or periodically to keep context current.

2026-03-24
wrds-psql
software-developers

Use this skill when the user needs to query WRDS data via PostgreSQL from the local machine. Covers psql connection using .pgpass credentials, query execution patterns, CSV/parquet export, and best practices for large extractions. Invoke when the user wants to pull data from WRDS (CRSP, OptionMetrics, Compustat) via SQL.

2026-03-24
write-section
editors

Write a new section or subsection of an empirical finance paper following academic writing rules

2026-03-24
idea
postsecondary-teachers-all-other

Adversarial research idea generator for empirical asset pricing. Surveys literature via Perplexity, stress-tests hypotheses, maps WRDS data feasibility, and compiles a research plan skeleton. Use when brainstorming new paper ideas, sharpening existing hypotheses, or resuming a prior ideation session.

2026-03-12
panel-data-rules
software-developers

Rules and gotchas for CRSP, Compustat, and financial panel data: safe lagging/leading with date gap checks, look-ahead bias prevention, CCM linking, book equity construction, and missing value conventions. Auto-apply when working with CRSP, Compustat, or financial panel data.

2026-03-12
audit-captions
editors

Audit all table and figure captions for language, notation, and formatting consistency

2026-03-12
audit-math
editors

Adversarial audit of mathematical proofs, derivations, and formal environments

2026-03-12
audit-section
editors

Deep audit of a single section -- style, factual accuracy, citations, logical flow

2026-03-12
build-context
editors

Generate guidance/paper-context.md from user-provided .tex, .md, or .pdf files

2026-03-12
check-consistency
editors

Fast cross-section consistency scan for numbers, terminology, and references

2026-03-12
compare-versions
editors

Show diff between current and proposed text with change rationale

2026-03-12
edit-section
editors

Revise an existing section for style, clarity, and correctness

2026-03-12
extract-section
postsecondary-teachers-all-other

Extract a section from main.tex by key name

2026-03-12
full-paper-audit
postsecondary-teachers-all-other

Audit the entire paper -- cross-section consistency, all citations, all style issues

2026-03-12
outline
postsecondary-teachers-all-other

Analyze paper structure — section balance, word counts, Cochrane-principle compliance

2026-03-12
research
postsecondary-teachers-all-other

Search for academic papers, references, and methodology literature using Perplexity MCP

2026-03-12
split-pdf
postsecondary-teachers-all-other

Download, split, and deeply read academic PDFs with adaptive chunking. Splits into optimally-sized chunks based on paper length, reads in controlled batches, and produces structured extraction notes tailored for empirical finance papers.

2026-03-12
verify-citations
postsecondary-teachers-all-other

Audit citations in LaTeX files -- check all \cite keys exist in .bib and verify via Perplexity

2026-03-12
bond-data
postsecondary-teachers-all-other

Reference for the Dickerson corporate bond dataset: column mappings between WRDS and PyBondLab, rating encoding, return definitions, signal clusters, and data gotchas. Auto-apply when loading bond data for PyBondLab analysis.

2026-03-11
create-audit-agent
computer-occupations-all-other

Creates new Claude Code agent configuration files or audits existing ones in .claude/agents/. Validates frontmatter, routing keywords, body-frontmatter alignment, ecosystem integration, and cross-agent consistency using a 17-point checklist.

2026-03-11
factor-construction
data-scientists-152051

Look-ahead bias prevention and portfolio formation rules for cross-sectional asset pricing factors. Covers signal timing, portfolio sorts, return alignment, and rebalancing conventions. Auto-apply when constructing factors, sorting stocks into portfolios, or computing long-short returns.

2026-03-11
proofread
editors

Mechanical error scan -- typos, LaTeX formatting, punctuation, spacing

2026-03-11
pybondlab-report
data-scientists-152051

Generates structured results reports after PyBondLab portfolio formation runs. Auto-apply when running StrategyFormation, BatchStrategyFormation, BatchWithinFirmSortFormation, or any portfolio sorting with PyBondLab.

2026-03-11
rule-create
computer-occupations-all-other

Creates new .claude/rules/ files following best practices, or audits existing rules for quality and effectiveness.

2026-03-11
style-check
editors

Analyze LaTeX text for violations of academic writing standards

2026-03-11
submission-prep
editors

Pre-submission checklist for JF, RFS, JFE, or other target journals

2026-03-11
wrds-schema
software-developers

Use this skill at the start of a session when working with WRDS data (CRSP, OptionMetrics, Compustat, TAQ). It pre-loads schema knowledge — table names, column names, join keys, data types, and common gotchas — so you can write correct queries without exploratory round-trips. Invoke when the user mentions WRDS, OptionMetrics, CRSP, or structured product / options analysis.

2026-03-11
wrds-ssh
network-and-computer-systems-administrators

This skill should be used when the user needs to connect to WRDS servers, run SAS code on WRDS, execute SQL queries on WRDS PostgreSQL, submit batch jobs to WRDS, or transfer files to/from WRDS. Use this skill whenever WRDS server access is required for data extraction, processing, or analysis.

2026-03-11