Skip to content
PortfolioAI Skills

Reusable agent workflows

AI Skills

An AI skill is a focused, reusable package of instructions, references, and optional scripts that an agent loads when a task matches its purpose.

It records when to use a workflow, which tools and sources to prefer, how quality should be judged, and what evidence is required before the work is complete. By moving those decisions out of a one-off prompt, a good skill turns a successful session into repeatable behavior that can be tested and improved.

  1. 01

    Describe the outcome

    Prompt for the work you need without restating every operating detail.

  2. 02

    Load the right skill

    The agent brings the relevant workflow, tools, sources, and standards into context.

  3. 03

    Repeat and improve

    Reuse tested behavior, then refine the skill as your requirements evolve.

Why skills matter

They encode domain standards and tool choices once, then apply them consistently.

Why I build them

They turn successful experiments into reusable systems that other people can inspect and trust.