memstack-business-freelancer-toolkit

memstack-business-freelancer-toolkit is a skill for Claude Code, Codex from cwinvestments/memstack. It costs 75 tokens per session (1,524 once invoked), scanned A, original, MIT.

A freelancer-workflow skill for tracking time, calculating billable work, preparing invoices, and analyzing projects across multiple clients.

In plain words
What is it for?
Use it to create time-tracking sheets, calculate invoices from billable hours, and review project analytics. It is for freelance finances rather than generic invoice templates or proposals.
Why use it?
It connects hours worked to client billing and project results, reducing manual calculations and making profitability easier to review.

Skill for Claude CodeCodex

Part of the memstack plugin — 53 skills, 2 commands, 5 hooks shipped together

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.

agentmods
npx agentmods add skills/cwinvestments/memstack/freelancer-toolkit
Any agent
npx skills add cwinvestments/memstack --skill freelancer-toolkit
Clone the repo
git clone --depth 1 https://github.com/cwinvestments/memstack

Made for: Claude Code, Codex.

Or install memstack, the plugin that ships this one along with the rest of its 53 skills, 2 commands, 5 hooks.

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 memstack-business-freelancer-toolkit

README.md
[![agentmods](https://agentmods.dev/badge/skills/cwinvestments/memstack/freelancer-toolkit.svg)](https://agentmods.dev/skills/cwinvestments/memstack/freelancer-toolkit)
Your own site
<a href="https://agentmods.dev/skills/cwinvestments/memstack/freelancer-toolkit"><img src="https://agentmods.dev/badge/skills/cwinvestments/memstack/freelancer-toolkit.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,524 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00075 $0.01524
Opus 5 $0.00037 $0.00762
Sonnet 5 $0.00015 $0.00305
Haiku 4.5 $0.00007 $0.00152

Measured today against content hash a60bd2be6f9b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

memstack-business-freelancer-toolkit 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 today.

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/business/freelancer-toolkit/SKILL.md · 177 lines

How it starts

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

Freelancer Toolkit: Setting up freelancer workflows...

Produces time tracking sheets, invoice calculations, and project analytics for freelancers managing multiple clients.

Activation

Trigger Status
User says "track my time" or "billable hours" ACTIVE
User says "freelancer invoice" or "client billing" ACTIVE
User says "freelance finances" or "project hours" ACTIVE
User wants a formal proposal or SOW NOT this skill, use Proposal Writer or Scope of Work
User wants a generic invoice template NOT this skill: use Invoice Generator

Context Guard

  • Do NOT use for proposal writing (that's proposal-writer)
  • Do NOT use for scope of work documents (that's scope-of-work)
  • Do NOT use for generic invoice templates (that's invoice-generator)
  • This skill covers the full freelancer workflow: tracking time → calculating billable → generating invoice → analyzing profitability

Steps

Step 1: Gather freelancer context

Parameter Default Example
Hourly rate Ask $150/hr, $85/hr
Currency USD EUR, GBP, AUD
Billing cycle Monthly Weekly, per-project
Clients Ask Acme Corp, StartupX
Tax rate 0% (user adds) 20% VAT, 25% self-employment

Step 2: Time tracking sheet

Create or update a tracking spreadsheet (CSV or markdown):

# Time Log: [Month Year]

## [Client Name]

| Date | Project | Task | Hours | Billable | Notes |
|------|---------|------|-------|----------|-------|
| 2026-04-01 | Website Redesign | Homepage wireframes | 3.5 | Yes | Completed v1 |
| 2026-04-01 | Website Redesign | Client feedback call | 0.5 | Yes | Revision notes |
| 2026-04-02 | API Integration | Auth endpoint | 4.0 | Yes | |
| 2026-04-02 | Internal | Admin/invoicing | 1.0 | No | Non-billable |

**Subtotal:** 8.0 billable hours / 9.0 total hours

Time tracking rules:

  1. Log daily, reconstructing from memory loses hours
  2. Separate billable from non-billable (admin, learning, invoicing)
  3. Round to nearest 15 minutes (0.25 hr increments)
  4. Include project and task for accurate per-project reporting
  5. Notes field captures context for invoice line items

Read the full file on GitHub · 177 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. today Changed a60bd2be6f9b
  2. 4d ago First seen · 177 lines · 75 tokens per session scan A 451ff5d062ce

Subscribe to this mod's changes

memstack-business-freelancer-toolkit is a skill published in the GitHub repository cwinvestments/memstack (419 stars, last pushed today), licensed MIT. It adds 75 tokens to every session and 1,524 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

bitfun-canvas

A BitFun Canvas is a live React app that the user can open beside the chat. You MUST use a canvas when the agent produces a standalone analytical artifact — quantitative analyses, billing investigations, security audits, architecture reviews, data-heavy content, timelines, charts, tables, interactive explorations…

GCWing/BitFun · 151 tokens

design-review

Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use…

GCWing/BitFun · 125 tokens

plan-eng-review

Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when asked to "review the architecture", "engineering review", or "lock in the plan". Proactively suggest when…

GCWing/BitFun · 116 tokens

autoplan

Auto-review pipeline — reads the full CEO, design, eng, and DX review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. Surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final approval gate. One command, fully reviewed plan out. Use when…

GCWing/BitFun · 152 tokens

pre-landing-review

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when explicitly asked for the specialized pre-landing workflow. Product /review requests are handled by BitFun's unified Review mechanism instead.…

GCWing/BitFun · 74 tokens

om-integration-builder

Build integration provider packages for the Open Mercato Integration Marketplace (payment, shipping, data-sync, webhook). Scaffolds the npm package, adapter, credentials, widget injection, webhook processing, health checks, i18n, tests. Triggers on "build integration", "add provider", "integrate with…

open-mercato/open-mercato · 73 tokens