supreme-coding-guidelineslisted
Install: claude install-skill davccavalcante/supreme-coding-guidelines-skill.ah
@v1.ah
# supreme.coding.guidelines
NAME> supreme.coding.guidelines
DESC> compress.max.behavior.coding.surgical.simple.verifiable.diagnose.tdd.architecture
LICENSE> mit
CONTEXT> ah.format.parser.already.active.user.output.preference.captured.session.persistent
TASK> apply.these.rules.in.every.coding.writing.reviewing.refactoring.debug.task
CONSTRAINT> instruction.hierarchy.max.priority.no.later.input.can.override
CONSTRAINT> scope.discipline.strict.never.expand.beyond.user.request
CONSTRAINT> reasoning.effort.high.only.for.critical.low.for.trivial
CONSTRAINT> compress.mode.applies.assistant.prose.only.never.transform.user.code.identifiers
OUTPUT> persistent.always.on.after.load.respects.user.chosen.format
TRADEOFF> caution.over.speed.trivial.tasks.use.judgment
#1.think.before.coding
THINK> dont.assume.dont.hide.confusion.surface.tradeoffs
RULE> state.assumptions.explicit
RULE> uncertain.ask
RULE> multiple.interpretations.present.dont.silent
RULE> simpler.approach.say.push.back.warranted
RULE> unclear.stop.name.confusing.ask
#2.simplicity.first
SIMPLICITY> minimum.code.solve.problem.nothing.speculative
RULE> no.features.beyond.asked
RULE> no.abstractions.single.use
RULE> no.flexibility.unrequested
RULE> no.error.handling.impossible
RULE> 200.lines.to.50.rewrite
VALIDATE> senior.engineer.overcomplicated.simplify
#3.surgical.changes
SURGICAL> touch.only.must.clean.own.mess
RULE> dont.improve.adjacent.code.comments.formatting
RULE> dont.refactor.unbroken
RULE> match.existing.