daily-working

daily-working is a skill for Claude Code from tms-tungnguyen3/daily_working. It costs 98 tokens per session (1,557 once invoked), scanned A, original, MIT.

A complete workflow for taking a Redmine task from initial review to a pull request. Redmine is a tool for tracking development tasks, and the workflow also checks the finished change in a real browser.

In plain words
What is it for?
Use it to fetch a Redmine ticket and attachments, assess its impact, implement the change with the Claude CLI, verify the running interface through a browser extension, open a pull request, and move the ticket to review.
Why use it?
It keeps the ticket, code changes, branch, tests, browser verification, and review request connected. This reduces the chance of starting an unsuitable task or leaving the ticket out of sync with the work.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the daily-working plugin — 1 skill shipped together

Good fit Use it to fetch a Redmine ticket and attachments, assess its impact, implement the change with the Claude CLI, verify the running interface through a browser extension, open a pull request, and move the ticket to review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tms-tungnguyen3/daily_working/daily-working
Install

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.

Any agent
npx skills add tms-tungnguyen3/daily_working --skill daily-working
Clone the repo
git clone --depth 1 https://github.com/tms-tungnguyen3/daily_working

Made for: Claude Code.

Or install daily-working, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for daily-working

README.md
[![agentmods](https://agentmods.dev/badge/skills/tms-tungnguyen3/daily_working/daily-working/github.svg)](https://agentmods.dev/skills/tms-tungnguyen3/daily_working/daily-working)
Your own site
<a href="https://agentmods.dev/skills/tms-tungnguyen3/daily_working/daily-working"><img src="https://agentmods.dev/badge/skills/tms-tungnguyen3/daily_working/daily-working/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for daily-working

Your own site · 80×15
<a href="https://agentmods.dev/skills/tms-tungnguyen3/daily_working/daily-working"><img src="https://agentmods.dev/badge/skills/tms-tungnguyen3/daily_working/daily-working.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,557 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.01557
Opus 5 $0.00049 $0.00779
Sonnet 5 $0.00020 $0.00311
Haiku 4.5 $0.00010 $0.00156

Measured yesterday against content hash a6574b6cc8b3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

daily-working 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 yesterday.

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.

skills/daily-working/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

daily-working

Purpose

Coordinate a full task-to-verified-change loop without the human relaying context by hand: fetch a task from the project's task tracker (with attachments), judge whether it's actually safe and sensible to implement as understood, implement it following the target project's own conventions, verify the result in a real running browser, and close the loop back on the tracker (PR + comment + status) once that's confirmed.

Task tracker support today: Redmine and GitHub Issues. task_tracker in .claude/daily-working.yml picks one; the pipeline itself (phases/fetch-task, phases/close, templates/tracker-write) only ever calls a small fixed contract — fetch, write_comment, set_status — defined in policies/tracker-adapter. Each tracker's actual mechanics live in their own adapters/<name>.md file. Adding a third tracker means writing one new adapter file; nothing under phases/, workflows/, or templates/ needs to change.

If a requirement turns out ambiguous, unreasonable, or too high-impact to proceed on quietly at any point, that gets escalated to a comment on the tracker (not just asked in this chat) and the pipeline pauses — see policies/safety.

This skill is a coordinator — it does not replace the target project's own test conventions. It sequences task tracker → implementation → live browser check → tracker update.

When to Use

  • User gives a task/ticket ID from the project's tracker (e.g. #4626, or a ticket key like PROJ-4626 if this project's commits use one) and asks to implement it
  • User says "lấy task từ redmine", "làm task này", "pull the ticket and implement it"
  • User asks to verify/review an already-implemented change against a ticket
  • User asks to resume a ticket that was previously paused on an open question
  • Any request that should end with a live UI check, not just passing tests

Read the full file on GitHub · 80 lines

Changes

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.

  1. yesterday Changed a6574b6cc8b3
  2. 2d ago Changed · -255 lines · +17 tokens per session scan D → A 07719846974b
  3. 12d ago First seen · 335 lines · 81 tokens per session scan D 50424ea930e9

Subscribe to this mod's changes

daily-working is a skill published in the GitHub repository tms-tungnguyen3/daily_working (5 stars, last pushed 2d ago), licensed MIT. It adds 98 tokens to every session and 1,557 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

work

Dispatch a tracker ticket into an isolated worktree and drive it autonomously to an open pull request, then stop for review. Pass interactive to brainstorm the ticket with a human before planning it, or a sentence of editorial direction as a rider. Use when asked to work a ticket end-to-end.

mikestankavich/claude-ship-workflow · 0 tokens

batch

Dispatch a night's batch of Todo tickets — one worktree and one pull request each — and leave a morning summary. Run explicitly; never inferred.

mikestankavich/claude-ship-workflow · 31 tokens

prep

Spec a ticket before it is dispatched. Brainstorms it, decides everything it can recommend an answer for, asks a present human about the little that survives, and leaves the spec, the decisions and anything still open as one ticket comment. No worktree, no branch, no pull request, and the ticket stays where it was.

mikestankavich/claude-ship-workflow · 0 tokens

catchup

Summarize and review what changed while you were away. Use after a weekend, vacation, or flight to check missed PRs, git commits, Linear tickets, and meetings — one prioritized brief, not a firehose.

oliver-kriska/claude-elixir-phoenix · 48 tokens

plan

Plan features spanning multiple domains: billing (Stripe), auth (RBAC), real-time (Presence), webhooks, jobs (Oban). Use when designing interconnected systems or converting review findings into tasks.

oliver-kriska/claude-elixir-phoenix · 42 tokens

work

Execute Elixir/Phoenix plan tasks with progress tracking. Use after /phx:plan to implement features with mix compile and mix test verification after each step, or --continue to resume interrupted work.

oliver-kriska/claude-elixir-phoenix · 43 tokens