Triz reference
TRIZ (Theory of Inventive Problem Solving) Agent Skills for Software Engineering workflows.
npx -y skills add christianmerkwirth/triz-skills --skill triz-referenceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Browses the TRIZ parameters, principles, and GoF correlations interactively.
SKILL.md
1.1 KB, as published. Nobody here has run it
When to invoke
Invoke this skill to learn about TRIZ, look up specific parameters or principles, or understand how TRIZ principles map to software design patterns like the Gang of Four (GoF) patterns.
Inputs needed
A free-text query from the user (e.g., "show me principle 24", "what's parameter 16?", "explain the GoF Adapter mapping").
Reference data used
reference/parameters.md(lazy load only what the query needs)reference/principles.md(lazy load only what the query needs)
Procedure
- Receive input query from the user.
- Load only the reference files needed to resolve the query.
- Resolve the query by fetching matching entries.
- Present the findings, including the software analogy and any relevant cross-references.
- Do not edit any files. This skill is strictly read-only.
Output format
A concise, informative response answering the user's query, citing specific TRIZ parameters, principles, and software analogies.