byatlassian· 12 skills
Optimizes Atlassian Forge apps to reduce platform consumption and avoid unnecessary costs using Atlassian's "Optimise Forge platform costs" guidance. Use when the user asks to optimize Forge app costs, reduce Forge invocations, lower GB-seconds, reduce storage or log usage, tune memory, replace polling, improve scheduled triggers, reduce KVS writes, move work to the frontend, use bridge APIs, batch API calls, add caching, or evaluate Forge Remote trade-offs. By default, perform an audit first and offer to make the recommended changes after presenting the audit. Only modify files immediately when the user explicitly asks the agent to implement or apply optimizations.
$npx -y skills add atlassian/forge-skills --skill forge-cost-optimizerInstalls into the current project.
Run `npx skills use "https://github.com/atlassian/forge-skills" --skill "atlassian/forge-skills/forge-cost-optimizer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/atlassian/forge-skills" that are relevant to the current task. Run `npx skills add "https://github.com/atlassian/forge-skills"` and select the relevant skills, then follow their instructions.