Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: Commerce & finance

1,554 results · page 49 of 52

  • interrogateSkillCommerce & finance

    Use for \"interrogate\", \"adversarial review\", \"multi-model review\", \"challenge this\", \"stress test this code\", \"find blind spots\", or \"tear this apart\". Multiple LLM reviewers challenge changes from independent angles.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • lease-accounting-advisorSkillCommerce & finance

    Multi-jurisdiction lease accounting reference framework covering ASC 842 (US GAAP) and IFRS 16, with additional coverage of UK FRS 102 (2024 periodic review amendments effective 1 Jan 2026), German HGB, JGAAP (ASBJ Statement No. 34, effective FY beginning on/after 1 Apr 2027), CAS No. 21 (China), an

    Ready to connect

    github.com/vincentchuwaichow/vanguard-frontier-agentic22 stars

    View details
  • maintain-verification-skillSkillCommerce & finance

    Periodic pass that keeps a project's verification skill and feature map honest: parallel source readers per feature, one live session driving every feature, at most one PR of proven corrections. Use for /maintain-verification-skill or \"audit the verify skill\".

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • new-branch-and-prSkillCommerce & finance

    Create a fresh branch, complete work, and open a pull request

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • no-commentsSkillCommerce & finance

    Spawn Comment Sicko, fix accepted findings, and offer encodings for claimed constraints.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • openfinanceSkillCommerce & finance

    Connect bank accounts to AI models using openfinance.sh

    Ready to connect

    github.com/equated-org/openfinance22 stars

    View details
  • orchestrateSkillCommerce & finance

    Use only when the user explicitly types `/orchestrate <goal>` to decompose a large task, spawn a tree of parallel cloud-agent workers/subplanners/verifiers via the Cursor SDK, and collect structured handoffs; do not invoke autonomously.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • payroll-advisorSkillCommerce & finance

    Multi-jurisdiction payroll accounting reference framework covering compensation expense recognition, employee benefits, pension/post-retirement obligations, and payroll tax compliance.

    Ready to connect

    github.com/vincentchuwaichow/vanguard-frontier-agentic22 stars

    View details
  • Poteto ModeSkillCommerce & finance

    poteto's agent style for concise, detailed responses, deliberate subagents, unslopped prose, simple code, and verified work. Use for poteto, /poteto-mode, or requests to work in this style.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-boundary-disciplineSkillCommerce & finance

    Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, config, network, external APIs); trust internal types and keep business logic in pure functions.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-build-the-leverSkillCommerce & finance

    Apply to any non-trivial work, not just bulk work: edits, migrations, analyses, checks. Build the tool that does it or proves it (codemod, script, generator, or a skill your subagents follow) instead of working by hand. The tool is the artifact a reviewer can rerun.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-encode-lessons-in-structureSkillCommerce & finance

    Apply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode the rule as a lint, metadata flag, runtime check, or script instead of more text.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-experience-firstSkillCommerce & finance

    Apply when product, UX, or feature-scope tradeoffs come up. Choose user delight over implementation convenience; ship fewer polished features over more rough ones.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-fix-root-causesSkillCommerce & finance

    Apply when debugging. Trace each symptom to its root cause and fix it there; reproduce first, ask why until you reach it, resist nil-check guards that silence crashes.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-foundational-thinkingSkillCommerce & finance

    Apply before writing logic: choosing core types and data structures, sequencing scaffold-vs-feature work, asking what concurrent actors share. Get the data structures right so downstream code becomes obvious.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-laziness-protocolSkillCommerce & finance

    Apply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias toward deletion and the smallest change that solves the problem.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-make-operations-idempotentSkillCommerce & finance

    Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Converge to the same end state regardless of partial prior runs.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-migrate-callers-then-delete-legacy-apisSkillCommerce & finance

    Apply when introducing a new internal API while old callers still exist. Migrate callers and delete the old API in the same wave instead of preserving compatibility layers.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-minimize-reader-loadSkillCommerce & finance

    Apply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state in the reader's head; collapse one-caller wrappers and shrink mutable scope.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-never-block-on-the-humanSkillCommerce & finance

    Apply when tempted to ask 'should I do X?' on reversible work. Proceed, present the result, let the human course-correct after the fact; reserve confirmation for irreversible actions.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-outcome-oriented-executionSkillCommerce & finance

    Apply during planned rewrites and migrations with explicit phase boundaries. Converge on the target architecture; don't preserve smooth intermediate states with throwaway compatibility code.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-prove-it-worksSkillCommerce & finance

    Apply after completing a task, before declaring done. Verify against the real artifact (run the feature, read the actual value, inspect the diff), not a proxy, self-report, or 'it compiles.'

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-sequence-verifiable-unitsSkillCommerce & finance

    Apply to multi-step work (sweeps, migrations, runs of similar edits) and to how you stack commits and PRs. Break work into small units that each end in a verifiable state, check each before the next, and order delivery so the sequence proves itself to a reviewer.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-subtract-before-you-addSkillCommerce & finance

    Apply when sequencing an addition, refactor, or rewrite. Remove dead weight, redundant validators, and stub references first, then build on the simpler base.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • principle-type-system-disciplineSkillCommerce & finance

    Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make illegal states unrepresentable, brand semantic primitives, parse external data at boundaries, refuse to lie to the compiler, exhaust variants, derive from authoritative schemas.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • procure-to-pay-advisorSkillCommerce & finance

    Multi-jurisdiction procure-to-pay accounting reference covering PO matching, AP accruals, vendor management, and related compliance.

    Ready to connect

    github.com/vincentchuwaichow/vanguard-frontier-agentic22 stars

    View details
  • pseudobulkdegSkillCommerce & finance

    Performs pseudo-bulk differential gene expression analysis using DESeq2 or edgeR. Aggregates single-cell counts to sample-level pseudo-bulk data, then identifies differentially expressed genes between conditions while accounting for biological replicates. Supports complex experimental designs includ

    Ready to connect

    github.com/pwwang/immunopipe22 stars

    View details
  • ralph-loopSkillCommerce & finance

    Start a Ralph Loop for iterative self-referential development. Use when the user asks to run a ralph loop, start an iterative loop, or wants repeated autonomous iteration on a task until completion.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • ralph-loop-helpSkillCommerce & finance

    Explain the Ralph Loop plugin, how it works, and available skills. Use when the user asks for help with ralph loop, wants to understand the technique, or needs usage examples.

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • react-doctorSkillCommerce & finance

    Use when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canoni

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

52,524 of the 52,958 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI