markdown-optimizer Skill
Recommend a discount percentage and new price for each slow-moving product by running the bundled markdownoptimizer.py script, respecting pricing guardrails that come from the Store Policy Agent (never hardcode them). Use after sales-analysis-chart has identified the slow movers and after fetching the markdown guardrai Published by microsoft in new-copilot-studio-tech-guide.
What is markdown-optimizer Skill?
Recommend a discount percentage and new price for each slow-moving product by running the bundled markdownoptimizer.py script, respecting pricing guardrails that come from the Store Policy Agent (never hardcode them). Use after sales-analysis-chart has identified the slow movers and after fetching the markdown guardrai Published by microsoft in new-copilot-studio-tech-guide. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Data analysis
- Writing
- Documentation use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use markdown-optimizer Skill
- Use it for documentation.
- Use it for data analysis.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/new-copilot-studio-tech-guide
- Skill file: sample/archive/store-solution/skills/markdown-optimizer/SKILL.md
What it does
Recommend a discount percentage and new price for each slow-moving product by running the bundled markdownoptimizer.py script, respecting pricing guardrails that come from the Store Policy Agent (never hardcode them). Use after sales-analysis-chart has identified the slow movers and after fetching the markdown guardrai
Skill instructions
Markdown Optimizer (BlastBox Omega) This skill decides how much to mark down each slow-moving product by running the bundled markdownoptimizer.py script. You do not write any Python and you do not hardcode the pricing rules: the guardrails come from the Store Policy Agent via getmarkdownpolicy(markdowntype) and are passed to the script as CLI flags. This keeps all policy in one place (the Policy Agent owns it). When to use After sales-analysis-chart has produced the structured slowmovers list, and after you have fetched the guardrails from the Store Policy Agent. Use it whenever a manager asks what to mark down and by how much within policy. Inputs (gather these first, then pass them as flags) 1. Slow movers - the slowmovers JSON from sales-analysis-chart: a list of {sku, name, price, cost} (extra keys are ignored). 2. Guardrails - call the Store Policy Agent - getmarkdownpolicy("promo"). It returns maxdiscountpct, marginfloorpct, and minusefulpromodiscountpct (e.g. 30, 15, 10). Pass a
Explore related resources
Frequently asked questions
What is markdown-optimizer?
markdown-optimizer is a open-source AI agent skill with Copy skill directory. Recommend a discount percentage and new price for each slow-moving product by running the bundled markdownoptimizer.py script, respecting pricing guardrails that come from the Store Policy Agent.
Who is markdown-optimizer best for?
markdown-optimizer is best for reusing agent instructions, scripts, and references, documentation workflows, data analysis workflows, writing workflows.
How do I install markdown-optimizer?
Install or run markdown-optimizer using Copy skill directory. Check markdown-optimizer for the latest setup command.
Is markdown-optimizer actively maintained?
markdown-optimizer may need a closer maintenance check before production use.
Auto-fetched from GitHub.