Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
research-literature
Systematize research and literature gathering for engineering categories — queries doc index, capability map, and standards ledger to produce structured research briefs for calculation implementation. type: reference
vamseeachanta/workspace-hub 4
-
knowledge-base-builder
Build searchable knowledge bases from document collections (PDFs, Word, text files). Use for creating technical libraries, standards repositories, research databases, or any large document collection requiring full-text search.
vamseeachanta/workspace-hub 4
-
rag-system-builder
Build Retrieval-Augmented Generation (RAG) Q&A systems with Claude or OpenAI. Use for creating AI assistants that answer questions from document collections, technical libraries, or knowledge bases.
vamseeachanta/workspace-hub 4
-
semantic-search-setup
Setup vector embeddings and semantic search for document collections. Use for AI-powered similarity search, finding related documents, and preparing knowledge bases for RAG systems.
vamseeachanta/workspace-hub 4
-
pdf
Comprehensive PDF manipulation toolkit. For batch/bulk extraction (1K+ PDFs), use pdftotext (poppler) via subprocess — fastest and most reliable at scale. For single-document understanding, OpenAI Codex PDF-to-Markdown gives best results. Also supports text/table extraction, PDF creation, merging/splitting, and forms.
vamseeachanta/workspace-hub 4
-
pdf-large-reader
Memory-efficient PDF processing library for large files exceeding 100MB and 1000 pages
vamseeachanta/workspace-hub 4
-
pdf-utilities
Read, extract, edit, and manipulate PDF documents including table extraction, page manipulation, fillable forms, and comments.
vamseeachanta/workspace-hub 4
-
pdf-text-extractor
Extract text from PDF files with intelligent chunking and metadata preservation. For batch extraction (1K+ PDFs), use pdftotext (poppler) via subprocess — see pdf skill Tool Selection table. For single-doc quality, use Codex or PyMuPDF. Supports technical documents, standards libraries, research papers, or any PDF collection.
vamseeachanta/workspace-hub 4
-
pdf-text-extractor-readability-classification
Sub-skill of pdf-text-extractor: Readability Classification.
vamseeachanta/workspace-hub 4
-
pdf-pdftotext-poppler
Sub-skill of pdf: pdftotext (Poppler) (+2).
vamseeachanta/workspace-hub 4
-
docx
Comprehensive Word document toolkit for reading, creating, and editing .docx files. Supports text extraction, document creation with python-docx, and tracked changes via redlining workflow. Use for legal, academic, or professional document manipulation.
vamseeachanta/workspace-hub 4
-
xlsx
Excel spreadsheet toolkit for creating, reading, and manipulating .xlsx files. Supports formulas, formatting, charts, and financial modeling with industry-standard conventions. Use for data analysis, financial models, reports, and spreadsheet automation.
vamseeachanta/workspace-hub 4
-
pptx
PowerPoint presentation toolkit for creating new presentations, editing existing ones, and using templates. Supports HTML-to-PPTX conversion, slide manipulation, and professional design. Use when building presentations, slide decks, or visual reports.
vamseeachanta/workspace-hub 4
-
document-rag-pipeline
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.
vamseeachanta/workspace-hub 4
-
document-inventory
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.
vamseeachanta/workspace-hub 4
-
md-to-pdf
Convert Markdown documents with YAML frontmatter into styled, print-ready PDFs using Chrome headless.
vamseeachanta/workspace-hub 4
-
production-forecaster
Forecast oil & gas well production using decline curve analysis. Use when estimating EUR, generating type curves, fitting Arps models (exponential, hyperbolic, harmonic), or running reserve calculations. Supports conventional and unconventional wells, P10/P50/P90 probabilistic outputs, and multi-field type curve comparison.
vamseeachanta/workspace-hub 4
-
energy-data-visualizer
Interactive visualization for oil and gas production data analysis using Plotly dashboards
vamseeachanta/workspace-hub 4
-
bsee-data-extractor
Extract and process BSEE (Bureau of Safety and Environmental Enforcement) data including production, WAR (Well Activity Reports), and APD (Application for Permit to Drill) data. Use for querying production data, well activities, drilling permits, completions, and workovers by API number, block, lease, or field with automatic data normalization and caching.
vamseeachanta/workspace-hub 4
-
api12-drilling-analyzer
Analyze drilling performance and metrics using API 12-digit well numbering system. Use for drilling time analysis, cost benchmarking, well comparison, sidetracks tracking, and drilling efficiency metrics across GOM fields.
vamseeachanta/workspace-hub 4
-
economic-sensitivity-analyzer
Perform advanced economic sensitivity analysis for oil & gas investments including spider diagrams, 2D surfaces, breakeven analysis, and decision tree analysis.
vamseeachanta/workspace-hub 4
-
web-scraper-energy
Web scraping workflows for energy data collection from BSEE and BOEM using Scrapy
vamseeachanta/workspace-hub 4
-
metocean
Metocean data workflows — fetching, statistics, and visualization
vamseeachanta/workspace-hub 4
-
metocean-statistics
Statistical analysis of metocean data including extreme value analysis, return periods, joint probability distributions, and directional statistics. Use for design criteria, fatigue analysis, and operational limits.
vamseeachanta/workspace-hub 4