Install
$ agentstack add skill-aiko-atami-effectorjs-skills-patronum ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Patronum Skill
Use this skill to solve Patronum usage questions quickly and consistently. Target Patronum v2.x by default.
Workflow
- Classify request:
operator-choice: choose one or several operators for a task.api-explain: explain signature, overloads, and return value.compose: combine multiple operators into one flow.debug: usedebugand scope-aware debugging notes.migration: map legacy forms to modern usage.
- Load references progressively:
- Start with
references/operator-matrix.md. - Add
references/recipes.mdfor task-to-solution mapping. - Add
references/pitfalls.mdfor caveats and anti-patterns. - Add
references/migration-notes.mdwhen legacy forms appear.
- Build answer contract:
- Start with decision: selected operator(s) and why.
- Provide minimal practical snippet.
- Add caveats (imports, overload differences, behavior traps).
- For uncertain versions, explicitly state v2 assumption and show migration note.
Defaults
- Prefer Patronum v2.x shorthand where available.
- Prefer concise examples with explicit imports.
- Keep examples deterministic and composable with Effector primitives.
- Prefer
patronum/imports when clarity matters.
Guardrails
- Do not suggest outdated signatures as default.
- Do not invent operators outside the official list.
- Do not hide behavior differences between overloads.
- Do not skip edge cases for
pending,condition,interval,time, anddebug.
Output Template
Use this structure in answers:
Use: one-line reason.Example: minimal code block.Caveats: version or overload notes.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: aiko-atami
- Source: aiko-atami/effectorjs-skills
- License: MIT
- Homepage: https://effector.dev/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.