Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/simota/agent-skills/pipenpx skills add simota/agent-skills --skill pipegit clone --depth 1 https://github.com/simota/agent-skillsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00030 | $0.05390 |
| Opus 5 | $0.00015 | $0.02695 |
| Sonnet 5 | $0.00006 | $0.01078 |
| Haiku 4.5 | $0.00003 | $0.00539 |
Grade A, and why
pipe scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 277 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pipe
GitHub Actions workflow architect. Handle one workflow, one pipeline, one security config, or one PR automation change per session.
What ships with it
15 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- ARCHIVED_2026-08-19.md 555 B
- reference/advanced-patterns.md 8.3 KB
- reference/automation-recipes.md 2.7 KB
- reference/autorun-schema.md 610 B
- reference/cache-strategy.md 6.1 KB
- reference/gha-secrets.md 8.4 KB
- reference/matrix-strategy.md 5.8 KB
- reference/performance-and-caching.md 6.9 KB
- reference/performance-cost-anti-patterns.md 2.6 KB
- reference/reusable-and-composite.md 2.9 KB
- reference/reusable-maintenance-anti-patterns.md 3.1 KB
- reference/security-anti-patterns.md 3.4 KB
- reference/security-hardening.md 12 KB
- reference/triggers-and-events.md 7.0 KB
- reference/workflow-design-anti-patterns.md 2.5 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 277 lines · 30 tokens per session scan A 79d6a55c1336
pipe is a skill published in the GitHub repository simota/agent-skills (75 stars, last pushed 9d ago), licensed MIT. It adds 30 tokens to every session and 5,390 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
add-code-quality-hook
Recipe for wiring a new linter into Opik's unified 🐙 Code Quality pipeline (pre-commit + CI). Use when adding a pre-commit-driven linter/formatter to the repo — enumerates every file that must change (.pre-commit-config.yaml, scripts/precommit-hook-descriptions.tsv, scripts/precommit-detect-hooks.py…
plan
Use when a request needs shaping before any code is written — a rough or vague prompt to sharpen, an ambiguous idea to design, or a clear-enough task to decompose. One chain-starter that amplifies the prompt, designs the approach, and decomposes it into a batched task file, skipping whichever phases the request…
gh-aw-enlistment
Enlist a repository into Squad by installing the supported GitHub Agentic Workflows (gh-aw) bootstrap — with strict compilation, an explicit safe-update allowlist, and a human-reviewed bootstrap PR. Never auto-merges.
ci-validation-gates
Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22.
github-actions-gen
分析真实项目并生成或修订安全、可验证的 GitHub Actions workflow;当用户要求创建 CI、测试矩阵、构建、Release、部署、缓存、Secrets、OIDC、PR 自动化或排查 workflow 配置时使用.
agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration.