SkillMachine
All skills

Industry Value Chain Mapper

Visualization

Maps the layers of an industrial branch and its Turkey players.

Live output preview

A plan is required to view this content

Choose a plan to access input format, sample outputs, and live previews.

View Plans →

About the skill

/industry-value-chain-mapper — Library Skill: Industry Value Chain Mapper

Generated by: Step 3.7.5 Skill Intelligence (Phase 6.5) Created at: 2026-05-10T14:41:52.696Z for agent tr-aluminum-business-model-hub Reusability: high

This skeleton was auto-generated. It can be enriched after the agent is created (edit SKILL.md, add example I/O, expand the anti-pattern list). In Phase 7.C, production quality will improve via the Anthropic skill-creator wrap.

1. Purpose

For a given industrial branch (e.g. aluminum, steel, textiles), it renders the value chain layers (raw material → intermediate good → distribution → recycling) as a structured graph + Turkey players at each layer + gap markers

2. How It's Called

Skill tool: industry-value-chain-mapper
Input: {
  // Parameters the agent passes to this skill
  // Example fields (customize per the skill's domain):
  // input_data: ...,
  // mode: "...",
  // options: { ... }
}

3. Flow

1. Validate input
2. Domain-specific core logic — the user enriches this.
3. Output structured

First implementation (auto-generated): simple pass-through. The user can enrich it manually or via /update-skill industry-value-chain-mapper.

4. Output Format

{
  "result": "...",
  "metadata": {
    "skill": "industry-value-chain-mapper",
    "version": "1.0.0",
    "generated_at": "<ISO>"
  }
}

5. Anti-Patterns

Placeholder at first creation. Real anti-patterns will be added once the skill is in use:

  • ❌ Generic over-application (calling this skill in every situation)
  • ❌ Schema-less output (every output must have a schema)
  • ❌ Side-effect without audit (write operations must be logged)

6. Typical Pattern for the Calling Agent

// Inside the agent:
const result = await callSkill("industry-value-chain-mapper", {
  // input parameters
});
// result is used

7. Error Handling

  • Input validation fail → structured error + path
  • Tool unavailable → "Read permission missing" + guide
  • Timeout → cached fallback (if any) + WARN

8. Versioning

v3.2.0 (Phase 6.5 reform — Skill Intelligence auto-create).

9. Improvement Roadmap

This skill is a skeleton. It gets enriched through the steps below:

  • Real input/output schema (JSON Schema)
  • 2-3 few-shot examples
  • Domain-specific anti-patterns
  • Performance metrics (token/sec/cost)
  • Test scenarios

Via /update-skill industry-value-chain-mapper (after Phase 7.C, the Anthropic skill-creator wrap) the items above can be filled in automatically.

How do I use this skill?

You don't "run" a skill — after installing it you just tell the agent your task (e.g. ask for the relevant job), and the skill kicks in by itself when its description matches.

Upload the industry-value-chain-mapper.zip you downloaded as-is — no packaging needed, the format is already correct (folder at root).

  1. Open Settings → Customize → Skills
  2. Upload → select the industry-value-chain-mapper.zip you downloaded
  3. Claude reads SKILL.md; the name + description appear. Ready ✅

Scripts run in Anthropic's code-execution environment (sandbox) — not on your machine.