用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vamseeachanta/workspace-hub --skill doc-extraction-cp-anode-formulae命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Write outbound email and external messages in Vamsee Achanta's voice — a subtle offer to help, never bold or rash claims. Load before drafting ANY email, LinkedIn/Collide reply, proposal note, or outreach sent under his name.
Save/publish analysis or computation results from ANY ecosystem repo to Hugging Face as a queryable, viewer-renderable dataset. Use when the user wants to "save results to hugging face", "publish dataset to HF", "hugging face data saving", "save analysis results", "hf dataset", "make results queryable", or "render via datasets-server API". Reshapes nested results into flat parquet tables, writes a dataset card with a viewer `configs:` block and provenance, applies license/public-vs-private routing, enforces a domain data-quality gate (faithful-to-source != correct), publishes to `aceengineer/<repo>-<projection>`, and verifies via the datasets-server API.
Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.
正在显示 SKILL.md
基于 SOC 职业分类
| name | doc-extraction-cp-anode-formulae |
| description | Sub-skill of doc-extraction-cp: Anode Formulae (+3). |
| version | 1.0.0 |
| category | engineering |
| type | reference |
| scripts_exempt | true |
Equations for anode mass, current output, resistance, and utilisation.
Detection heuristics:
M_a, C_a, u, R_a, I_aKey extraction fields:
- content_type: equations
domain: cathodic_protection
sub_type: anode_formula
data:
name: "Anode current output"
expression: "I_a = (E_c - E_a) / R_a"
variables:
- {symbol: I_a, name: "anode current output", units: A}
- {symbol: E_c, name: "structure protection potential", units: V}
- {symbol: E_a, name: "anode closed-circuit potential", units: V}
- {symbol: R_a, name: "anode resistance", units: ohm}
source: "DNV-RP-B401 Section 4.3"
Anode resistance formulae (by geometry):
R = ρ / (2π × S) where S = shape factorLinear degradation model: f_c(t) = f_ci + k × t, clamped at 1.0.
Detection heuristics:
f_c, f_ci, k, tKey extraction fields:
- content_type: constants
domain: cathodic_protection
sub_type: coating_breakdown
data:
name: "Coating Category I breakdown parameters"
values:
f_ci: {value: 0.05, units: dimensionless, description: "Initial breakdown factor"}
k: {value: 0.020, units: "1/year", description: "Degradation rate"}
applicability:
category: "I"
description: "High quality >= 300 um epoxy"
source: "DNV-RP-B401 Section 3.4.6"
Category definitions (B401-2021):
| Category | f_ci | k | Description |
|---|---|---|---|
| I | 0.05 | 0.020 | High quality ≥300 μm epoxy |
| II | 0.10 | 0.030 | Anti-friction thin film / PTFE |
| III | 0.25 | 0.050 | Standard quality paint system |
| bare | 1.00 | 0.000 | No coating — bare steel |
Design life parameters for CP system sizing.
Detection heuristics:
Key extraction fields:
- content_type: tables
domain: cathodic_protection
sub_type: design_life
data:
title: "CP design life parameters"
columns: [design_life_years, mean_current_density, final_current_density]
applicability:
temperature_band: ">12-17°C"
environment: "seawater"
source: "DNV-RP-B401 Table 3-2"
Design current densities by zone and environmental condition.
Detection heuristics:
Key extraction fields:
- content_type: constants
domain: cathodic_protection
sub_type: current_density
data:
name: "Mean design current density — submerged, coated"
current_density_type: mean # mean | initial | final
value: 0.060
units: "A/m²"
applicability:
zone: submerged
temperature_range: ">12-17°C"
surface_condition: coated
source: "DNV-RP-B401 Table 3-1"
Structured discriminator: Always include current_density_type (one of
mean, initial, final) — do not encode the type only in the name field.
Zone classification:
| Zone | Description | Temperature dependency |
|---|---|---|
| Submerged | Below splash zone, permanently immersed | Yes — 4 temperature bands |
| Splash | Tidal and wave action zone | No — fixed values |
| Atmospheric | Above splash, exposed to marine atmosphere | No — fixed values |