.claude/skills/adr/SKILL.md
Append a correctly-numbered Architecture Decision Record to memory-bank/tech-stack.md. Use whenever Blueprint makes a significant technical decision (hard to reverse, affects multiple agents, or changes existing architecture).
npx skillsauth add swervojake/claaaude-studio adrInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are documenting an Architecture Decision Record for the ManyMoons project. Follow these steps exactly:
memory-bank/tech-stack.md in full.memory-bank/tech-stack.md:### ADR-[N]: [Title]
**Decision:** [What was chosen]
**Rationale:** [Why]
**Tradeoffs accepted:** [What we give up]
**Review date:** [When to revisit]
git add memory-bank/tech-stack.md && git commit -m "docs(adr): ADR-[N] [title]"testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.
tools
This skill should be used when the user asks to "demonstrate skills", "show skill format", "create a skill template", or discusses skill development patterns. Provides a reference template for creating Claude Code plugin skills.
development
Best practices for building Stripe integrations. Use when implementing payment processing, checkout flows, subscriptions, webhooks, Connect platforms, or any Stripe API integration.