Install
$ agentstack add skill-t3chnaztea-arr-stack-skills-template ✓ 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 Used
- ✓ 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
Arr Yourskill
One or two sentences: what this covers, and that it assumes the connection pattern and read-after-write doctrine from arr-connect. Cross-reference siblings by name (arr-context-map, arr-quality-profiles, arr-library-hygiene, arr-downloads, arr-playback) instead of repeating their content.
Guidelines for a good arr skill
Delete this section in your real skill; it is guidance for authoring.
- Name:
arr-, lowercase and hyphens only. The directory name MUST
equal the frontmatter name.
- Description: starts with "Use when…", lists concrete triggers, symptoms,
and error strings, ends with a "not for X, use Y" pointer. No workflow summary: an agent will follow the description instead of reading the body.
- Markdown only. This collection ships doctrine and fenced curl recipes,
not scripts. The agent writes whatever throwaway code a task needs, fresh, against the actual instance. Recipes stay honest where scripts rot.
- Original prose only. Do not paste from the app wikis or the TRaSH
guides. Write the lesson those do not teach and link them as the canonical reference.
- Parameterize everything instance-specific.
$ARR_URLand$ARR_KEY
from the environment, never a literal key. ``, never a real IP or hostname. Profile ids shown as examples must be flagged as examples, because ids are per-install and an agent will otherwise use yours.
- No inventory. No real library contents, no root folder listings from
your own box, no indexer names, no VPN provider account details. If an example needs a title, use a well-known one to illustrate a category, not a dump of what you own.
- Verify against ground truth. Every write recipe ends by reading the
resource back from a fresh GET and showing before and after. Arr PUTs silently no-op; a skill that does not verify teaches a bad habit.
- Say which version you checked and when. Endpoints and behaviours move
between releases. An undated claim cannot be maintained.
- Keep
SKILL.mdunder ~500 lines; push heavy detail intoreferences/*.md.
Overview
What this is and the core principle, in one or two sentences.
When to use
Symptoms and situations, as bullets. Then when NOT to use it.
[Your sections]
Quick-reference recipes, one worked example, and the specific traps you learned by getting it wrong. One excellent worked example beats five generic ones. If a trap cost you an evening, say so and say what the symptom looked like before you understood it: the symptom is what the next person searches for.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: t3chnaztea
- Source: t3chnaztea/arr-stack-skills
- License: MIT
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.