fe-analyst-what-to-document

Sub-skill of fe-analyst: What to Document.

5 stars

Best use case

fe-analyst-what-to-document is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of fe-analyst: What to Document.

Teams using fe-analyst-what-to-document should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/what-to-document/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/engineering/marine-offshore/fe-analyst/what-to-document/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/what-to-document/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How fe-analyst-what-to-document Compares

Feature / Agentfe-analyst-what-to-documentStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of fe-analyst: What to Document.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# What to Document

## What to Document


"Other structures" are components that interact with the primary structure but are not the primary line:

```
Other Structures:
├── Attached Buoyancy / Arch Buoys
│   ├── Object name, position (KP or z-coordinate)
│   ├── Mass [Te], displaced volume [m³], net buoyancy [kN]
│   └── Hydrodynamic coefficients (Cd, Ca)
│
├── Bend Stiffeners / Bell Mouths
│   ├── Location (top of riser, PLEM connection)
│   ├── Length, OD, stiffness curve (M-κ relationship)
│   └── Tip constraint (fixed/pinned)
│
├── I-Tubes / J-Tubes (pull-in)
│   ├── Geometry (curved section, exit angle)
│   ├── Friction coefficient
│   └── Guide centraliser positions
│
├── Clamps and Supports
│   ├── Position (KP or global z)
│   ├── Clamp mass, gap, friction coefficient
│   └── Stiffness (restrained DOFs)
│
├── Adjacent Structures (passing ship, jacket, platform)
│   ├── Proximity distance [m]
│   ├── Clearance envelope (min approach)
│   └── Interaction modelling (constraint or hydrodynamic)
│
└── Vessel (FPSO, semi, ship)
    ├── Vessel type, draught, displacement
    ├── RAO origin, heading convention
    └── Relevant motions for analysis (heave, surge, pitch for risers)
```

---

Related Skills

multi-source-tax-document-reconciliation

5
from vamseeachanta/workspace-hub

Verify generated tax forms against source documents by line-by-line comparison, not just totals

documentation-contract-plan-hardening

5
from vamseeachanta/workspace-hub

Harden a documentation/contract plan before adversarial review by mapping every issue-scope requirement to independent acceptance criteria and tests, especially for routing/indexing contracts.

ocr-and-documents

5
from vamseeachanta/workspace-hub

Extract text from PDFs and scanned documents. Use web_extract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.

fe-analyst

5
from vamseeachanta/workspace-hub

Finite Element Analysis Analyst — slender structure FEA for marine and offshore systems

gmail-attachment-to-document

5
from vamseeachanta/workspace-hub

Download attachments from Gmail threads, parse their content (Excel, PDF), extract structured data, and save to target repos with proper legal scanning.

document-rag-pipeline

5
from vamseeachanta/workspace-hub

Build complete document knowledge bases with PDF text extraction, OCR for scanned documents, vector embeddings, and semantic search. Use this for creating searchable document libraries from folders of PDFs, technical standards, or any document collection.

document-inventory

5
from vamseeachanta/workspace-hub

Scan and catalog document collections with metadata extraction, categorization, and statistics. Use for auditing document libraries, preparing for knowledge base creation, or understanding large file collections.

document-index-pipeline

5
from vamseeachanta/workspace-hub

Orchestrate the 7-phase document indexing pipeline (A→G) for the 1M+ document corpus. Use when running batch extraction, classification, or gap analysis on og_standards, ace_standards, or workspace_spec sources.

modular-architecture-documentation

5
from vamseeachanta/workspace-hub

Systematically document multi-module system architectures including module boundaries, CLI commands, and architecture decisions.

clinical-trial-protocol-what-this-skill-does

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: What This Skill Does.

clinical-trial-protocol-fda-guidance-documents

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: FDA Guidance Documents.

github-actions-whats-changed

5
from vamseeachanta/workspace-hub

Sub-skill of github-actions: What's Changed.