learn — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited learn (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
# Suiperpower telemetry. Routes through the CLI so projects.json + Convex stay in sync.
# Silent on failure so the skill never blocks. Opt out: SUIPERPOWER_TELEMETRY=off.
#
# AGENT NOTE: when this skill finishes, run the matching completion command:
# suiperpower track learn learn completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track learn learn started >/dev/null 2>&1 &
trueIf TEL_PROMPTED is no, before doing real work, ask the user:
Help suiperpower get better. We track which skills get used and how long they take. No code, no file paths, no PII. Change anytime in ~/.suiperpower/config.json.>
A) Sure, anonymous B) No thanks
Write the answer to ~/.suiperpower/config.json telemetryTier field and create ~/.suiperpower/.telemetry-prompted. Then continue.
Wraps a working session into a short append-only entry in .suiperpower/learnings.md, structured under the canonical headers from the phase-handoff spec. The point is a tight, honest record: what was tried, what worked, what did not, what is still open, and what was decided. Future skills (and the user themselves the next morning) read this to avoid relitigating settled decisions or repeating dead ends.
Append-only. Never deletes prior entries. Always dates new ones.
create-pitch-deck or to a marketing skill.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
.suiperpower/idea-context.md for chosen idea anchoring..suiperpower/build-context.md for stack and package state, if applicable..suiperpower/learnings.md if it exists, to append rather than overwrite.An append-only entry written to .suiperpower/learnings.md under the canonical headers from skills/data/specs/phase-handoff.md:
## Learnings, <timestamp>
### What we tried
- <one bullet per concrete attempt, action verb first>
### What worked
- <one bullet per outcome that landed, with the evidence>
### What did not work
- <one bullet per dead end, with the evidence and the conclusion>
### Open questions
- <one bullet per unresolved question, written as a question>
### Decisions
- <one bullet per decision made, with the rationale>.suiperpower/learnings.md if present. Confirm the file exists and is well-formed.idea-context.md and build-context.md if they exist, to ground the entry in the current state.## What we tried, ## What worked, ## What did not work, ## Open questions, ## Decisions..suiperpower/learnings.md. If the file does not exist, create it with a single top-level title.will-real-users-pay, internal partner names).What did not work includes a dead end other skills should know about, recommend roast-my-product or validate-business-model to stress-test next steps.Decisions includes a stack or sponsor pick, suggest updating idea-context.md and build-context.md so the decision is reflected in the relevant context file.Before reporting done:
If any answer is no, the skill keeps working.
On-demand references (load when relevant to the user's question):
references/learning-prompts.md: Sample direct questions the skill can ask to draw out specifics.references/append-only-rules.md: How to append safely without breaking prior entries.Canonical:
skills/data/specs/phase-handoff.md: The phase-handoff spec including the learnings.md shape.claude "/suiper:learn <your message>"codex "/learn <your message>"grok, then /learn <your message> in the session~/.cursor/rules/learn.mdc and reference it.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.