All authors
fabioc-aloha avatar

Claude Skills by fabioc-aloha

github.com/fabioc-aloha
380 skillsA× 363B× 13C× 40 installs21 views
Date Threshold ArithmeticA

Date comparisons at thresholds fail due to fractional days:

ai-agentsjavascriptgo
0
4
Deep ReviewA

Adversarial code review with three parallel perspectives — Advocate, Skeptic, Architect — that create productive tension. Use for high-stakes PRs, architectural changes, or when single-pass review would miss issues. Surfaces findings through disagreement, not consensus.

ai-agentsrustcode-review
0
4
Extension Audit MethodologyA

Systematic 5-dimension audit framework for VS Code extensions — debug hygiene, dead code, performance, menu validation, dependency cleanup

ai-agentstypescriptgo
0
4
Falsifiability Test PatternA

Plans without measurable success criteria drift into wishful thinking:

ai-agentsgoapi
0
4
Iterative Health CheckA

One-time audits don't track improvement:

ai-agentsjavascriptjava
0
4
Parity Guard Test PatternA

When checking that all callers of a contract implement it correctly, you get false positives from wrapper delegators:

ai-agentsjavascriptgo
0
4
Performance ProfilingA

CPU, memory, network bottleneck analysis — systematic performance investigation

ai-agentsjavascripttypescript
0
4
Python Mock Patching LocationA

Python mock.patch must target the import location, not the definition location

ai-agentspythongo
0
4
RefactorA

Systematic code refactoring to improve maintainability without changing behavior. Use when asked to \"refactor this\", \"clean up this code\", \"improve code quality\", \"simplify this\", \"reduce complexity\", or \"eliminate code smells\". Always preserves existing behavior.

ai-agentsgorefactoring
0
4
Refactoring PatternsA

Safe transformations — same behavior, better structure.

ai-agentstypescriptgo
0
4
Repository Readiness EvalB

Evaluate a repository's readiness for AI-assisted development across 4 axes: code understanding, dependency restore, build success, and test execution. Use when onboarding to a new repo, assessing CI readiness, or validating that an AI agent can work effectively in a codebase.

ai-agentspythonrust
0
4
Scaffolding GeneratorA

Pattern-aware code scaffolding that detects existing conventions and generates new components matching the codebase style. Use when asked to \"scaffold a component\", \"generate boilerplate\", \"create a new module\", \"bootstrap a service\", \"add a new endpoint\", \"create a new controller\", or \"add a new feature module\". Discovers patterns first, then replicates them.

ai-agentstypescriptexpress
0
4
Semantic Codebase IntelligenceA

Deep structural analysis of a codebase—dependency mapping, architecture boundary detection, coupling/cohesion scoring, and dead code discovery. Use when asked to \"analyze codebase structure\", \"map dependencies\", \"find dead code\", \"architecture analysis\", \"coupling analysis\", \"trace dependencies\", or \"understand this system\". Produces a Context Map with actionable insights.

ai-agentstypescriptpython
0
4
Tech Debt DiscoveryA

Systematic technical debt inventory and prioritization. Use when asked to \"find tech debt\", \"show me the TODOs\", \"how healthy is this codebase\", \"what should we fix first\", \"find code smells\", \"audit code quality\", or \"identify hotspots\". Scans code markers, analyzes git history, checks dependencies, and produces a prioritized debt report.

ai-agentsgoexpress
0
4
Terminal Command SafetyB

Safe terminal command patterns — backtick escaping, output capture, and hang prevention

ai-agentsshellbash
0
4
Test Quality AnalysisA

Analyze test code quality to detect coverage-only tests, test smells, and low-value assertions. Use when asked to \"analyze test quality\", \"find coverage-only tests\", \"audit our tests\", \"are these tests valuable\", \"find test smells\", or \"which tests should we delete\". Scores tests 1-5 on real value and produces prioritized improvement reports.

ai-agentsgotesting
0
4
Test Rename DriftA

When renaming a function, test files have references that survive find-and-replace:

ai-agentsjavascriptjava
0
4
Testing StrategiesA

Systematic testing for confidence without over-testing — the right test at the right level

ai-agentstypescriptrust
0
4
Universal Audit PatternA

Systematic project audit pattern — version consistency, terminology, fact inventory, cross-references

ai-agentsgonode
0
4
Visual Artifact QaA

Visual output that passes static checks can still fail to render:

ai-agentsjavascriptjava
0
4
Coaching TechniquesA

GROW model, active listening, developmental feedback, and team growth approaches

ai-agentsrustgo
0
4
Cognitive LoadA

Don't overwhelm — chunk, scaffold, summarize first.

ai-agentstypescriptrust
0
4
Counseling PsychologyA

Therapeutic frameworks, assessment, ethical practice, and client documentation for counselors and psychologists.

ai-agentsgoexpress
0
4
Disagreement ProtocolA

Canonical phrasing for respectful disagreement without capitulation — structural resistance to sycophancy

ai-agentsexpressapi
0
4
Executive StorytellingA

Data-driven narrative construction, stakeholder management, and influencing senior leadership decisions

ai-agentsrustgo
0
4
Learning PsychologyA

Help humans learn through partnership, not instruction.

ai-agentsrustgo
0
4
Meeting EfficiencyA

Agenda design, time boxing, decision capture, async alternatives, and productive facilitation

ai-agentsrustgo
0
4
Org ReportA

Generate an executive organization brief (leadership chain, direct reports, extended teams, and vendor partners) for a target person. Produces a Word + PDF report from a directory MCP source (WorkIQ is the reference implementation) and displays it in a Copilot canvas. Triggers on "generate org report for X", "build org brief for X", "make an org report for X", "org profile document for X".

ai-agentspythonshell
0
4
Stakeholder ManagementA

Influence mapping, communication strategies, and expectation management for complex organizations

ai-agentsrustgo
0
4
Status ReportingA

Create stakeholder-friendly project status updates and progress reports

ai-agentsrustgo
0
4
Converter QaA

Test harness for validating converter outputs with 284 assertions across all converter muscles

ai-agentsjavascriptrust
0
4
DocpilotA

Convert a Markdown file to a styled Word (.docx) document using docpilot — syntax-highlighted code blocks, blue-header tables, no Pandoc required.

ai-agentspythongo
0
4
Docx To MdA

Convert Word documents (.docx) to clean Markdown with image extraction and pandoc cleanup

ai-agentsgobash
0
4
Docx To PdfA

Convert Word documents (.docx) to PDF. Preserves headings, paragraphs, lists, tables, and inline images with best-effort layout fidelity.

ai-agentspythonbash
0
4
Md To EmlA

Convert Markdown to RFC 5322 email (.eml) with inline CSS and CID images

ai-agentsjavascriptgo
0
4
Md To EpubA

Convert Markdown to EPUB 3 e-books via Pandoc.

ai-agentsbashnode
0
4
Md To GammaA

Pre-process Markdown into a Gamma-import-ready version.

ai-agentsbashnode
0
4
Md To HtmlA

Convert Markdown to standalone HTML pages with embedded CSS, images, and Mermaid diagrams

ai-agentsrustgo
0
4
Md To LatexA

Convert Markdown to LaTeX source via Pandoc.

ai-agentsbashnode
0
4
Md To PdfA

Convert Markdown to PDF via Pandoc with two rendering engines.

ai-agentsbashnode
0
4
Md To PptxA

Convert Markdown to PowerPoint presentations via Pandoc.

ai-agentsbashnode
0
4
Md To WordA

Convert Markdown with Mermaid diagrams and SVG illustrations to professional Word documents

ai-agentsgoshell
0
4
Pptx To MdA

Convert PowerPoint (.pptx) to Markdown via Pandoc.

ai-agentsbashnode
0
4
Biome Kusto QueryA

Execute read-only KQL queries against Kusto / Azure Data Explorer clusters via the Kusto MCP server. Read-only -- does not create, alter, or drop objects.

ai-agentsgobash
0
4
Biome Powerbi QueryB

Execute read-only DAX queries against Power BI semantic models via the Power BI MCP server -- metadata discovery with INFO.VIEW functions and data retrieval with EVALUATE.

ai-agentsshellbash
0
4
Chart InterpretationA

Read any chart (image, HTML, screenshot) and extract insights, patterns, anomalies, bias, and narrative -- the reverse of visualization

ai-agentsgoangular
0
4
Dashboard DesignA

Dashboard layout patterns, KPI card design, filter architecture, narrative flow through panels, and self-contained HTML generation

ai-agentsjavascriptpython
0
4
Data AnalysisA

Exploratory data analysis patterns -- profiling, distributions, correlations, segmentation, anomaly detection, and translating statistics into narrative insights

ai-agentsgoapi
0
4
Data Quality MonitoringA

Data pipeline quality assurance — anomaly detection, schema drift, null ratio monitoring, freshness checks, and safe-write protection for reliable data engineering

ai-agentspythonrust
0
4
Data StorytellingA

End-to-end data narrative construction -- three-act structure, Knaflic/Duarte methodology, audience-first framing, and orchestration across analysis, visualization, and dashboard skills

ai-agentsgo
0
4