How-to Guide Writer (Resources)

You are an expert technical writer specializing in focused, task-oriented how-to guides for the Medusa ecommerce platform.

You say
Buy it · $59 Read it before you buy $59 Written by medusajs · unverified publisher
Context cost
1k tokensestimated from the bundle, loaded when it triggers
Bundle
1 file · 4.0 kBtext throughout, nothing executable
Licence
MITpaid listing
Last change
no release on file
Servers it uses
Noneruns standalone

What it does

You are an expert technical writer specializing in focused, task-oriented how-to guides for the Medusa ecommerce platform. Write concise 4-6 step how-to guides in www/apps/resources/app/ that show developers how to accomplish specific tasks. These guides are more focused than tutorials, targeting developers who need to solve a specific problem quickly. How-to guides in Resources are: - Focused: 4-6 steps targeting a single specific task - Concise: Less explanatory text, more actionable code - Practical: Solve real-world problems developers encounter - Quick: Can be completed in 10-20 minutes…

Installed, it changes the agent in these ways.

What this skill changes about the agent is not written down here yet. The listing was collected from its source, and the description is in its own SKILL.md.

Guardrail

Constrains what the agent is allowed to do.

documentation

The skill itself

This is the whole product. A skill is instructions the model reads, so there is nothing behind the listing you cannot see first — the front matter loads with every session, and the body below it loads when the skill triggers.

SKILL.md4.0 kB · 171 lines
1# How-to Guide Writer (Resources)
2
3You are an expert technical writer specializing in focused, task-oriented how-to guides for the Medusa ecommerce platform.
4
5## Purpose
6
7Write concise 4-6 step how-to guides in www/apps/resources/app/ that show developers how to accomplish specific tasks. These guides are more focused than tutorials, targeting developers who need to solve a specific problem quickly.
8
9## Context
10
11How-to guides in Resources are:
12- **Focused**: 4-6 steps targeting a single specific task
13- **Concise**: Less explanatory text, more actionable code
14- **Practical**: Solve real-world problems developers encounter
15- **Quick**: Can be completed in 10-20 minutes
16
17## Workflow
18
191. **Ask for context**:
20 - What specific task to document?
21 - Target modules/domains?
22 - Where to place it? (suggest /app/recipes/{domain}/page.mdx or /app/how-to-tutorials/{name}/page.mdx)
23
242. **Research the implementation**:
25 - Search packages/ for relevant code patterns
26 - Identify the services, workflows, or APIs needed
27
283. **Generate how-to structure**:
29 ```mdx
30 ---
31 sidebar_label: "Task Name"
32 tags:
33 - domain1
34 - domain2
35 products:
36 - module1
37 - module2
38 ---
39
40 export const metadata = {
41 title: How to [Task],
42 }
43
44 # {metadata.title}
45
46 Brief 1-2 sentence introduction explaining what this guide covers.
47
48 ## Overview
49
50 Short explanation of the approach and why it works this way.
51
52 <Note>
53
54 Learn more about [related concept](!docs!/path).
55
56 </Note>
57
58 ---
59
60 ## Step 1: [Action]
61
62 Explanation of what to do.
63
64 ```ts title="src/path/file.ts"
65 // Code example
66 ```
67
68 Brief explanation of how it works.
69
70 ---
71
72 ## Step 2: [Next Action]
73
74 Continue pattern...
75
76 ---
77
78 ## Step 3-6: [Additional Steps]
79
80 Complete the implementation...
81
82 ---
83
84 ## Test
85
86 Instructions for testing.
87
88 ```bash
89 curl -X POST http://localhost:9000/endpoint
90 ```
91
92 Expected output.
93
94 ---
95
96 ## Next Steps
97
98 - [Related guide](./related.mdx)
99 - [Learn more about concept](!docs!/path)
100 ```
101
1024. **Vale compliance** - Follow all error and warning-level rules:
103 - Correct tooling names ("Workflows SDK", "Modules SDK", "Medusa Framework")
104 - Capitalize module names ("Product Module")
105 - "Medusa Admin" capitalized
106 - Expand npm commands
107 - Avoid first person and passive voice
108 - Define acronyms on first use
109 - Use "ecommerce" not "e-commerce"
110
1115. **Cross-project links** - Use special syntax:
112 - !docs!, !resources!, !api!, !ui!, !user-guide!, !cloud!
113
1146. **Create the file** using Write or Edit tool
115
116## Key Components
117
118From docs-ui:
119- <Note> - Important callouts
120- <CodeTabs> / <CodeTab> - Multi-approach examples
121- <Badge> - Labels on code blocks
122
123## Code Example Patterns
124
1251. **With file title**:
126 ```ts title="src/file.ts"
127 // code
128 ```
129
1302. **With badge** for context:
131 ```ts title="src/api/route.ts" badgeLabel="API Route" badgeColor="green"
132 // code
133 ```
134
1353. **npm2yarn blocks**:
136 ```bash npm2yarn
137 npm install package
138 ```
139
140## Frontmatter Structure
141
142Required fields:
143- sidebar_label: Short name for sidebar
144- tags: Domain tags (no "tutorial" tag - these are how-tos)
145- products: Related commerce modules
146
147## Structure Best Practices
148
1491. **Brevity**: Keep explanations short and actionable
1502. **Code-focused**: More code, less theory
1513. **Single task**: One clear objective, not multiple features
1524. **Testing**: Always include a test/verification step
1535. **Cross-references**: Link to deeper docs for concepts
154
155## Example Reference Files
156
157Study files in:
158- www/apps/resources/app/recipes/*/page.mdx
159- www/apps/resources/app/how-to-tutorials/*/page.mdx
160
161## Execution Steps
162
1631. Ask user for task and target modules
1642. Research implementation in packages/
1653. Generate 4-6 step how-to guide
1664. Include code examples with file paths
1675. Add testing section
1686. Validate against Vale rules
1697. Use Write tool to create file
1708. Confirm completion
171
In the file
SKILL.md527 words
Files1
LicenceMIT
Why you can read it

Nothing in a skill executes. The client loads the text and the model follows it, so a skill can be audited the way a runbook is — by reading it.

What it costs in context

Skills are not billed by the call. They are paid for in context: every token the instructions occupy is a token your code, your diff and your conversation cannot use. Here is what this one takes and when it takes it.

≈20
always loaded
The name and description, so the model knows the skill exists and when to reach for it.
980
on trigger
The instruction body, read only when the skill fires.
0.50%
of a 200k window
Ten skills this size would take about 5% of the window before you open a file.
050k100k150k200k context window

1k tokens, estimated from the bundle at four bytes to the token, held for the rest of the session once it triggers. Small enough to keep loaded permanently without thinking about it.

Servers bill, skills cost

A server charges by the month. A skill charges once per session, in context, and then keeps charging it for as long as the session lives.

Before and after

The same question, put to the same model twice: once as it comes, and once with these instructions loaded.

No worked example has been published for this skill yet.

Adoption
Installsnone yet
Ratingno reviews yet

The procedure it runs

The procedure has not been published here. It is in the skill’s own SKILL.md, which its author has not sent to the marketplace yet.

Prose, not code

These steps are written for a model to follow, not executed by a runtime. It can still be told to skip one, and it will say so when it does.

Servers it uses

None. This skill calls no MCP servers at all.

Everything it needs is in the instructions, so it works in a project with nothing connected — the model reads the file and changes how it works with what it can already reach.

It writes no files and reaches no network. All it changes is how the model reasons and writes.

What it asks for
Writes filesno
Network accessno

Read from the allowed-tools line of this skill’s own SKILL.md. A skill grants no permissions of its own — it can only ask for tools your client already has.

What it will not do

Every skill is narrow, and the useful ones say where they stop. These are the jobs this one is the wrong tool for.

What this skill is not for has not been published here. Nothing is implied by that: it is a section the author has not filled in.

What is in the bundle

1 file, 4.0 kB on disk. A bundle is text throughout: the instructions the model reads, plus the templates it fills in.

  • SKILL.md4.0 kB
What is not in it

No dependencies and nothing executable: a skill is text the agent reads, so the bundle is 1 file you can review in full before installing. The MIT licence covers the templates and examples as well as the instructions.

Install

Installing copies the bundle into your project. Nothing runs at install time — the files sit on disk until the model reads them.

$59 once
How-to Guide Writer (Resources) · MIT · medusajs
one-time
Price$59 once
LicenceMIT — the author’s, unchanged by this purchase
Paid throughStripe, once, on the card you add at the checkout
Keeps workingfor good — the files are yours once they are on disk
Updatesevery update its author ships, delivered through this account

You can read the whole bundle before paying — the SKILL.md above is the product, not a preview of it. What the money buys is the delivery: the folder packaged and handed to your machine by key, every update its author ships, and our support if it does not do what this listing says. The terms of use are MIT, set by the author and unchanged by buying it here.

Payment runs through Stripe, on a page like this one rather than a redirect. Once there is an account it joins the same mcprush invoice as everything else you run, so there is never a second card to enter.

Which clients pick it up on their own

A skill is a folder of text. A client with a skills folder reads it without being told; everywhere else the same text works, it is just handed to the model rather than found.

Claude Code.claude/skills/
Claude Desktop
ChatGPT
Cursor.cursor/skills/
VS Code.github/skills/
Codex CLI.agents/skills/
Gemini CLI.gemini/skills/
Grok.grok/skills/
Zed.agents/skills/
Windsurf.windsurf/skills/
Agent SDK.claude/skills/
HTTP / API
This release
Versionnot versioned
Publishedno release date on file
Price$59
Referencemedusajs/how-to-guide-writer-resources

Versions

Its author publishes no version number, so there is nothing here to pin to: what you install is the folder as it stands today. Instructions change more often than APIs do — a skill can be rewritten entirely without anything it depends on moving.

v
  • No earlier releases have been published to the marketplace.
Pinning

Nothing to pin to: this skill carries no version number of its own. What you install is what the folder holds on the day you install it.

Reviews

no reviews yet · no installs yet

Nobody has reviewed this skill yet. The rating is the mean of the reviews written here, so there is none until somebody writes the first.

Who can post

Only accounts that have had the skill installed for fourteen days, so a review is written after living with it rather than after reading it. Publishers may reply once.

Publisher
Servers0