Economists and researchers looking to streamline their workflow using AI tools like Claude.
Welcome to a mini-series on using Claude AI for economists. Today, we delve deeper into creating and utilizing 'skills'.
Skills are reusable instruction bundles that specify how LLMs should approach a problem, acting as encoded, structured prompts.
Skills standardize tasks like summarizing papers or drafting referee reports, reducing repetitive explanations for AI agents.
Skills are stored in folders, each containing a 'skill.md' file. They can be installed globally or locally within a project folder.
Global skills are always available but consume space and can slow startup. Local skills offer more control over availability.
To create a skill, define the task, inputs, and outputs. It's practical to have the AI draft initial instructions.
We'll create a skill to quickly generate notes on a seminar visitor's papers, useful for preparation or literature review.