Files
fire-safety-tester/references/ai-skills.md
2026-08-15 15:28:54 +02:00

38 KiB

External AI agent skills — fire-safety-tester

Proven, publicly available AI agent skills mapped to this occupation. Nothing is copied from the sources: every entry is a name, a one-line summary and a link to the upstream skill package. Each section names its source repository, commit, license and retrieval date.

Tiers: core = the skill directly exercises a top market hard skill, tool or method (from gated job-ad evidence) or an essential ESCO competence of this occupation; adjacent = plausibly useful, secondary. Entries are capped at 12 per source and 80 in total per occupation (core first, strongest matches survive); everything beyond the caps is excluded and logged in the pipeline audit trail, not in this package.

Matched deterministically (ISCO group + title/competence keywords, tiered against market evidence + ESCO essentials) by pipeline/p5_enrich_ai_skills.py on 2026-07-14.

Source: anthropics/skills

  • Repository: https://github.com/anthropics/skills (commit f6656c1, retrieved 2026-07-14)
  • License: Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available — see the LICENSE.txt in the upstream skill folder
Skill Tier What it adds Upstream
docx adjacent Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to … source
pdf adjacent Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating … source

Source: 0xwilliamortiz/claude-red

Skill Tier What it adds Upstream
offensive-reporting core Penetration test and red team report writing methodology. Covers executive summary structuring (risk-led narrative for non-technical readers), technical finding format (title, severity, affected scope, narrative, reproduction steps, … source

Source: a5c-ai/babysitter

Skill Tier What it adds Upstream
embedded-docs core Embedded firmware documentation generation and maintenance using Doxygen and related tools. Expert skill for API documentation, hardware interface documentation, memory maps, and integration with documentation systems. source
knowledge-extractor core Extract tribal knowledge from code, documentation, and commit history to preserve institutional memory source
sklearn-model-trainer core Scikit-learn model training skill with cross-validation, hyperparameter tuning, pipeline construction, and model serialization. Enables automated ML model development using scikit-learn's comprehensive toolkit. source
inference-performance-testing adjacent Benchmark and optimize ML model inference — latency, throughput, memory usage, and hardware-specific performance profiling. source
session-memory adjacent Mandatory memory persistence system across session resets using three markdown surfaces in .claude/cc10x/. Iron law - every workflow must load at start and update at end. source
vector-memory adjacent HNSW vector search for pattern similarity retrieval and knowledge graph maintenance with PageRank scoring, community detection, and 3-tier memory management. source

Source: affaan-m/everything-claude-code

Skill Tier What it adds Upstream
blueprint core Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, … source
autonomous-agent-harness adjacent Transform Claude Code into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone agent frameworks (Hermes, AutoGPT) by leveraging Claude Code's native crons, … source

Source: avelikiy/great_cto

Skill Tier What it adds Upstream
anydesign adjacent Analyze images, websites, and Figma files to extract their design and generate a design.md with token system, component inventory, and reconstruction notes. Use this skill whenever the user wants to understand, document, replicate, or … source

Source: awrshift/claude-memory-kit

Skill Tier What it adds Upstream
tour adjacent Interactive walkthrough of the Memory Kit system using the user's actual project files source

Source: basicmachines-co/basic-memory

Skill Tier What it adds Upstream
memory-onboarding adjacent Guide someone new to Basic Memory through designing and building a complete personal knowledge system — interview them about what they want to track, propose a structure, build it with schemas and instruction notes, teach them to use it, … source
memory-tasks adjacent Task management via Basic Memory schemas: create, track, and resume structured tasks that survive context compaction. Uses BM's schema system for uniform notes queryable through the knowledge graph. source

Source: brycewang-stanford/Auto-Empirical-Research-Skills

Skill Tier What it adds Upstream
d4 core Agent D4 - Measurement Instrument Developer - Scale construction and psychometric validation. Covers item development, validity evidence, and reliability testing for social science research. source
system-profile adjacent Profile a target (script, process, GPU, memory, interconnect) using external tools and code instrumentation. Produces structured performance reports with actionable recommendations. Use when user says "profile", "benchmark", "bottleneck", … source
diverga-memory adjacent Diverga Memory System v7.0 - Context-persistent research support with checkpoint auto-trigger and cross-session continuity. Triggers: memory, remember, context, recall, checkpoint, decision, persist, 기억, 맥락, 세션, 체크포인트 source
identify adjacent Design or review identification strategy for the sewage-house-prices project. Produces strategy memos with estimand, assumptions, pseudo-code, robustness plan, falsification tests, and referee objection anticipation. This skill should be … source

Source: coreyhaines31/makerskills

Skill Tier What it adds Upstream
slide-deck adjacent When you want to draft, update, convert, or export a slide deck for a React/Next.js slide system (${SLIDE_DECK_REPO:-$HOME/code/your-slide-deck-site}/src/app/slides/). Writes TypeScript Slide[] arrays using your primitives (Eyebrow, … source

Source: davepoon/buildwithclaude

Skill Tier What it adds Upstream
image-enhancer core Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts. source
ops-speedup adjacent Cross-platform, hardware-adaptive system optimizer. Auto-detects macOS / Linux / WSL / Windows (MINGW/Cygwin/MSYS2) and CPU/RAM/disk/GPU profile, then picks the right cleanup strategy. Scans reclaimable disk space, memory pressure, runaway … source

Source: davila7/claude-code-templates

Skill Tier What it adds Upstream
image-enhancer core Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts. source
get-available-resources adjacent This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic … source
agent-memory-mcp adjacent A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions). source
gcc adjacent Git Context Controller (GCC) - Manages agent memory as a versioned file system under .GCC/. This skill should be used when working on multi-step projects that benefit from structured memory persistence, milestone tracking, branching for … source

Source: dotnet/skills

Skill Tier What it adds Upstream
mcp-csharp-test adjacent Test C# MCP servers at multiple levels: unit tests for individual tools and integration tests using the MCP client SDK. USE FOR: unit testing MCP tool methods, integration testing with in-memory MCP client/server, end-to-end testing via … source

Source: eduardo-sl/go-agent-skills

Skill Tier What it adds Upstream
go-troubleshooting core Diagnose runtime problems in Go programs: panics and stack traces, deadlocks, goroutine leaks, memory leaks, OOM kills, race reports, and debugging with delve and pprof. Use when: "debug this panic", "read this stack trace", "deadlock", … source

Source: egorfedorov/claude-context-optimizer

Skill Tier What it adds Upstream
cco-overhead adjacent Audit the fixed context overhead every session starts with — system prompt, MCP tools, agents, CLAUDE.md, memory — measured from real transcript usage source

Source: foryourhealth111-pixel/Vibe-Skills

Skill Tier What it adds Upstream
get-available-resources adjacent This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic … source
hive-mind-advanced adjacent Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory source

Source: gooseworks-ai/goose-skills

Skill Tier What it adds Upstream
meeting-brief adjacent Daily meeting preparation system that checks your calendar each morning, deeply researches external attendees (LinkedIn, company info, GitHub, past notes), and sends you personalized briefs via email (1 per person). Use when you want … source

Source: infrasity-labs/dev-gtm-claude-skills

Skill Tier What it adds Upstream
anydesign adjacent Analyze images, websites, and Figma files to extract their design and generate a design.md with token system, component inventory, and reconstruction notes. Use this skill whenever the user wants to understand, document, replicate, or … source

Source: inkline/inkline

Skill Tier What it adds Upstream
starter-templates adjacent Anatomy and maintenance of inkline-starter-* repos and examples — the two starter flavors, what every starter must include, per-framework specifics, and the clone-to-rendered-component-under-2-minutes bar. Use when creating or maintaining … source

Source: JasonColapietro/suede-creator-skills

Skill Tier What it adds Upstream
suede-instagram-growth adjacent Suede-owned Instagram growth operating system for account-specific audits, Reels, carousels, Stories, conversion mapping, calendars, and daily candidate-production loops. Use when the user names Instagram, IG, Reels, Stories, asks to … source

Source: jeremylongshore/claude-code-plugins-plus-skills

Skill Tier What it adds Upstream
detecting-memory-leaks core Detect potential memory leaks and analyze memory usage patterns in code. Use when troubleshooting performance issues related to memory growth or identifying leak sources. Trigger with phrases like "detect memory leaks", "analyze memory … source
clickhouse-common-errors core Diagnose and fix the top 15 ClickHouse errors \u2014 query failures,\ \ insert problems,\nmemory limits, and merge issues.\nUse when encountering ClickHouse\ \ exceptions, debugging failed queries,\nor troubleshooting server-side … source
find-law-firm core Use whenever the user wants to find, shortlist, vet, or enrich US B2B law firms — corporate, IP/patent, M&A and securities, employment, commercial litigation, regulatory/compliance, data privacy/cyber, real estate, and tax. Triggers on … source
granola-ci-integration core Build automated pipelines from Granola meeting notes to GitHub Issues, Linear tasks, Slack notifications, and documentation updates using Zapier and GitHub Actions. Trigger: "granola CI", "granola automation pipeline", "granola to github", … source
replit-advanced-troubleshooting core Debug hard Replit issues: container lifecycle, Nix build failures, deployment crashes, and memory leaks. Use when standard troubleshooting fails, investigating intermittent failures, or diagnosing complex Replit platform behavior. Trigger … source
memory-profiler-setup adjacent Configure memory profiler setup operations. Auto-activating skill for Performance Testing. Triggers on: memory profiler setup, memory profiler setup Part of the Performance Testing skill category. Use when working with memory profiler … source
gamma-hello-world adjacent Generate your first Gamma presentation via the API. Use when learning the generate-poll-retrieve workflow, testing API connectivity, or creating a minimal example. Trigger: "gamma hello world", "gamma quick start", "first gamma … source
stackblitz-rate-limits adjacent WebContainer resource limits: memory, CPU, file system size, process count. Use when working with WebContainers or StackBlitz SDK. Trigger: "webcontainer limits". source

Source: K-Dense-AI/claude-scientific-skills

Skill Tier What it adds Upstream
get-available-resources adjacent This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic … source

Source: K-Dense-AI/scientific-agent-skills

Skill Tier What it adds Upstream
get-available-resources adjacent This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic … source

Source: levnikolaevich/claude-code-skills

Skill Tier What it adds Upstream
ln-31-performance-optimizer core Optimizes a measured latency, throughput, memory, CPU, or I/O problem through profiling and keep-or-discard experiments. Use for a known bottleneck; not unbiased A/B comparison. source

Source: mohitagw15856/pm-claude-skills

Skill Tier What it adds Upstream
assumption-bounty adjacent Extract every hidden assumption from a plan or document and put a price on each one — what it costs if wrong, what it costs to test. Use before committing to anything whose author says 'obviously' or whose spreadsheet has hardcoded cells: … source

Source: mukul975/Anthropic-Cybersecurity-Skills

Skill Tier What it adds Upstream
analyzing-macro-malware-in-office-documents core Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download cradles, payload execution, persistence mechanisms, and anti-analysis techniques. Uses olevba, oledump, and VBA … source
building-incident-timeline-with-timesketch core Build collaborative forensic incident timelines using Timesketch to ingest, normalize, and analyze multi-source event data for attack chain reconstruction and investigation documentation. source
implementing-fuzz-testing-in-cicd-with-aflplusplus adjacent Integrate AFL++ coverage-guided fuzz testing into CI/CD pipelines to discover memory corruption, input handling, and logic vulnerabilities in C/C++ and compiled applications. source
detecting-rootkit-activity adjacent Detects rootkit presence on compromised systems by identifying hidden processes, hooked system calls, modified kernel structures, hidden files, and covert network connections using memory forensics, cross-view detection, and integrity … source
performing-disk-forensics-investigation adjacent Conducts disk forensics investigations using forensic imaging, file system analysis, artifact recovery, and timeline reconstruction to support incident response cases. Utilizes tools such as FTK Imager, Autopsy, and The Sleuth Kit for … source
analyzing-linux-kernel-rootkits adjacent Detect kernel-level rootkits in Linux memory dumps using Volatility3 linux plugins (check_syscall, lsmod, hidden_modules), rkhunter system scanning, and /proc vs /sys discrepancy analysis to identify hooked syscalls, hidden kernel modules, … source
collecting-volatile-evidence-from-compromised-host adjacent Collect volatile forensic evidence from a compromised system following order of volatility, preserving memory, network connections, processes, and system state before they are lost. source
performing-thick-client-application-penetration-test adjacent Conduct a thick client application penetration test to identify insecure local storage, hardcoded credentials, DLL hijacking, memory manipulation, and insecure API communication in desktop applications using dnSpy, Procmon, and Burp Suite. source

Source: nexscope-ai/eCommerce-Skills

Skill Tier What it adds Upstream
ecommerce-email-marketing-builder adjacent E-commerce email marketing system builder. Creates complete email automation flows with full copywriting, subject lines, ESP setup instructions, segmentation rules, and annual campaign calendars. Generates copy-paste-ready email sequences … source

Source: nexu-io/open-design

Skill Tier What it adds Upstream
clinical-case-report core Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions … source
image-enhancer core Improve image and screenshot quality by enhancing resolution, sharpness, and clarity for professional presentations and documentation. source
slides adjacent Create and edit .pptx presentation decks with PptxGenJS. Useful for sales decks, kickoff briefs, and design-system showcases. source

Source: open-gitagent/opengap

Skill Tier What it adds Upstream
document-review core Reviews financial documents (prospectuses, ADVs, marketing materials) for FINRA 2210 compliance, required disclosures, and balanced presentation. Use when reviewing financial statements, audit documents, regulatory filings, or when the … source

Source: parcadei/Continuous-Claude-v3

Skill Tier What it adds Upstream
mot adjacent System health check (MOT) for skills, agents, hooks, and memory source
recall adjacent Query the memory system for relevant learnings from past sessions source
remember adjacent Store a learning, pattern, or decision in the memory system for future recall source
system-overview adjacent Show users how Continuous Claude works - the opinionated setup with hooks, memory, and coordination source

Source: ruvnet/claude-code-flow

Skill Tier What it adds Upstream
hive-mind-advanced adjacent Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory source
memory-management adjacent AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, … source

Source: ruvnet/ruflo

Skill Tier What it adds Upstream
hive-mind-advanced adjacent Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory source
memory-management adjacent AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, … source

Source: shanraisshan/claude-code-best-practice

Skill Tier What it adds Upstream
presentation-structure adjacent Knowledge about the presentation slide format, weight system, navigation, and section structure source

Source: silverstein/minutes

Skill Tier What it adds Upstream
minutes-verify adjacent Verify that Minutes is properly set up and working — model downloaded, mic accessible, directories exist, no stale state. Use when the user says "is minutes working", "check my setup", "verify minutes", "test recording setup", "why isn't … source

Source: SnailSploit/Claude-Red

Skill Tier What it adds Upstream
offensive-reporting core Penetration test and red team report writing methodology. Covers executive summary structuring (risk-led narrative for non-technical readers), technical finding format (title, severity, affected scope, narrative, reproduction steps, … source

Source: uxKero/anydesign

Skill Tier What it adds Upstream
anydesign adjacent Analyze images, websites, and Figma files to extract their design and generate a design.md with token system, component inventory, and reconstruction notes. Use this skill whenever the user wants to understand, document, replicate, or … source

Source: vibeeval/vibecosystem

Skill Tier What it adds Upstream
performance-testing adjacent Load testing with k6/Artillery, response time thresholds, memory leak detection, N+1 query detection, and CI integration. source
mot adjacent System health check (MOT) for skills, agents, hooks, and memory source
recall adjacent Query the memory system for relevant learnings from past sessions using semantic search. source
remember adjacent Store a learning, pattern, or decision in the memory system for future recall. source

Source: wanshuiyin/Auto-claude-code-research-in-sleep

Skill Tier What it adds Upstream
system-profile adjacent Profile a target (script, process, GPU, memory, interconnect) for performance analysis. Use when user says "profile", "benchmark", "bottleneck", or wants performance analysis. source

Source: yusufkaraaslan/Skill_Seekers

Skill Tier What it adds Upstream
golden-pptx adjacent Use when testing the pptx golden build source
golden-pptx-kw adjacent Use when testing keyword categorization source

Source: zebbern/claude-code-guide

Skill Tier What it adds Upstream
regression-modeler adjacent Run regression analysis (OLS or logistic) on uploaded CSV/Excel data, generating coefficients, R², p-values, VIF, and plain-language interpretation. Triggered by requests for regression modeling, fitting data, testing significance, … source