herdr-worker-profile
v1.0.0Shared Herdr worker role skill. Includes 7 skills.
By Herdr Tools0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install herdr-worker-profile for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install herdr-worker-profile@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Gabrielgvl/herdr-toolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is herdr-profiles/role-plugins/worker/.
Plugin files
├── .claude-plugin/plugin.json├── skills/adr/SKILL.md├── skills/delivery-assurance/SKILL.md├── skills/git-flow/SKILL.md├── skills/ponytail/SKILL.md├── skills/tdd/SKILL.md├── skills/typescript/SKILL.md└── skills/worker/SKILL.md
Included Skills7
Read and apply Courier architecture decision records. Use when planning, reviewing, or implementing changes with architecture, infrastructure, interface, routing, or cross-service impact.
Enforces the Linear proof boundary for planning, implementation, review, readiness, and merge. Use for multi-surface work, ownership or plan changes, exact-head evidence, Scope Review, or moving a ticket to Done.
Canonical git protocol for AI Code Flow: pre-flight checks, branch naming, worktree isolation for parallel multi-ticket waves, WIP commits, squash-before-PR, push, failure recovery. Load before any git operation.
Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports intensity levels: lite, full (default), ultra. Use on ANY coding task: writing, adding, refactoring, fixing, reviewing, or designing code, and choosing libraries or dependencies. Also use whenever the user says "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni", "do less", or "shortest path", or complains about over-engineering, bloat, boilerplate, or unnecessary dependencies. Do NOT use for non-coding requests (general knowledge, prose, translation, summaries, recipes).
Read before implementation or test work to choose a task-appropriate verification loop.
Courier TypeScript standards for style, error handling, async work, imports, and tests. Use before writing or reviewing TypeScript in backend, services, or related repos.
Scoped single-writer implementation and verification.
Plugin manifests1
{
"name": "herdr-worker-profile",
"description": "Shared Herdr worker role skill",
"version": "1.0.0",
"author": {
"name": "Herdr Tools"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[herdr-worker-profile on Agent Plugins Marketplace](https://pluginsmp.com/plugins/herdr-worker-profile)