Dev & Engineering ✓ Anthropic · Official skill-authoringworkflow-designyaml-frontmatterpython-scriptsresource-packaging

Skill Builder Guide

A practical guide to designing reusable, triggerable, maintainable Agent Skills.

FollowSkills review · FSRS-2.0
Not recommended
52/ 100 5-point scale 2.6 / 5
Trust14 / 25 · 2.8/5

The material is primarily instructional and shows no malware, credential theft, or covert exfiltration. Its scripts create directories, write files, and package archives, but they do not specify least privilege, user confirmation, sensitive-data handling, rollback, or data-flow disclosure, so points are deducted. Apache-2.0 licensing and official organizational provenance are present in repository context, but the skill itself references LICENSE.txt, leaving attribution and license application incomplete.

Reliability8 / 20 · 2.0/5

The structure and workflow are broadly coherent, covering initialization, editing, packaging, and iteration. However, the PyYAML dependency is undeclared, scripts have no committed tests, key paths and abnormal-input handling lack diagnostic feedback, and static review cannot establish execution, so the score is capped below 10 and reduced.

Adaptability10 / 15 · 3.3/5

The trigger description clearly targets creating or updating Claude skills, and the body covers resource types, trigger descriptions, and representative workflows. It does not sufficiently define non-fit cases, environment requirements, Chinese-language support, or semantic false-trigger boundaries, so points are deducted.

Convention8 / 15 · 2.7/5

The information architecture is readable, uses progressive disclosure, and provides linked references, examples, and resource-organization guidance. It lacks versioning, changelog, maintenance ownership, update path, installation dependencies, and systematic troubleshooting; the LICENSE.txt reference is also uncertain, so points are deducted.

Effectiveness7 / 15 · 2.3/5

The skill is directly usable for the core task of designing and packaging skills, with process guidance, templates, and examples. It provides no representative verified outputs, user feedback, or execution evidence, so outcome completeness and marginal benefit over manual work remain uncertain; under static calibration the score does not exceed 7.

Verifiability5 / 10 · 2.5/5

The files provide auditable workflows, scripts, and repository CI configuration, but the CI primarily validates plugins rather than this skill's key behaviors. No committed test suite, third-party reproduction, or corroborating evidence types are shown; static review therefore supports at most 5 points.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 4aa51ed3d379
Before you use it
  • This is a low-confidence static review; scripts were not executed and packaging results were not independently verified.
  • Confirm dependencies such as PyYAML and add tests covering initialization, validation, and packaging paths before relying on it.
  • The scripts write files and create directories; confirm target paths, permissions, and overwrite behavior in restricted or production environments.
  • Clarify the actual location of LICENSE.txt, maintenance ownership, versioning and update procedures, and support for Chinese users and target network environments.
See the full review method →

What it does & when to use it

Skill Builder Guide is the skill-creator component inside the financial-analysis plugin. It helps users create or update skills that extend Claude with specialized knowledge, workflows, and tool integrations. The guide covers SKILL.md design, reusable scripts, references, assets, progressive disclosure, packaging, and iteration. It is intended for developers building custom skills, rather than users seeking a ready-made financial analysis workflow.

Explains how to define a skill through concrete usage examples and trigger scenarios; plan reusable scripts, references, and assets; initialize a new skill with scripts/init_skill.py; write YAML frontmatter containing name and description plus the skill body; validate and package a distributable .skill file with scripts/package_skill.py; and improve the skill through real-world iteration.

  1. A developer needs to create a new Agent Skill for a specialized domain and wants to clarify realistic usage patterns first.
  2. A team wants to turn repeatedly rewritten scripts, API documentation, or templates into reusable skill resources.
  3. A maintainer needs guidance on trigger descriptions, directory structure, and progressive loading of references.
  4. A skill author has finished editing and needs to validate and package the skill for distribution.
  5. An existing skill needs refinement after users encounter workflow or efficiency problems.

Pros & cons

Pros
  • Covers the full workflow from understanding requirements through packaging and iteration.
  • Provides clear guidance on concise instructions, trigger descriptions, and progressive disclosure.
  • Explains when scripts, reference files, and assets are useful.
Limitations
  • It is a methodology guide, not a ready-made financial analysis capability.
  • The supplied material does not show a dedicated test suite or standalone execution examples for this skill.
  • Initialization and packaging require the repository's Python scripts and filesystem access.

How to install

The skill is located at plugins/vertical-plugins/financial-analysis/skills/skill-creator/SKILL.md. The README documents Claude Code installation by running claude plugin marketplace add anthropics/financial-services, followed by claude plugin install financial-analysis@claude-for-financial-services. The supplied source does not document a separate installation command for this individual skill.

How to use

In an environment where the skill is loaded, ask for a new or revised skill, such as “Create a PDF-processing skill with reusable scripts, references, and templates.” The documented creation flow uses scripts/init_skill.py <skill-name> --path <output-directory> for initialization and scripts/package_skill.py <path/to/skill-folder> for packaging. These commands must run in a repository environment containing the scripts. Exact automatic triggering depends on the host client.

FAQ

Does it perform financial analysis itself?
No. It guides skill creation and maintenance; the README assigns financial modeling, research, and other workflows to separate skills.
Do I need to install the entire repository?
The README documents installation of the financial-analysis core plugin. It does not document a standalone installation method for this individual skill.
What environment does skill creation require?
The documented workflow uses the repository's Python initialization and packaging scripts and requires access to read and write the skill directory.

More skills from this repository

All from anthropics/financial-services

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Builder

Populate and validate linked income statement, balance sheet, and cash flow models with formulas.

Data & Analysis ✓ Anthropic · Official

Spreadsheet Auditor

Checks spreadsheet formulas, errors, and financial-model integrity.

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Builder

Complete existing three-statement templates with linked formulas, projections, scenarios, and audit checks.

Data & Analysis ✓ Anthropic · Official

Comparable Company Valuation

Build institutional-grade peer valuation analyses with operating metrics, trading multiples, and statistical benchmarks in spreadsheets.

Data & Analysis ✓ Anthropic · Official

Competitive Landscape Analyst

Turn competitive research into an approved, comparable market landscape deck.

Data & Analysis ✓ Anthropic · Official

Earnings Update Researcher

Turn quarterly results into an institutional-style update focused on beats, estimate changes, valuation, and thesis impact.

Data & Analysis ✓ Anthropic · Official

Sector Landscape Research

Structure industry dynamics, competition, valuation, and investment themes in one research workflow.

Productivity & Collaboration ✓ Anthropic · Official

PE Investment Committee Memo Writer

Turns diligence, financial analysis, and deal terms into a structured memo for private equity investment committee approval.

Data & Analysis ✓ Anthropic · Official

Excel Data Cleaning Assistant

Clean inconsistent spreadsheets before analysis.

Data & Analysis ✓ Anthropic · Official

Financial Deck Refresh

Update financial figures across an existing presentation while preserving its formatting and structure.

Writing & Content ✓ Anthropic · Official

IC Memo Drafting

Turns diligence and financial inputs into a structured IC memo.

Data & Analysis ✓ Anthropic · Official

Financial Model Auditor

Find spreadsheet formula errors and test financial-model integrity before review.

Automation & Ops ✓ Anthropic · Official

Reconciliation Break Tracer

Trace ledger breaks to source entries and state the operational root cause.

Automation & Ops ✓ Anthropic · Official

KYC Intake Parser

Turn onboarding packets into structured KYC data ready for screening.

Data & Analysis ✓ Anthropic · Official

Audit XLS: Spreadsheet Model Review

Systematically checks spreadsheet formulas, errors, and financial-model integrity issues.

Data & Analysis ✓ Anthropic · Official

General Ledger Roll-Forward

Connects a balance-sheet account’s opening balance to its period-end GL balance for close packages and audit support.

Data & Analysis ✓ Anthropic · Official

Investment Banking Pitch Deck Filler

Populate existing investment banking PowerPoint templates with validated data from Excel, CSV, and other source files.

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Filler

Complete and validate integrated three-statement templates with formulas, linkages, and audit checks.

Data & Analysis ✓ Anthropic · Official

Financial Model Audit

Systematically checks spreadsheet formulas and model integrity.

Data & Analysis ✓ Anthropic · Official

GL–Subledger Reconciliation

Reconcile general ledger and subledger data, expose breaks, and suggest likely causes for investigation.

Related skills