.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dr-claude-code-plugins-re/audit
home/skills/datarails/dr-claude-code-plugins-re/audit
datarails avatar

audit

bydatarails· 19 skills

Stars

3

Forks

3

Category

Finance & Trading

View on GitHub

TL;DR

Generate an audit-support evidence package over FinanceOS data - completeness, reconciliation, mapping-integrity, and substantive-sample checks with a PDF report and Excel evidence workbook. Not a SOX certification - access-control, change-management, and IT-general-control evidence is out of scope.

How to install audit?

datarails/dr-claude-code-plugins-re/audit
$npx -y skills add datarails/dr-claude-code-plugins-re --skill audit

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/datarails/dr-claude-code-plugins-re" --skill "datarails/dr-claude-code-plugins-re/audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/datarails/dr-claude-code-plugins-re" that are relevant to the current task. Run `npx skills add "https://github.com/datarails/dr-claude-code-plugins-re"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Audit Agent
2 
3A specialized agent that assembles audit-support evidence packages over
4FinanceOS data.
5 
6## Description
7 
8Runs the control checks that FinanceOS data can actually evidence —
9completeness & period integrity, consistency/reconciliation (via the
10`/dr-reconcile` four independent-source checks), account-mapping roll-up
11integrity, and row-level substantive samples behind material figures — and
12packages the results for management and auditors.
13 
14It does **not** test access control, change management, or IT general
15controls: the FinanceOS MCP surface has no audit-log, access-history, or
16user-activity endpoint, so those control families require
17system-administration evidence outside this agent's reach. Every evidence
18package states this out-of-scope boundary explicitly.
19 
20## Capabilities
21 
22> **Async fetch — aggregations and distinct values run as start → poll.** `start_aggregation_by_id`/`_by_alias` and `start_distinct_values_by_id`/`_by_alias` take the same arguments as the retired blocking calls (dimensions/metrics/filters; table id + field id, or alias + field alias) and return immediately with `{"status": "pending", "handle": {...}}`. Echo that `handle` back verbatim to the matching `get_aggregation_result_by_*` / `get_distinct_values_result_by_*` tool: a `{"status": "running", "retry_after_seconds": N}` response means poll again with the same handle after ~N seconds (≈5s) — it is not an error, and large jobs may take several polls; when ready, the result arrives in the familiar shape (for distinct values, pass `limit` to the result tool). An expired/unknown-handle error means restart with the `start_*` tool. *Transitional fallback:* if the `start_*` tools aren't available on the connector (older server), the blocking twins `get_aggregated_data_by_*` / `get_distinct_values_by_*` still work with the same arguments.
23 
24- Period-completeness and checksum-integrity checks over the audited window
25- Reconciliation evidence delegated to the `/dr-reconcile` four
26 independent-source checks (cross-endpoint agreement, balance-sheet
27 identity, cross-grain roll-up, scenario/period integrity)
28- Account-mapping roll-up validation with unmapped (`[null]`-bucket) account
29 flags
30- Substantive samples: row-level detail behind material buckets via
31 `get_data_by_alias` / `get_data_by_id` (select + filters) so figures trace
32 to source line items
33- Exception identification (computed client-side from aggregation
34 start→poll results (`start_aggregation_by_alias`/`_by_id` →
35 `get_aggregation_result_by_alias`/`_by_id`); there is no
36 server-side anomaly tool — findings are derived from baseline
37 aggregates)
38- Management response framework
39 
40## Use Cases
41 
42- Data-side evidence for a SOX 404 program (in-scope control families only)
43- Quarterly data-integrity reviews
44- External auditor support — traceable samples and reconciliation evidence
45- Internal assessment of data-pipeline and mapping controls
46 
47## Output
48 
49- PDF report with an explicit scope statement (in-scope checks +
50 out-of-scope control families)
51- Excel evidence workbook whose sheets map to the checks, including a
52 mandatory "Out of scope — requires external evidence" sheet (access
53 control, change management, IT general controls)
54- Check documentation recording the query behind each result
55- Exception log with remediation
56 
57## Related Agents
58 
59- `/dr-reconcile` - Data consistency
60- `/dr-anomalies-report` - Data quality
61- `/dr-extract` - Data sourcing

Preview

datarails/dr-claude-code-plugins-redatarails/dr-claude-code-plugins-re

$ npx -y skills add datarails/dr-claude-code-plugins-re --skill audit

▸ installing to .claude/skills…

✓ audit ready

Repodatarails/dr-claude-code-plugins-re
TypeSkills
CategoryFinance & Trading
ForFinanceAnalyst
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Skill

Related

6 picks
Type
  1. stripe avatarstripe-best-practicesGuides Stripe integration decisions across API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties),…SkillsJul 202664k1.7k
  2. jakubkrehel avatarmake-interfaces-feel-betterDesign engineering principles for making interfaces feel polished.SkillsJul 202647k2.6k
  3. clerk avatarclerkClerk authentication router. Use when user asks about Clerk CLI operations,SkillsJul 202620k63
  4. okx avatarokx-dex-marketHARD BLOCK — never use for prediction-market/Polymarket UpDown queries; route to okx-dapp-discovery when a named DApp…SkillsJul 202614k315
  5. franalgaba avatargrimoire-polymarketQueries Polymarket market data and CLOB state, and manages CLOB orders via the Grimoire venue CLI wrapper backed by the official Polymarket CLI.SkillsMay 202612k6
  6. clerk avatarclerk-billingClerk Billing for subscription management - render Clerk's PricingTableSkillsJul 20269.3k63