Skip to main content
calvinw
GitHub creator profile

calvinw

Repository-level view of 38 collected skills across 14 GitHub repositories.

skills collected
38
repositories
14
updated
Aug 16, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

lca-from-url
postsecondary-teachers-all-other

Use this skill when the user provides a URL to an LCA study, a published environmental report, or a product sustainability page and wants to turn it into a product_graph.yaml they can run and explore. Also triggers when the user names a well-known LCA study…

Jul 14, 2026
damage-characterization
postsecondary-teachers-all-other

Teaching skill for the LCA concept of damage characterization — the step that goes beyond midpoint impact scores (kg CO2-eq, kg SO2-eq, PM 2.5-eq) to ask what those scores actually do to the world, in terms of three areas of protection: human health,…

Jul 13, 2026
functional-unit
postsecondary-teachers-all-other

Teaching skill for the LCA concept of functional unit — the precise definition of what is being measured in a life cycle study. Invoke as /functional-unit followed by a case study name, for example /functional-unit wool_yarn or /functional-unit…

Jul 13, 2026
goal-and-scope
postsecondary-teachers-all-other

Teaching skill for the LCA concept of goal and scope — the opening decisions in a life cycle study that define why it is being done, who it is for, and what is included or excluded. Invoke as /goal-and-scope followed by a case study name, for example…

Jul 13, 2026
impact-characterization
postsecondary-teachers-all-other

Teaching skill for the LCA concept of impact characterization — the exact maths behind life cycle impact assessment, where every emission in the inventory is multiplied by a characterization factor (a published number that can be different for every impact…

Jul 13, 2026
life-cycle-inventory
postsecondary-teachers-all-other

Teaching skill for the LCA concept of life cycle inventory — the step where all emissions and resource uses from every process in the supply chain are collected, scaled to reflect one functional unit, and totalled into a single complete table. Invoke as…

Jul 13, 2026
life-cycle-stages
postsecondary-teachers-all-other

Teaching skill for the LCA concept of life cycle stages — the four named boundary types used in fashion and retail LCA studies: cradle to gate, cradle to grave, cradle to cradle, and gate to grave. Invoke as /life-cycle-stages case-study, for example…

Jul 13, 2026
run-lca
software-developers

Use this skill whenever the user wants to perform a Life Cycle Assessment (LCA) using openLCA. Triggers include: "carbon footprint of", "compare environmental impact", "LCA for", "which material has lower impact", "run an LCA", "ecoinvent dataset for", "GWP…

Jul 13, 2026
Showing 8 of 14 collected skills.
basic-financials-quiz
postsecondary-teachers-all-other

Interactive financial literacy quiz assistant for undergraduate business students. Pulls side-by-side financial data from the BusMgmtBenchmarks Dolt database, then quizzes students on Revenue, COGS, Gross Margin, SG&A, Operating Profit, Net Profit, Inventory,…

Jun 24, 2026
roa-analysis-quiz
software-developers

Interactive ROA Analysis Quiz Assistant for undergraduate business students. Pulls side-by-side financial data from the BusMgmtBenchmarks Dolt database, then quizzes students on Return on Assets (ROA) and the Strategic Profit Model using multiple-choice and…

Jun 18, 2026
basic-financials
software-developers

Interactive financial comparison assistant for undergraduate business students. Takes two company tickers each with their own year, pulls side-by-side income statement, ratio, and balance sheet data from the BusMgmtBenchmarks Dolt database, and stays open for…

Jun 17, 2026
create-new-company-sql
software-developers

Fetch financial data from SEC 10-K filings and Yahoo Finance for a NEW company (2018 through current year), reconcile values, and generate SQL files to insert the company_info row and all financials rows. Does NOT write to the database directly. Triggered by…

Jun 17, 2026
create-verified-dolt-db-financials-sql
software-developers

Generate a SQL file containing REPLACE INTO statements for the BusMgmtBenchmarks Dolt database, based on reconciled values from /verify-dolt-db-financials report files saved in reports/. Does NOT connect to or write to any database — output is a .sql file…

Jun 17, 2026
download-new-year-data
software-developers

Check a specific company in the BusMgmtBenchmarks Dolt database for newly available fiscal year data not yet in the database, validate it for consistency, and generate a SQL INSERT file. For American companies, cross-checks SEC and Yahoo Finance. For…

Jun 17, 2026
find-financials-from-pdfs
software-developers

Extract financial data from PDF annual reports for private companies not listed on public exchanges, standardize the data to match the BusMgmtBenchmarks schema, and generate SQL files for insertion into the company_info and financials tables. Use when adding…

Jun 17, 2026
insert-dolt-db-sql
software-developers

Find SQL files in extract/2026/inserts/, clone the BusMgmtBenchmarks Dolt database, execute each SQL file against the local clone, show the diff, then commit and push. Triggered by "/insert-dolt-db-sql" (all files) or "/insert-dolt-db-sql FILE1 FILE2 ..."…

Jun 17, 2026
Showing 8 of 9 collected skills.
Showing 12 of 14 repositories