Browse Skills — Page 171
21,808 public skills · showing 17,001–17,100
- 100/100
sanger-chromatogram-qa
aipoch/medical-research-skills
Use sanger chromatogram qa for data analysis workflows that need structured execution, explicit assumptions, and clear output boundaries.
- 100/100
sanierungsbausteine-vorschlagen
Klotzkette/claude-fuer-deutsches-recht
Wenn die Fortbestehensprognose ohne Massnahmen negativ oder knapp positiv ist schlaegt dieser Skill konkrete Sanierungsbausteine vor. Auswahl Patronatserklaerung hart Comfortletter Gesellschafterdarlehen mit Rangruecktritt Stundungsvereinbarungen Forderungsverzichte mit Besserungsschein Eigenkapitalmassnahme StaRUG-Restrukturierungsplan. Empfehlungsmatrix nach Effekt und Umsetzungszeit. Empfiehlt konkret welche Dokumente erzeugt werden sollten (Skills patronatserklaerung-extern-hart-erzeugen gesellschafterdarlehen-rangruecktritt stundungsanfrage-glaeubiger).
- 100/100
sanierungsmoderation-94-starug
Klotzkette/claude-fuer-deutsches-recht
Sanierungsmoderation nach § 94 StaRUG durch gerichtlich bestellten Moderator. Anwendungsbereich vor Restrukturierungs-Antrag bei drohenden Liquiditaets-Engpaessen unstreitigen wirtschaftlich gefaehrdeten Lagen. Aufgaben Moderator vermitteln zwischen Schuldner und Glaeubigern Sanierungs-Konzept ausarbeiten Verhandlungen begleiten. Vertraulichkeit Pflicht § 97 StaRUG. Verfahrens-Dauer drei Monate § 94 Abs. 2 StaRUG. Sanierungsvergleich § 97 StaRUG Bestaetigung § 100 StaRUG durch Restrukturierungs-Gericht. Verzahnung StaRUG-Restrukturierungs-Verfahren bei Erfolg. Bei Misserfolg Verweisung Insolvenz-Antrag. Praeventives Werkzeug Krise-Beratung. Schnittstelle BGH IX ZR 250/15 Anfechtungs-Risiko bei Vergleich Bargeschaeft-Privileg.
- 100/100
sanity
TerminalSkills/skills
>-
- 100/100
sankhya-dashboard-html-jsp-custom-best-pratices
diegosouzapw/awesome-omni-skills
sankhya-dashboard-html-jsp-custom-best-pratices workflow skill. Use this skill when the user needs This skill should be used when the user asks for patterns, best practices, creation, or fixing of Sankhya dashboards using HTML, JSP, Java, and SQL and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
sankhya-dashboard-html-jsp-custom-best-pratices-v2
diegosouzapw/awesome-omni-skills
sankhya-dashboard-html-jsp-custom-best-pratices workflow skill. Use this skill when the user needs This skill should be used when the user asks for patterns, best practices, creation, or fixing of Sankhya dashboards using HTML, JSP, Java, and SQL and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
sanktionen-art-99-bis-101
Klotzkette/claude-fuer-deutsches-recht
Bussgelder nach Art. 99 bis 101 KI-VO: bis 35 Mio EUR oder sieben Prozent Konzernumsatz bei verbotenen Praktiken bis 15 Mio EUR oder drei Prozent bei sonstigen Verstoszen bis 7.5 Mio EUR oder ein Prozent bei falschen Angaben. KMU-Privilegierung.
- 100/100
sanktions-compliance-pruefung
Klotzkette/claude-fuer-deutsches-recht
Sanktions-Compliance: EU-Sanktionen (VO 269/2014 und 833/2014 Russland-Paket 1–14), US-OFAC SDN-Liste, UK-HMT/OFSI, UN-Sicherheitsrat-Resolutionen. Asset-Freeze, sektorale Embargos, Dienstleistungsverbote, Re-Export-Klauseln. AWG §§ 18–19 Strafbarkeit, BAFA-Genehmigungen. Screening-Tools, Dokumentationspflicht 10 Jahre. Sofortmaßnahmen bei Verdacht.
- 100/100
santa-method
affaan-m/ECC
Multi-agent adversarial verification with convergence loop. Two independent review agents must both pass before output ships.
- 90/100
sap
TerminalSkills/skills
>-
- 100/100
sap-successfactors-automation
ComposioHQ/awesome-claude-skills
"Automate SAP SuccessFactors tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
sapcc-audit
notque/vexjoy-agent
Full-repo SAP CC Go compliance audit against review standards.
- 100/100
sapcc-review
notque/vexjoy-agent
Gold-standard SAP CC Go code review: 10 parallel domain specialists.
- 100/100
sarif-parsing
trailofbits/skills
>-
- 100/100
sast
H-mmer/pentest-agents
Source code vulnerability hunting (SAST). Decomposes analysis into specialized passes: map entry points, map dangerous ops, trace flows, find gaps, adversarial validation, exploit. Usage: /sast <repo_path> [--lang c|cpp|rust|java|python|go|php] [--min-score 4] [--max-files 30] [--skip-static] [--best-of N]
- 100/100
sast-configuration
wshobson/agents
Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security scanning, implementing DevSecOps practices, or automating code vulnerability detection.
- 100/100
sast-danger-mapper
H-mmer/pentest-agents
Maps dangerous operations in a source file: memory ops, type casts, arithmetic near trust boundaries, free/dealloc patterns. Pattern matching task — list what you see, don't speculate. Use via /sast command.
- 100/100
sast-devils-advocate
H-mmer/pentest-agents
Adversarial validator for SAST findings. Your ONLY job is to DISPROVE the candidate. Find every reason it's not exploitable. If you can't disprove it, it survives. Use via /sast command.
- 100/100
sast-entry-mapper
H-mmer/pentest-agents
Maps entry points where untrusted data enters a source file. Lists every function that receives external input with data type, size constraints, and initial validation. Use via /sast command.
- 80/100
sast-exploit-builder
H-mmer/pentest-agents
Builds working exploits from confirmed SAST findings. Takes a confirmed crash, develops it into a full exploit. Tier 1 (DoS) → Tier 5 (code execution). Use via /sast command after PoC confirmation.
- 100/100
sast-file-ranker
H-mmer/pentest-agents
Source file attack surface ranker. Reads a repository, scores every source file 1-5 by exploitability. Outputs ranked JSON for per-file hunting. Use via /sast command.
- 100/100
sast-flow-tracer
H-mmer/pentest-agents
Traces data flow from entry points to dangerous operations. Cross-file reasoning to determine which entries can reach which dangers, and what validation exists in between. MUST run on Opus for reasoning depth. Use via /sast command.
- 80/100
sast-gap-analyzer
H-mmer/pentest-agents
Analyzes validation gaps in data flows. Takes traced flows and identifies where checks are missing, insufficient, or bypassable. The 'interaction reasoning' step — finds bugs that exist in the gaps between individually correct-looking code. MUST run on Opus. Use via /sast command.
- 90/100
sast-hunter
H-mmer/pentest-agents
Focused PoC builder for SAST candidates. Receives a SPECIFIC candidate vulnerability that survived adversarial validation. Writes a PoC, compiles, runs with ASan, confirms or rejects. Use via /sast command.
- 100/100
satismeter-automation
ComposioHQ/awesome-claude-skills
"Automate Satismeter tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
satori
openai/plugins
Expert guidance for Satori — Vercel's library that converts HTML and CSS to SVG, commonly used to generate dynamic OG images for Next.js and other frameworks.
- 100/100
satori
diegosouzapw/awesome-omni-skills
Satori workflow skill. Use this skill when the user needs Clinically informed wisdom companion blending psychology and philosophy into a structured thinking partner and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
satori-v2
diegosouzapw/awesome-omni-skills
Satori workflow skill. Use this skill when the user needs Clinically informed wisdom companion blending psychology and philosophy into a structured thinking partner and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
saturation-analysis
yogsoth-ai/de-anthropocentric-research-engine
Track score trajectories, detect saturation/failure points — 15 benchmarks, 50 papers, 60 web searches
- 100/100
saturation-detection
yogsoth-ai/de-anthropocentric-research-engine
Determine when additional searching yields diminishing returns. Analyzes the latest expansion batch against existing corpus to judge continue/near-saturation/saturated. Used by snowball and systematic-survey.
- 100/100
satzungskompetenz-pruefen
Klotzkette/claude-fuer-deutsches-recht
Satzungskompetenz fuer Koerperschaften und Anstalten des oeffentlichen Rechts pruefen. Anwendungsfall Gemeinde Kammer Hochschule oder Sozialversicherungstraeger will Satzung erlassen und Rechtsgrundlage muss geprueft werden. Kommunen Art. 28 Abs. 2 GG Gemeindeordnung Berufsstaendische Kammern BRAO IHK-Gesetz HwO Hochschulen Hochschulgesetz Sozialversicherungstraeger § 33 SGB IV. Vorbehalt des Gesetzes Wesentlichkeitstheorie BVerfGE 33/125 Ermaechtigungsgrundlage Inhalt Zweck Ausmass Genehmigungsvorbehalt Aufsichtsbehoerde Bekanntmachung richtiges Publikationsorgan. Output Empfehlung Satzung auf welcher Grundlage erlassbar.
- 100/100
satzweise-notenmatrix
Klotzkette/claude-fuer-deutsches-recht
Bewertet jeden notenrelevanten Satz eines Arbeitszeugnisses mit einer Schulnote von eins bis fuenf und ordnet ihn einem Themenbereich zu. Ausgabe als geschlossene Matrix mit Satzkurzform, Themenbereich, Note, Steigerungsadverb-Befund und Begruendung — Grundlage fuer Drift-Detektor und Gesamtnoten-Aggregation.
- 100/100
save-knowledge
indranilbanerjee/digital-marketing-pro
Save brand knowledge to memory. Use when: persisting campaign learnings, guidelines, or competitive intel for retrieval.
- 100/100
saving-codeacts
gradion-ai/freeact
Save executed Python code as reusable tools in the gentools package. Use when preserving successful code executions for later reuse. Covers creating package structure (api.py, impl.py), defining Pydantic output models, and implementing the run() interface.
- 100/100
sbom-generate
686f6c61/alfred-dev
Usar para generar Software Bill of Materials para cumplimiento del CRA. También: Software Bill of Materials, inventario de componentes, CycloneDX, SPDX, cadena de suministro.
- 100/100
scaffold
SethGammon/Citadel
>-
- 100/100
scaffold-exercises
mkurman/zorai
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
- 100/100
scaffolding
dotnet/efcore
Implementation details for EF Core scaffolding (reverse engineering). Use when changing ef dbcontext scaffold pipeline implementation, database schema reading, CSharpModelGenerator, or related classes.
- 100/100
scaffolding-oracle-to-postgres-migration-test-project
github/awesome-copilot
'Scaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL database migration behavior in .NET solutions. Creates the test project, transaction-rollback base class, and seed data manager. Use when setting up test infrastructure before writing migration integration tests, or when a test project is needed for Oracle-to-PostgreSQL validation.'
- 100/100
Scala Collections
TheBushidoCollective/han
Use when scala collections including immutable/mutable variants, List, Vector, Set, Map operations, collection transformations, lazy evaluation with views, parallel collections, and custom collection builders for efficient data processing.
- 100/100
Scala Functional Patterns
TheBushidoCollective/han
Use when functional programming patterns in Scala including higher-order functions, immutability, pattern matching, algebraic data types, monads, for-comprehensions, and functional composition for building robust, type-safe applications.
- 100/100
Scala Type System
TheBushidoCollective/han
Use when scala's advanced type system including generics, variance, type bounds, implicit conversions, type classes, higher-kinded types, path-dependent types, and abstract type members for building type-safe, flexible APIs.
- 100/100
scala-pro
diegosouzapw/awesome-omni-skills
scala-pro workflow skill. Use this skill when the user needs Master enterprise-grade Scala development with functional programming, distributed systems, and big data processing. Expert in Apache Pekko, Akka, Spark, ZIO/Cats Effect, and reactive architectures and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
scala-pro-v2
diegosouzapw/awesome-omni-skills
scala-pro workflow skill. Use this skill when the user needs Master enterprise-grade Scala development with functional programming, distributed systems, and big data processing. Expert in Apache Pekko, Akka, Spark, ZIO/Cats Effect, and reactive architectures and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
scalability-advisor
alirezarezvani/claude-cto-team
Guidance for scaling systems from startup to enterprise scale. Use when planning for growth, diagnosing bottlenecks, or designing systems that need to handle 10x-1000x current load.
- 100/100
scalar-ub
yogsoth-ai/de-anthropocentric-research-engine
- 100/100
Scale Game
aAAaqwq/AGI-Super-Team
Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales
- 100/100
Scale Game
obra/superpowers-skills
Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales
- 100/100
scaling-design
yogsoth-ai/de-anthropocentric-research-engine
Design scaling experiments to characterize performance-resource relationships
- 100/100
scaling-frontier
yogsoth-ai/de-anthropocentric-research-engine
Analyze behavior across scales — detect regime changes, identify capacity limits, fit scaling laws within regimes.
- 100/100
scaling-regime-detection
yogsoth-ai/de-anthropocentric-research-engine
Detect regime changes in scaling behavior — breakpoints where behavior qualitatively shifts, mechanisms behind transitions.
- 100/100
scamper-divergence
yogsoth-ai/de-anthropocentric-research-engine
Execute SCAMPER 7 operators on a target solution. Subagent self-selects best 2-3 operators for deepest exploration.
- 100/100
scamper-transformation
yogsoth-ai/de-anthropocentric-research-engine
7 operators (Substitute/Combine/Adapt/Modify/Put/Eliminate/Reverse) for systematic transformation of existing solutions.
- 100/100
scan
wshobson/agents
Scans the codebase to generate project-doc.md and AGENTS.md. Use when bootstrapping a new agent-driven repo, refreshing project documentation after architectural changes, or running a delta scan to detect drift. Runs a full scan on first use and a smart delta scan on subsequent runs. Uses understand-anything + context-mode when available, falls back to native tools otherwise. Only updates AGENTS.md on detected architectural changes with human confirmation.
- 100/100
scan
cwinvestments/memstack
Use when the user says 'scan project', 'estimate', 'how much to charge', or needs codebase complexity analysis.
- 100/100
scan-site
microsoft/power-platform-skills
>-
- 100/100
scanner-bridge
Community-Access/accessibility-agents
Internal helper that bridges GitHub Accessibility Scanner CI data with the agent ecosystem. Fetches scanner-created issues, normalizes findings, deduplicates against local scans, and tracks Copilot fix status.
- 100/100
scanning-container-images-with-grype
mukul975/Anthropic-Cybersecurity-Skills
Scan container images for known vulnerabilities using Anchore Grype with SBOM-based matching and configurable severity thresholds.
- 100/100
scanning-containers-with-trivy-in-cicd
mukul975/Anthropic-Cybersecurity-Skills
>
- 95/100
scanning-docker-images-with-trivy
mukul975/Anthropic-Cybersecurity-Skills
Trivy is a comprehensive open-source vulnerability scanner by Aqua Security that detects vulnerabilities in OS packages, language-specific dependencies, misconfigurations, secrets, and license violati
- 75/100
scanning-infrastructure-with-nessus
mukul975/Anthropic-Cybersecurity-Skills
Tenable Nessus is the industry-leading vulnerability scanner used to identify security weaknesses across network infrastructure including servers, workstations, network devices, and operating systems.
- 100/100
scanning-kubernetes-manifests-with-kubesec
mukul975/Anthropic-Cybersecurity-Skills
Perform security risk analysis on Kubernetes resource manifests using Kubesec to identify misconfigurations, privilege escalation risks, and deviations from security best practices.
- 100/100
scanning-market-movers
aAAaqwq/AGI-Super-Team
Real-time detection and analysis of significant price movements and unusual volume patterns across cryptocurrency markets. This skill identifies top g
- 100/100
scanning-network-with-nmap-advanced
mukul975/Anthropic-Cybersecurity-Skills
>
- 70/100
scanning-tools
diegosouzapw/awesome-omni-skills
Security Scanning Tools workflow skill. Use this skill when the user needs Master essential security scanning tools for network discovery, vulnerability assessment, web application testing, wireless security, and compliance validation. This skill covers tool selection, configuration, and practical usage across different scanning categories and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 70/100
scanning-tools-v2
diegosouzapw/awesome-omni-skills
Security Scanning Tools workflow skill. Use this skill when the user needs Master essential security scanning tools for network discovery, vulnerability assessment, web application testing, wireless security, and compliance validation. This skill covers tool selection, configuration, and practical usage across different scanning categories and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
scanpy
K-Dense-AI/scientific-agent-skills
Standard single-cell RNA-seq analysis pipeline. Use for QC, normalization, dimensionality reduction (PCA/UMAP/t-SNE), clustering, differential expression, and visualization. Best for exploratory scRNA-seq analysis with established workflows. For deep learning models use scvi-tools; for data format questions use anndata.
- 100/100
scanpy-v2
diegosouzapw/awesome-omni-skills
Scanpy: Single-Cell Analysis workflow skill. Use this skill when the user needs Scanpy is a scalable Python toolkit for analyzing single-cell RNA-seq data, built on AnnData. Apply this skill for complete single-cell workflows including quality control, normalization, dimensionality reduction, clustering, marker gene identification, visualization, and trajectory analysis and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
scarcity-urgency-psychologist
diegosouzapw/awesome-omni-skills
scarcity-urgency-psychologist workflow skill. Use this skill when the user needs One sentence - what this skill does and when to invoke it and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
scarcity-urgency-psychologist-v2
diegosouzapw/awesome-omni-skills
scarcity-urgency-psychologist workflow skill. Use this skill when the user needs One sentence - what this skill does and when to invoke it and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
sccm-mecm-attack
wgpsec/AboutSecurity
针对 Microsoft SCCM/MECM (Configuration Manager) 的攻击方法论。当内网发现 SCCM 站点服务器、管理点(MP)、分发点(DP) 时使用。覆盖 NAA 凭证提取、任务序列密码、PXE 启动介质、Client Push 强制认证、站点服务器接管、应用部署横向移动、AdminService API 利用、层级接管(CAS→Primary)。
- 100/100
scenario
boshu2/agentops
Manage holdout scenarios.
- 100/100
scenario-construction
yogsoth-ai/de-anthropocentric-research-engine
Construct distinct future scenarios spanning key uncertainties for portfolio stress testing.
- 100/100
scenario-driver-identification
yogsoth-ai/de-anthropocentric-research-engine
Identify key uncertainty drivers using PESTEL framework scanning
- 100/100
scenario-impact-assessment
yogsoth-ai/de-anthropocentric-research-engine
Assess each scenario's impact on the research approach across multiple dimensions
- 100/100
scenario-narrative-construction
yogsoth-ai/de-anthropocentric-research-engine
Build rich narratives for surviving morphological configurations using Shell method
- 100/100
scenario-planning
yogsoth-ai/de-anthropocentric-research-engine
What might the future look like — construct multiple future scenarios, assess research approach robustness under different assumptions
- 100/100
scenario-sensitivity-generator
openai/role-specific-plugins
Use when turning a public-equity base case, model, thesis, event, or catalyst into scenario skew, sensitivity, breakpoint, and PM action-threshold analysis. Do not use for first-pass model builds, credit-security valuation, or generic planning.
- 100/100
scenario-stress-testing
yogsoth-ai/de-anthropocentric-research-engine
Construct distinct future scenarios, evaluate portfolio performance under each, and identify vulnerabilities and robustness characteristics.
- 100/100
scenario-synthesis
yogsoth-ai/de-anthropocentric-research-engine
Comprehensive scenario analysis report synthesizing all scenario work
- 100/100
scenario-war-room
alirezarezvani/claude-skills
Cross-functional what-if modeling for cascading multi-variable scenarios. Unlike single-assumption stress testing, this models compound adversity across all business functions simultaneously. Use when facing complex risk scenarios, strategic decisions with major downside, or when the user asks 'what if X AND Y both happen?'
- 100/100
sceneview
sceneview/sceneview
Build 3D and AR apps with the SceneView SDK in Jetpack Compose, SwiftUI (iOS/macOS/visionOS via SceneViewSwift), Web (Filament.js), Flutter and React Native. Use whenever the user asks for "3D in Compose", "AR with ARCore in Compose", a model viewer, or any cross-platform 3D/AR app where the dependency is `io.github.sceneview:sceneview` / `io.github.sceneview:arsceneview` / `SceneViewSwift` / `sceneview-web` / `sceneview_flutter` / `@sceneview-sdk/react-native`. Skip for plain ARCore-SDK / Sceneform / Unity / Unreal / RealityKit-without-SceneViewSwift work.
- 100/100
sceneview-ios
sceneview/sceneview
Build 3D and AR apps on Apple platforms (iOS, macOS, visionOS) with SceneViewSwift — the SwiftUI wrapper around RealityKit. Use whenever the user asks for "3D in SwiftUI", "AR with ARKit in SwiftUI", a model viewer for iOS, or any Apple-platform 3D/AR app where the dependency is the `SceneViewSwift` Swift Package from `github.com/sceneview/sceneview`. For Jetpack Compose / Android use the `sceneview` skill instead; for the browser use `sceneview-web`. Skip for plain ARKit-SDK / SceneKit / Unity / Unreal / RealityKit-without-SceneViewSwift work.
- 100/100
sceneview-web
sceneview/sceneview
Build 3D and WebXR (AR/VR) experiences in the browser with SceneView for Web — Filament.js (WebGL2/WASM) wrapped in a Kotlin/JS DSL and a plain-JavaScript API on `window.sceneview`. Use whenever the user asks for "3D in the browser", "a web model viewer", "WebXR AR/VR", or any browser 3D/AR app where the dependency is the `sceneview-web` npm package or its CDN script. For Jetpack Compose use the `sceneview` skill; for SwiftUI use `sceneview-ios`. Skip for raw Three.js / Babylon.js / model-viewer / A-Frame work.
- 100/100
schatten-ki-aufdeckung
Klotzkette/claude-fuer-deutsches-recht
Methoden zur Erkennung und zum Umgang mit verdeckter Chatbot-Nutzung durch Mitarbeitende in Kanzleien: Stilanalyse, Browser-Logs, Mitarbeiterbefragung, freiwillige Selbstauskunft und Einrichtung einer vertraulichen Anlaufstelle.
- 100/100
schedule
vellum-ai/vellum-assistant
Recurring and one-shot scheduling - cron, RRULE, or single fire-at time
- 100/100
Schedule Ads
aaronjmars/aeon
Schedule paid ads across Meta/TikTok/Snapchat/Pinterest/LinkedIn via the AdManage.ai API, driven by a declarative config file. Launches PAUSED by default — never auto-activates live spend.
- 100/100
schedule-management
aipoch/medical-research-skills
Local schedule management for adding events, tracking deadlines, generating reminders, and detecting time conflicts when users need offline scheduling with optional popup notifications.
- 100/100
schedule-social
indranilbanerjee/digital-marketing-pro
Schedule social media posts. Use when: publishing to Twitter/X, Instagram, LinkedIn, TikTok, YouTube, or Pinterest.
- 100/100
schedule-task
openakita/openakita
Create scheduled task or reminder. IMPORTANT - must actually call this tool to create task. Just saying 'OK I will remind you' does NOT create the task. Task types - (1) reminder for simple messages, (2) task for AI operations.
- 100/100
scheduled-jobs
serac-labs/serac
Create ServiceNow scheduled jobs on sysauto_script — daily/weekly cron patterns, batch processing with time/runtime limits, conditional execution, error notifications, and metrics recording.
- 100/100
scheduling-basics
BuilderIO/agent-native
Core concepts of the scheduling package — event types, schedules, bookings, hosts, teams, and how they compose.
- 100/100
schema
coreyhaines31/marketingskills
When the user wants to add, fix, or optimize schema markup and structured data on their site. Also use when the user mentions "schema markup," "structured data," "JSON-LD," "rich snippets," "schema.org," "FAQ schema," "product schema," "review schema," "breadcrumb schema," "Google rich results," "knowledge panel," "star ratings in search," or "add structured data." Use this whenever someone wants their pages to show enhanced results in Google. For broader SEO issues, see seo-audit. For AI search optimization, see ai-seo.
- 100/100
schema-design
686f6c61/alfred-dev
Diseñar esquemas de base de datos normalizados con índices y documentación. Activar cuando el usuario quiera diseñar base de datos, crear tablas, definir relaciones, aplicar normalizacion, configurar indices, crear un modelo de datos o generar un ERD.
- 100/100
schema-e2e-validation
terrylica/cc-skills
Earthly E2E validation for YAML schema contracts. TRIGGERS - schema validation, YAML schema, schema contracts, regenerate types.
- 100/100
schema-exploration
langchain-ai/deepagents
Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.
- 100/100
schema-markup
alirezarezvani/claude-skills
When the user wants to implement, audit, or validate structured data (schema markup) on their website. Use when the user mentions 'structured data,' 'schema.org,' 'JSON-LD,' 'rich results,' 'rich snippets,' 'schema markup,' 'FAQ schema,' 'Product schema,' 'HowTo schema,' or 'structured data errors in Search Console.' Also use when someone asks why their content isn't showing rich results or wants to improve AI search visibility. NOT for general SEO audits (use seo-audit) or technical SEO crawl issues (use site-architecture).
- 100/100
schema-markup-v2
diegosouzapw/awesome-omni-skills
Schema Markup & Structured Data workflow skill. Use this skill when the user needs Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
schema-markup-v3
diegosouzapw/awesome-omni-skills
Schema Markup & Structured Data workflow skill. Use this skill when the user needs Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 50/100
schema-versioning
TerminalSkills/skills
>-
Page 171 of 219