fp-option-ref
Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks.
Content Preview
--- name: fp-option-ref description: Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks. risk: unknown source: community version: 1.0.0 tags: [fp-ts, option, nullable, maybe, quick-reference] --- # Option Quick Reference Option = value that might not exist. `Some(value)` or `None`. ## Create ```typescript import * as O from 'fp-ts/Option' O.some(5) // Some(5) O.none // None O.fromNullable(
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/fp-option-ref.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/fp-option-ref/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/fp-option-ref/SKILL.md
Related Skills
data
Data engineering for Apache Airflow and Astronomer. Author DAGs with best practices, debug pipeline failures, trace data lineage, profile tables, migrate Airflow 2 to 3, and manage local and cloud deployments.
pluginpluginmarketplacedata
by Anthropic · anthropic-official-plugins
data-engineering-data-driven-feature
Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation.
data-aidataengineeringdriven
by sickn33 (Antigravity) · antigravity-awesome-skills
data-quality-frameworks
Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts.
data-aidataqualityframeworks
by sickn33 (Antigravity) · antigravity-awesome-skills
data-scientist
Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business intelligence.
data-aidatascientist
by sickn33 (Antigravity) · antigravity-awesome-skills