Showing 30 of 22785 results
A command-line tool that enables AI agents to send emails programmatically, useful for automating notification and communication workflows.
Break a plan into independently-grabbable issues using vertical slices, publishing to Jira, GitHub Issues, Beads, or any tracker
Tock (exploretock.com) restaurant discovery for Claude — relays through a companion Chrome extension in your signed-in exploretock.com tab.
Resume work on a TODO working note (the primary command) — no argument lists open notes to pick from, or pass a slug to continue from the next unchecked step.
Personal todo list that persists across sessions and MCP clients. Create, update, complete, reorder, and delete todos. Todos are private to your mctx account. Call status first in every new session to see what's pending.
Finish a TODO — verify its durable knowledge was extracted into docs/comments/commit, then delete the working note.
Create a throwaway TODO working note for a multi-step task — capture the agreed Plan and an empty Progress checklist for hand-off to execution.
Full-featured Todoist integration for task management, task readiness review, project organization, and productivity workflows
Personal todo list that persists across sessions. Create, update, complete, reorder, and delete todos. Todos are private to your mctx account. Call status first in every new session to see what's pending.
File-based review-finding tracker. Review findings, PR nitpicks, and tech debt that does not merit a full GitHub issue go to .claude/todos/NNN-{status}-{priority}-{description}.md with YAML frontmatter. Three skills compose - /todo-create (canonical writer), /todo-triage (interactive pending->ready), /todo-resolve (batch-resolve ready todos via parallel subagents). Fills the gap between review-found-it and cut-an-issue with a lightweight, in-repo third option.
The tofable working discipline as an invocable skill (/tofable): honest decomposition, prompt refinement with /prompt integration and a plai
OpenTofu quality gates — auto-format on edit, and format-check + validate modified config on stop, mirroring CI. Includes a /tofu skill carrying recent-release summaries in context.
Agent Skills for Together AI platform — inference, training, embeddings, audio, video, images, function calling, and infrastructure. Covers serverless chat completions, image/video generation, fine-tuning, batch inference, evaluations, sandboxes, dedicated endpoints, and GPU clusters.
Estimate the floor (self-) cost of a self-hosted LLM token: electricity + hardware amortization, measured on the server. Not the market API price.
Spend expiring AI credits on isolated, verified code cleanup that opens a draft pull request and never merges.
Claude Code の hook 経由で圧縮プラグイン (rtk/headroom) の効きを観測・記録する計測機構。caveman は prompt mode で観測不可だが /token-report で transcript 推定値として併記
Optimisation tokens — routing Haiku/Sonnet/Opus, classification T1/T2/T3, compression caveman, budget tracking. Inclut 6 skills + 3 agents.
Structured procedures for optimizing Anthropic model cost and usage consumption in every session — model routing, context hygiene, caching, batching, and usage audits.
Per-operation token usage reporter for Claude Code. Shows token counts, cost estimates, tool attribution, cache efficiency, duration, bash commands, web fetches, and file activity when agents complete. Only outputs in debug mode (claude --debug).
Acumula tokens e custos por projeto, com histórico diário e gráficos (ASCII e HTML)
Tokenmin — Apache-2.0 scanner + engine that audits how you use Claude and recommends concrete improvements. Reads ~/.claude, anonymizes locally, never sends anything off-machine by default.
Corpus-aware context packing, safety hooks, and productivity skills for Claude Code. Works with or without the tokenpak proxy.
Deterministic transcript-JSONL cost analyzer — per-message cost curve, 5h rolling window, floor breakdown, and cache-read vs cache-write vs fresh-input split. Prerequisite for Part C (status-line meter) and Part G (heat-based floor).