Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

cleanexpo/ato

37 skills750 installs222 starsGitHub

Install

npx skills add https://github.com/cleanexpo/ato

Skills in this repo

1Video Generationvideo-generation in cleanexpo/ato enables AI-assisted creation of marketing and tutorial videos for mobile and SaaS products. It automates clip production from scripts or assets so growth teams can feed content calendars, app store previews, and social distribution without bespoke video editing workflows.234installs2Simple Report Exportsimple-report-export is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.47installs3Australian Tax Law Researchaustralian-tax-law-research is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.42installs4Xero Api Integrationxero-api-integration is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted coding.37installs5Pdf Report Generationpdf-report-generation is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.34installs6Google Slides Storyboardgoogle-slides-storyboard is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.33installs7Notebook Lm Researchnotebook-lm-research is a Claude Code skill for productivity & planning. It helps solo builders move faster with AI-assisted coding.29installs8Google Workspace Integrationgoogle-workspace-integration is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.25installs9Image Generationimage-generation is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.23installs10Cashflow Forecastingcashflow-forecasting is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.22installs11Rnd Eligibility Assessmentrnd-eligibility-assessment is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.18installs12Tax Compliance VerificationProvides a verification checklist for rate accuracy, legislative reference correctness, and calculation formulas against ATO sources before any tax recommendation is shown. A developer uses it when reviewing or modifying tax calculations, AI prompt outputs, or audit API responses.17installs13Payroll Tax AnalysisComputes multi-state Australian payroll tax obligations with per-jurisdiction thresholds and rates, plus contractor deeming, entity grouping, and exemption logic. A developer uses it to build cross-state payroll tax compliance and reconciliation into a tax-analysis platform.14installs14Tax Fraud DetectionScreens tax recommendations against the Part IVA anti-avoidance framework and red-flag indicators (sham R&D, artificial losses, Section 100A distributions) to prevent illegal avoidance. A developer uses it to gate high-value tax recommendations for legal defensibility.13installs15Ato Rate ScrapingExtracts current tax rates, thresholds, and benchmarks from official ATO sources into structured data. A developer uses it when validating or updating cached Australian tax rates for a new period.10installs16Audit Risk BenchmarkingCompares taxpayer financial ratios against ATO small business benchmarks for their industry to produce an audit risk profile. A developer uses it for pre-lodgement audit probability assessment.10installs17Abn Entity LookupQueries the Australian Business Register to validate ABNs and retrieve entity name, type, and GST registration status. A developer uses it when verifying contractor ABNs or entity types for Australian tax compliance.9installs18Historical Trend AnalysisAnalyzes 3-5 years of Xero financial data with YoY comparison, moving averages, z-score/IQR anomaly detection, and seasonal pattern analysis to flag audit risk and tax-planning opportunities. A developer uses it when building multi-year trend and anomaly reporting into an Australian tax-analysis tool.9installs19Legislative Change MonitoringTracks changes to Australian tax legislation, ATO rulings, and court decisions across a source registry, classifying them into rate changes and rule changes that affect tax engines. A developer uses it to keep a tax-analysis platform's rates and logic aligned with current law.9installs20Payg Instalment OptimizationOptimizes PAYG instalment strategy by comparing the amount and rate methods, modelling income scenarios, and scoring variation penalty (GIC) risk against the 85% safe harbour. A developer uses it to build quarterly instalment analysis and variation guidance into an Australian tax tool.9installs21Psi ClassificationClassifies personal services income (PSI) under Division 84 and runs the four PSB tests (results, unrelated clients, employment, business premises) to determine deduction restrictions under Division 86. A developer uses it to assess PSI/PSB status and deduction availability in an Australian tax tool.9installs22Work Queue ProcessorImplements a persistent orchestrator that pulls validated queue items and routes them by complexity through planner/executor sub-agents with fresh contexts, staying fault-tolerant and observable. A developer uses it as the execution stage of an autonomous idea-to-code work loop.9installs23Email DeliveryDelivers transactional emails (accountant reports, compliance alerts, invitations) through SendGrid with template rendering, attachment handling, and bounce/complaint tracking. A developer uses it when wiring email notifications into a tax-analysis app that needs PDF/Excel attachments and delivery status.8installs24Idea Intake WorkflowUnifies idea capture, feasibility validation, and autonomous execution into one /workflow command with subcommands, routing items through Supabase queue states and creating Linear issues. A developer uses it to run an autonomous capture-validate-process loop over a backlog of feature/bug ideas.8installs25Idea Queue CaptureProvides fast, interruption-free capture of ideas into an autonomous work queue, grouping related ideas and auto-detecting whether each is a bug, feature, improvement, or task. A developer uses it as the capture stage of a queue-driven autonomous work loop.8installs26Myob Api IntegrationProvides read-only MYOB API access via an adapter that normalizes transactions, accounts, contacts, and reports into a canonical schema shared by downstream analysis engines. A developer uses it to connect MYOB clients (instead of Xero) for multi-year tax-analysis data extraction.8installs27Agent OrchestratorCentral coordinator that analyzes a request, routes it to specialist agents, and synthesizes results across a swarm. A developer uses it when a task spans multiple domains and needs multi-agent orchestration.6installs28Data ValidationDefines Zod and Pydantic validation patterns so no unvalidated data crosses a trust boundary. A developer uses it when adding input validation to forms and API request schemas.5installs29Error TaxonomyProvides a structured error classification system that bridges a FastAPI ErrorResponse model with a Next.js ApiClientError class, giving each error a code, severity, and user message. A developer uses it when adding or standardizing API error responses and frontend error handling.5installs30Health CheckDefines a three-tier health-probe architecture (shallow liveness, readiness, deep dependency checks) with parallel dependency checks, 503-on-unhealthy semantics, Docker healthchecks, and cron-based monitoring. A developer uses it when adding health endpoints or dependency probes to a Next.js/FastAPI stack.5installs31Metrics CollectorCodifies standardized application-metrics collection and querying backed by Supabase/PostgreSQL, defining metric types, naming conventions, and lazy time-series aggregation without Prometheus scraping. A developer uses it when instrumenting API routes, agent runs, or jobs on Vercel/serverless.5installs32Skill ManagerManages the full lifecycle of agent skills including gap analysis, template-based generation, catalogue browsing, and health validation against quality standards. A developer uses it to keep a project's skill ecosystem complete, compliant, and registered.5installs33State MachineProvides a reusable finite-state-machine framework for multi-step flows across Python and TypeScript, codifying string-enum status fields, transition maps, and guard conditions. A developer uses it when designing workflow status phases, retry/escalation loops, or loading/error/success UI states.5installs34Structured LoggingCodifies machine-readable structured logging with correlation IDs, contextual metadata, level guidelines, and sensitive-data redaction across backend and frontend. A developer uses it when adding logging, request tracing, or log-aggregation to a full-stack app.5installs35Systematic DebuggingEnforces a structured 4-phase root-cause investigation before any fix, with a 3-attempt circuit breaker, for bugs, test failures, and unexpected behaviour. A developer uses it when debugging failing tests, endpoint errors, or regressions instead of guessing at fixes.5installs36TddEnforces a red-green-refactor TDD discipline with a hard gate of no production code before a failing test, tailored to vitest and pytest with file-location conventions. A developer uses it when implementing any feature or bug fix in a Next.js/FastAPI stack.5installs37Verification Before CompletionEnforces a 5-step gate requiring fresh command output as evidence before any completion claim, commit, or PR, and bans phrases like 'should work'. A developer uses it before declaring work done to ensure claims are backed by verified output.5installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

cleanexpo/ato · 37 skills · Skillselion