All authors
fabioc-aloha avatar

Claude Skills by fabioc-aloha

github.com/fabioc-aloha
380 skillsA× 363B× 13C× 40 installs81 views
Appropriate RelianceA

Calibrated human-AI collaboration with creative latitude — trust calibrated to reliability, creativity preserved with validation.

ai-agentstypescriptrust
0
4
AwarenessA

Proactive detection, self-correction, and epistemic vigilance

ai-agentstypescriptgo
0
4
Bootstrap LearningA

Domain-agnostic knowledge acquisition — from zero to structured expertise through conversational learning

ai-agentsrustgo
0
4
Calibration TrackingA

Record confidence claims and reconcile against outcomes — closing Tenet V (calibration over confidence)

ai-agentsgodebugging
0
4
Critical ThinkingA

Challenge what you think is right — alternative hypotheses, missing data, evidence quality, bias detection, falsifiability, and adversarial review

ai-agentsrustgo
0
4
Debugging PatternsA

Systematic problem-solving and error analysis.

ai-agentstypescriptgo
0
4
Dialog EngineeringA

CSAR Loop and structured conversation patterns for effective AI dialog -- Clarify, Summarize, Act, Reflect

ai-agentstypescriptgo
0
4
Hypothesis Driven DebuggingA

Investigate build failures, test errors, runtime crashes, or unexpected behavior through systematic minimal reproduction, multi-hypothesis testing, and evidence-based verification. Use when asked to \"debug\", \"investigate a failure\", \"find root cause\", \"troubleshoot\", \"fix a failing test\", or \"diagnose an issue\". Always re-run builds and tests after changes.

ai-agentstestingdebugging
0
4
Knowledge SynthesisA

Cross-project pattern recognition — abstract, generalize, connect, store at the highest true level

ai-agentsgoreact
0
4
Problem Framing AuditA

Step-back protocol — restate, generalise, specialise, invert, ask why, pre-mortem, check stakeholders, and audit framings before solving

ai-agentsgoapi
0
4
Root Cause AnalysisA

Find the true source, not symptoms — systematic debugging from observation to permanent fix

ai-agentsjavascripttypescript
0
4
Rubber Duck DebuggingA

Be a thinking partner. The answer often emerges when explaining the problem.

ai-agentsrustgo
0
4
Socratic QuestioningA

Help users discover answers, don't just deliver them.

ai-agentsrustgo
0
4
Allowlist Over BlocklistA

Validate input against an allowlist of permitted values — reject everything else

ai-agentsjavascriptgo
0
4
Api Security HardeningA

API security hardening — rate limiting, JWT validation, CORS, input validation (4-layer defense)

ai-agentsjavascriptrust
0
4
Assist Sg UpdateA

Generate assisted PRs to correct Security Group ownership for first-party apps flagged by S360 tenant-isolation policy (SFI-TI3.2.2)

ai-agentsgosecurity
0
4
Build FixA

Fix compile-time and build errors introduced by prior agent changes

ai-agentstypescriptpython
0
4
Create Associate NsgA

Creates a new Network Security Group and associates it with the specified subnets and/or NICs of a Virtual Network.

ai-agentsshellazure
0
4
Distribution SecurityA

Defense-in-depth, PII protection, secrets scanning, and secure packaging for distributed software

ai-agentstypescriptrust
0
4
Error Message SanitizationA

Raw error messages leak internal information to users:

ai-agentsjavascriptgo
0
4
Fetch ViolationsA

Query S360 Kusto for SFI-TI3.2.2 tenant isolation violations, classify by ViolationTitle, flag autofix-eligible items for downstream remediation

ai-agentsazureapi
0
4
Generate ReportA

Generate an interactive, self-contained HTML dashboard displaying SFI-TI3.2.2 tenant isolation violations for a service, org, or alias -- includes filtering, sorting, severity coding, TSG links, S360 deep links.

ai-agentsgoshell
0
4
Guide Advanced RemediationA

Complex multi-step remediation scenarios for S360 Tenant Isolation violations that require code changes, Federated Identity Credential (FIC) setup, and bilateral coordination between service teams.

ai-agentsrustgo
0
4
Guide Cert RehomingA

End-to-end process of rehoming (moving or reissuing) certificates so every production Entra app credential lives in the same tenant and cloud as the app itself.

ai-agentsrustgo
0
4
InputA

Extract and resolve required CodeQL alert metadata from user input before remediation

ai-agentssqlgit
0
4
Lookup Nsg For VnetA

Checks every subnet in a Virtual Network for an associated Network Security Group, and also inspects each NIC attached to those subnets for NIC-level NSG coverage.

ai-agentsshellazure
0
4
Lookup NsgA

Finds the Network Interface Card (NIC) and associated Network Security Group (NSG) for a VM given its public IP address.

ai-agentsshellsecurity
0
4
Markdown Sanitization ChainA

Markdown sanitization order matters — marked.js then DOMPurify then Mermaid to prevent XSS

ai-agentsjavascriptrust
0
4
Nnf Cve CleanupA

Cleans up NNF deployments impacted by vulnerable or outdated container images using guided execution.

ai-agentspythonshell
0
4
OutputA

Produce the final CodeQL fix result table and choose the correct exit code and retry behavior

ai-agentssqlazure
0
4
Path Traversal PreventionB

When copying files or serving content, user-controlled paths can escape the intended directory:

ai-agentsjavascriptjava
0
4
Pii Privacy RegulationsA

Handling personally identifiable information under European and Australian privacy regulations.

ai-agentstypescriptgo
0
4
Privacy Responsible AiA

Privacy by design, data protection, and responsible AI principles.

ai-agentstypescriptrust
0
4
Remediate NsgA

Applies M365NetIsoNsg compliance rules to an existing Azure NSG and outputs the ARM template for Safe Deployment.

ai-agentsgoshell
0
4
Remediate Pfx CertificatesA

Skill helps user to remove checked-in certificates from source code in case of exposed secrets

ai-agentsrustazure
0
4
Revoke And Rotate CertificateA

Skill helps user to revoke and rotate certificate in case of exposed secrets

ai-agentsshellsecurity
0
4
Secrets ManagementA

Secure token storage, VS Code SecretStorage API, credential management, environment variable migration

ai-agentstypescriptshell
0
4
Security ReviewA

Defend before attackers find the gaps - OWASP, STRIDE, and Microsoft SFI

ai-agentsjavascripttypescript
0
4
Security Threat ModelerA

Analyze codebase architecture to generate a STRIDE-based threat model with data flow diagrams, trust boundaries, prioritized threats, and mitigations. Compatible with Microsoft Threat Modeling Tool concepts. Use when asked to \"threat model\", \"security analysis\", \"STRIDE analysis\", \"identify security threats\", \"data flow security\", \"generate a threat model\", or \"security architecture review\".

ai-agentsrustgo
0
4
Shell Injection PreventionC

Use execFileSync with args array instead of execSync with string concatenation to prevent shell injection

ai-agentsjavascriptgo
0
4
SymfixA

Classify and remediate CodeQL alerts with the SymFix workflow using staged changelog updates

ai-agentsgo
0
4
Threat Surface AnalysisA

Discover a codebase's threat surface through systematic investigation — map ecosystem groups, dependency graphs, service connections, authentication mechanisms, and trust boundaries. Use when performing threat modeling, security review, or architectural analysis of any multi-ecosystem repository.

ai-agentstypescriptpython
0
4
Violation TriagerA

Orchestrate end-to-end SFI-TI3.2.2 workflow — fetch violations, classify, dispatch to remediation skills, generate report

ai-agentsgodatabase
0
4
Coherence AuditA

Detect coherence violations between Alex_ACT_Edition (brain) and Alex_Skill_Mall (marketplace) — broken references, tag mismatches, deprecated install snippets

ai-agentsgonode
0
4
Fleet ManagementA

Keep heir projects synchronized with Master Alex brain updates — audit drift, upgrade brains, verify deployments

ai-agentsgoshell
0
4
Mall CurationA

Curate Alex_Skill_Mall — decide when to add, keep, refresh, or prune stores and catalog entries

ai-agents
0
4
On Call Handoff PatternsA

Effective patterns for on-call shift transitions, ensuring continuity, context transfer, and reliable incident response across shifts.

ai-agentsgobash
0
4
Release ProcessA

Complete release automation for VS Code Marketplace publishing

ai-agentsgoshell
0
4
Release RitualA

Cut a release of Alex_ACT_Edition — preflight, brain-qa, changelog, version bump, tag, push

ai-agentsgonode
0
4
Skill ReviewA

Review submissions to Alex_ACT_Edition for ACT spec compliance, content quality, and scope fit

ai-agentsgogit
0
4