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.
/plugin marketplace add tartinerlabs/skillsnpx agentmods add plugins/tartinerlabs/skills/workflowgit clone --depth 1 https://github.com/tartinerlabs/skillsGrade A, and why
workflow 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.
What it actually says
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "workflow",
"displayName": "workflow",
"version": "1.34.1",
"description": "Git and GitHub workflow skills — commits, branches, pull requests, issues, and CI actions",
"author": {
"name": "Tartiner Labs",
"url": "https://github.com/tartinerlabs"
},
"homepage": "https://github.com/tartinerlabs/skills",
"repository": "https://github.com/tartinerlabs/skills",
"license": "MIT",
"keywords": [
"git",
"github",
"commit",
"branch",
"pull-request",
"issues",
"github-actions",
"ci"
],
"skills": "./skills/"
}
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 · 26 lines scan A 2bba3e255b0f
workflow is a plugin published in the GitHub repository tartinerlabs/skills (7 stars, last pushed 10d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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-31.
Other plugins, from other repositories
ship
Commit, push, create PR with confirmation at every step, then optional cleanup of branches whose remotes are gone. Blocks secrets and force-push.
github-workflow
Git commit, PR creation, review, and merge skills following Conventional Commits.
contributor-writing
Writing skills for Shopware core contributors: Architecture Decision Records, PR descriptions (trunk and feature-branch formats), commit messages, and RELEASEINFO/UPGRADE entries. Analyzes branch diffs, classifies changes, and writes content calibrated to change magnitude.
stepwise-git
Git and GitHub workflow: semantic commits and rigorous PR comment review.
openai-yeet
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (gh). Originally from OpenAI's curated skills catalog.
courier
A bundle of Claude Code skills that ship work already on disk: commit-changes-to-git stages only what the user named and writes one Conventional Commits message without pushing, and submit-a-pull-request pushes the current branch, opens a pull request with a short prose body explaining what changed and why, and pings…