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 skills add fatihkan/badi --skill productivitygit clone --depth 1 https://github.com/fatihkan/badiWrote 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.
[](https://agentmods.dev/skills/fatihkan/badi/productivity)<a href="https://agentmods.dev/skills/fatihkan/badi/productivity"><img src="https://agentmods.dev/badge/skills/fatihkan/badi/productivity.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00061 | $0.01735 |
| Opus 5 | $0.00030 | $0.00868 |
| Sonnet 5 | $0.00012 | $0.00347 |
| Haiku 4.5 | $0.00006 | $0.00173 |
Grade A, and why
productivity 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.
How it starts
The opening of the file, as written. The whole thing — 300 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Productivity Skills
This file contains all the skills around personal productivity, time management, project management, team productivity, automation, and process improvement.
time-management
The skill of developing a time-management strategy. Delivers focused, productive work by optimizing daily, weekly, and monthly time use.
task-management
The skill of building a task-management system. Builds the process of capturing, organizing, prioritizing, and completing all tasks systematically.
project-planning
The project planning and kickoff skill. Manages scope, time, and resources by planning projects end to end.
project-tracking
The project progress tracking and reporting skill. Detects deviations early and takes corrective action by monitoring ongoing projects.
agile-management
The agile project-management skill. Runs flexible, iterative product development using Scrum, Kanban, or hybrid agile frameworks.
kanban-system
The Kanban workflow management skill. Manages WIP with a visual board, finds bottlenecks, and optimizes flow.
okr-management
The skill of building and managing an OKR (Objectives and Key Results) system. Drives focus and alignment by turning organizational goals into measurable results.
kpi-definition
The KPI definition and tracking skill. Tracks progress with concrete data by turning business goals into measurable indicators.
meeting-management
The effective meeting-management skill. Prevents wasted time by making meetings efficient, focused, and outcome-driven.
remote-work
The remote-work productivity skill. Applies strategies and tools raising personal and team productivity in remote or hybrid setups.
focus-deep-work
The focus and deep-work practice skill. Raises productivity and work quality by building uninterrupted, high-concentration work blocks.
energy-management
The personal energy management skill. Sustains high performance through the day by managing physical, mental, and emotional energy.
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.
- yesterday First seen · 300 lines · 0 tokens per session scan A 70a484d88cbc
productivity is a skill published in the GitHub repository fatihkan/badi (7 stars, last pushed 2d ago), licensed MIT. It adds 61 tokens to every session and 1,735 once invoked, about $0.0003 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-09-06.
Other skills, from other repositories
issue-triage
3-phase issue backlog management with audit, deep analysis, and validated triage actions. Use when triaging GitHub issues, sorting bug reports, cleaning up stale tickets, or detecting duplicate issues. Args: 'all' to analyze all, issue numbers to focus (e.g. '42 57'), 'en'/'fr' for language, no arg = audit only.
session-save
Save the current session state (decisions, modified files, current status, and next steps) to a handoff file for later resume.
plan-pipeline
Orchestrates the complete planning pipeline: product direction (ceo-review) -> architecture (eng-review) -> implementation plan (start) -> validation (validate) -> execution (execute). Run stages individually or let the orchestrator coordinate the full flow.
handoff-create
Generate a structured handoff document from the current session. Captures scope, relevant files with line numbers, key discoveries, work completed, current status, next steps, and code snippets. Use before ending a session or handing work to another agent.
handoff-update
Update an existing handoff document with current session progress. Applies section-specific merge rules: append-only for Work Done (never deletes history), replace for Status and Next Steps, merge for Files and Discoveries. Falls back to creating a new handoff if no source file is found.
handoff-resume
Load a handoff document and resume work from where a previous session left off. Parses scope, file references, completed work, and next steps, then confirms understanding before proceeding.