# devarfeen

> Open-source publisher. Listings imported from github.com/devarfeen — credited to the original author with their license.

- **Listings:** 16
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/devarfeen
- **Website:** https://github.com/devarfeen

## Published listings

- [Staging Fix](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-staging-fix) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-staging-fix`
  Fix a staging bug without ever touching a server — work from evidence (read-only staging inspection only with this session's explicit approval), fix locally with a test, then ship a PR targeting the `staging` branch with auto-merge so GitHub Actions deploys it. Use when the user says \"fix this on staging\", \"staging is broken\", or \"bug on the staging server\". Merely inspecting staging — chec…
- [Design System](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-design-system) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-design-system`
  Project start-off skill, run once per UI project after /agents-md and setup; re-run `extend` as the design grows or to fold a shipped page's UI back into the library. Turns a provided design system — a Figma file, written spec/brand guide, reference screens, or a guided-definition session — into named tokens, a real UI library, a verifiable preview page, docs under specs/design-system/, and a bin…
- [Feature Discovery](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-feature-discovery) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-feature-discovery`
  Use when the user asks to investigate, audit, trace, or explain how an existing feature, issue, module, workflow, API, config, or behavior works — or what uses a module, service, or symbol and why it exists — across one or more codebase projects, especially before planning, debugging, migration, refactor, or implementation. Porting or rebuilding a feature into another stack routes to /port-featur…
- [Polish Batch](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-polish-batch) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-polish-batch`
  Batch the UI-polish tail at the verify phase — during manual QA, capture tiny cosmetic fixes (copy, spacing, alignment, wrong string) WITHOUT fixing any of them, then dispatch them per PROJECT-CODE in one bounded pass, then verify. Use when the user says "punch list" or wants cosmetic nits captured now and fixed together in one go. Cosmetic scope only — anything touching behaviour, data, or an in…
- [Commit Push Close](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-commit-push-close) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-commit-push-close`
  Ship one iteration of issue work directly — commit with a structured message, push, then close the linked issue with a comment that explains how to test the change; creates the issue inline when none exists. Use when the user says "commit, push, and close" or "ship this issue" and wants the issue closed without a PR (a reviewable PR is /commit-push-pr).
- [Orchestrate Herdr](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-orchestrate-herdr) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-orchestrate-herdr`
  Orchestrate herdr worker tabs for a spec (PRD). Reads a spec/issue URL, finds its open sub-issues, launches one herdr-managed worker tab per issue running a chosen coding CLI, then monitors the tabs until every issue is completed with test evidence, blocked, or errored. Use when running inside herdr (HERDR_ENV=1) and the user wants to fan a spec out to per-issue workers.
- [Commit Push Pr](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-commit-push-pr) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-commit-push-pr`
  Ship one iteration of issue work as a pull request — commit with a structured message, push the branch, and open a PR whose `Closes #N` auto-closes the issue on merge; creates the issue inline when none exists. Use when the user says "commit, push, and open a PR" or wants issue work wrapped up as a reviewable PR rather than a direct close (a direct close is /commit-push-close).
- [Writing Kit Skills](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-writing-kit-skills) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-writing-kit-skills`
  House style for authoring and editing skills in this kit — the skeleton, word budget, canonical one-liners, output caps, and eval gates every SKILL.md follows. Use when creating a new kit skill or editing an existing skill's body, references, or description.
- [Port Feature](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-port-feature) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-port-feature`
  Use when the user wants to port, migrate, rebuild, or recreate a feature that already exists in a REFERENCE implementation into a TARGET stack (e.g. bring a legacy screen into the new app). Sits at the discover → plan entry — reads the target's binding context, traces the reference's real behaviour/workflow/permissions/states the way /feature-discovery does, surveys what the target already has, a…
- [Feature Prompt](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-feature-prompt) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-feature-prompt`
  Use when the user wants to turn a feature idea, change request, or rough requirement into a small prompt for grill-with-docs. When cheap repo exploration reveals domain terms missing from or stale in CONTEXT.md, surface those candidate terms for user approval before any context update. Post-decision artifacts route onward instead: turning an ADR into a spec (PRD) is /to-spec, and investigating ho…
- [Release Notes](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-release-notes) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-release-notes`
  Generate clear, PM-friendly release notes, changelogs, and session summaries from git commits, feature work, or the current development session. Use when the user asks for release notes (for a date, date range, project, or feature), a changelog, a PM/stakeholder update, or to summarize what changed in plain language for non-technical readers. A handoff for the next agent session is /handoff inste…
- [Tdd Loop](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-tdd-loop) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-tdd-loop`
  Enforceable test-first loop for features and bug fixes. Use when the user says "TDD", "red-green", or "test-first" — building a feature, fixing a bug with a reproducing test, or implementing a slice, ticket, or issue test-first — and when TDD must be adapted for a spike, legacy code without tests, an urgent hotfix, infra/config work, or an exploratory refactor (the exception protocol). A bare "im…
- [Pixel Audit](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-pixel-audit) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-pixel-audit`
  Strict per-page visual-conformance audit at the verify phase — ONE page/route against a source of truth (Figma MCP nodes, or reference screens when no Figma exists). Captures a full-size pixel inventory, writes a MISSING-vs-EXTRA defect list, fixes node-by-node reusing the project's UI library (never inlining), and refuses to say "verified" until a hard element-level gate passes — served assets c…
- [Pr Feedback](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-pr-feedback) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-pr-feedback`
  Address reviewer feedback on an existing open GitHub PR — fetch every review comment and thread, group them into a numbered accept / pushback / needs-discussion list, wait for the user's approval, apply the accepted fixes, ship through /commit-push-pr on the same branch, and reply to each addressed thread citing the fixing commit SHA. Use when the user says \"address the review comments\", \"hand…
- [Integration Contract](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-integration-contract) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-integration-contract`
  After /to-tickets, pull cross-repo confidence out of your head into a durable contract + a smoke gate — but only when a spec (PRD) touches more than one PROJECT-CODE. It maps the producer surface that changed (usually the API PROJECT-CODE), traces each consumer's call-sites narrowly like /feature-discovery, and writes an agent-browser smoke checklist that proves the seam holds. Use when a multi-p…
- [Agents Md](https://agentstack.voostack.com/l/skill-devarfeen-agent-skills-kit-agents-md) — Skill · Free · security-reviewed — `agentstack add skill-devarfeen-agent-skills-kit-agents-md`
  Generate or refresh the workspace-root AGENTS.md and its CLAUDE.md redirect shim for a VS Code .code-workspace root. Any request to write, create, or generate an AGENTS.md file routes here — /writing-for-agents is style guidance for authoring agent-facing documents, not the generator. It creates the Project Matrix of PROJECT-CODEs and the workspace's non-negotiable rules. Use when establishing, b…

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
