Skip to main content
在 Manus 中运行任何 Skill
一键导入
calvinw
GitHub 创作者资料

calvinw

按仓库查看 13 个 GitHub 仓库中的 37 个已收集 skills。

已收集 skills
37
仓库
13
更新
2026-07-14
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

lca-from-url
其他高等院校教师

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 by title (e.g. "Cotton Inc. cotton fiber LCA", "IWTO wool LCA", "thredUP secondhand clothing study") and wants to recreate or remix it. Builds a base-case product graph plus 3–5 scenario variants (just like the Levi's jeans folder), then offers to run the analysis. Trigger phrases: "turn this into an LCA", "build a product graph from", "recreate this LCA", "make scenarios for", "use this study", "remix this LCA".

2026-07-14
damage-characterization
其他高等院校教师

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, ecosystem quality, and resource availability. Invoke as /damage-characterization followed by a case study name, for example /damage-characterization wool_yarn or /damage-characterization cotton_fiber. The skill reads the product graph and lca_results.md for that case study and reasons qualitatively about which midpoint scores feed into which damage area, using a leading-indicator-vs-revenue retail analogy. Designed for FIT students with no science or coding background. Builds directly on the impact-characterization skill. Four to five exchanges to complete.

2026-07-13
functional-unit
其他高等院校教师

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 polyester_tshirt. The skill reads the product graph for that case study and teaches the concept using real data, Socratic questions, and fashion or retail business context. Designed for FIT students with no science or coding background.

2026-07-13
goal-and-scope
其他高等院校教师

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 /goal-and-scope wool_yarn or /goal-and-scope polyester_tshirt. The skill reads the product graph for that case study and teaches the concept using real data, Socratic questions, and fashion or retail business context. Designed for FIT students with no science or coding background.

2026-07-13
impact-characterization
其他高等院校教师

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 category) and then summed within each category. Invoke as /impact-characterization followed by a case study name, for example /impact-characterization wool_yarn or /impact-characterization cotton_fiber. The skill reads the product graph and lca_results.md for that case study and has students build the full characterization table themselves, by hand, using a shipping rate-card analogy and fashion or retail business context. Designed for FIT students with no science or coding background. Builds directly on the what-is-impact-assessment skill — use that skill first if the student has not yet met characterization factors. Five to six exchanges to complete.

2026-07-13
life-cycle-inventory
其他高等院校教师

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 /life-cycle-inventory followed by a case study name, for example /life-cycle-inventory wool_yarn or /life-cycle-inventory cotton_fiber. The skill reads the product graph for that case study and teaches the concept by walking through the inventory table step by step, using everyday analogies and fashion or retail business context. Designed for FIT students with no science or coding background. Builds directly on the technosphere-and-ecosphere skill. Four to five exchanges to complete.

2026-07-13
life-cycle-stages
其他高等院校教师

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 /life-cycle-stages wool_yarn or /life-cycle-stages polyester_tshirt. The skill reads the product graph for that case study and teaches the concept using real data, everyday analogies, and fashion or retail business context. Designed for FIT students with no science or coding background. Builds directly on the system-boundary skill.

2026-07-13
run-lca
软件开发工程师

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 of", "calculate impact", "environmental footprint", "lifecycle analysis", "hotspot analysis", "sensitivity analysis", "scenario analysis", "cradle to gate". Also triggers when the user asks to make a spreadsheet, slides, or report FROM an LCA result.

2026-07-13
当前展示该仓库 Top 8 / 14 个已收集 skills。
basic-financials-quiz
其他高等院校教师

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, Total Assets, and ratios using multiple-choice and true/false questions. Triggered by "/basic-financials-quiz TICKER1 YEAR1 TICKER2 YEAR2".

2026-06-24
roa-analysis-quiz
软件开发工程师

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 true/false questions. Triggered by "/roa-analysis-quiz TICKER1 YEAR1 TICKER2 YEAR2".

2026-06-18
basic-financials
软件开发工程师

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 student questions about what the numbers mean. Triggered by "/basic-financials TICKER1 YEAR1 TICKER2 YEAR2".

2026-06-17
create-new-company-sql
软件开发工程师

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 "/create-new-company-sql TICKER [CIK]".

2026-06-17
create-verified-dolt-db-financials-sql
软件开发工程师

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 only, which the user applies manually to their local Dolt clone. Run /verify-dolt-db-financials first to produce the report file. Triggered by "/create-verified-dolt-db-financials-sql TICKER YEAR" (single year) or "/create-verified-dolt-db-financials-sql TICKER" (all years from a multi-year analysis).

2026-06-17
download-new-year-data
软件开发工程师

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 non-American companies, uses Yahoo Finance only. Triggered by "/download-new-year-data TICKER".

2026-06-17
find-financials-from-pdfs
软件开发工程师

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 a private company (e.g. ACE Hardware) from PDF sources. Triggered by "/find-financials-from-pdfs COMPANY NAME".

2026-06-17
insert-dolt-db-sql
软件开发工程师

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 ..." (specific files).

2026-06-17
当前展示该仓库 Top 8 / 9 个已收集 skills。
已展示 12 / 13 个仓库