Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Freelance Client Ops

ASecurity

Manage freelance and client work professionally—proposals, contracts, scope management, invoicing, and client communication. Covers the business side of creative work. Triggers on freelance, client work, proposals, contracts, pricing, or project scope requests.

76 stars
0 votes
0 copies
10 views
Added 2/8/2026
businessrustgo

Works with

cli

Security Analysis

A100/100

Scanned 2/12/2026

Install to Claude Code

$npx -y skills add majiayu000/claude-skill-registry --skill freelance-client-ops --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Freelance Client Ops?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Freelance Client Ops
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/majiayu000-freelance-client-ops/badge)](https://www.skillsdirectory.com/skills/majiayu000-freelance-client-ops)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: freelance-client-ops
description: Manage freelance and client work professionally—proposals, contracts, scope management, invoicing, and client communication. Covers the business side of creative work. Triggers on freelance, client work, proposals, contracts, pricing, or project scope requests.
license: MIT
---

# Freelance Client Operations

Run the business side of creative work smoothly.

## Client Lifecycle

```
Lead → Qualify → Propose → Negotiate → Contract → Deliver → Invoice → Maintain
```

---

## Qualifying Clients

### Discovery Questions

**About the project**:
- What are you trying to accomplish?
- What does success look like?
- What's driving the timeline?
- What have you tried before?

**About the client**:
- Who are the decision makers?
- What's the approval process?
- How do you prefer to communicate?
- Have you worked with freelancers before?

**About logistics**:
- What's your budget range?
- What's your ideal timeline?
- What assets/access will you provide?
- Are there dependencies on other teams?

### Red Flags

| Red Flag | What It Signals |
|----------|-----------------|
| "We don't have a budget" | Unclear if they can pay |
| Urgency without flexibility | Scope creep incoming |
| Can't articulate goals | Moving target |
| Many stakeholders, unclear ownership | Decision paralysis |
| "We'll figure it out as we go" | Scope creep |
| Pressure to skip contract | Unprofessional |
| Bad-mouthing previous freelancers | Pattern likely to repeat |

### Qualification Checklist

- [ ] Clear project scope
- [ ] Realistic timeline
- [ ] Confirmed budget range
- [ ] Decision maker identified
- [ ] Good communication so far
- [ ] Payment terms acceptable
- [ ] Values aligned

---

## Pricing

### Pricing Models

| Model | Best For | Pros | Cons |
|-------|----------|------|------|
| **Hourly** | Uncertain scope, ongoing work | Simple, flexible | Penalizes efficiency |
| **Project-based** | Defined deliverables | Predictable for both | Scope creep risk |
| **Retainer** | Ongoing relationships | Steady income | Can feel like employment |
| **Value-based** | High-impact work | Highest potential | Harder to sell |

### Calculating Rates

```
Annual salary desired: $100,000
Billable hours (50% of time): 1,000 hours
Benefits, taxes, overhead: +30%

Hourly rate = ($100,000 × 1.3) / 1,000 = $130/hour
```

### Project Pricing Formula

```
Estimated hours × hourly rate × complexity multiplier + expenses

Complexity multiplier:
- Simple, familiar: 1.0
- Moderate complexity: 1.25
- Complex, new territory: 1.5
- Rush job: 1.5-2.0
```

### Pricing Communication

> "Based on the scope we discussed, this project would be $X. That includes [deliverables] and [rounds of revisions]. Timeline would be [X weeks]."

Don't apologize for your rates.

---

## Proposals

### Proposal Structure

```markdown
# Proposal: [Project Name]
Prepared for [Client] by [Your Name]
[Date]

## Understanding
[Restate their problem/goal in your words]

## Approach
[How you'll solve it]

## Deliverables
[Specific outputs they'll receive]

## Timeline
[Milestones with dates]

## Investment
[Pricing with payment schedule]

## About [You/Your Company]
[Brief credentials relevant to this project]

## Next Steps
[How to proceed]

## Terms
[Validity period, assumptions]
```

### Proposal Tips

- Lead with their problem, not your services
- Be specific about deliverables
- Include timeline with milestones
- Show you understand their context
- Make it easy to say yes

---

## Contracts

### Essential Contract Elements

```markdown
1. PARTIES
   Names and contact info

2. SCOPE OF WORK
   Specific deliverables
   What's NOT included

3. TIMELINE
   Key milestones
   Dependencies on client

4. COMPENSATION
   Total amount
   Payment schedule
   Payment terms (Net 15, etc.)
   Late payment penalties

5. REVISIONS
   What's included
   Cost of additional revisions

6. INTELLECTUAL PROPERTY
   Who owns what, when
   License terms

7. CONFIDENTIALITY
   What's protected
   Duration

8. TERMINATION
   Kill fee / cancellation terms
   How either party can exit

9. LIABILITY
   Limitation of liability
   Indemnification

10. GENERAL
    Governing law
    Dispute resolution
    Signatures
```

### Key Clauses

**Scope creep protection**:
> "Work outside the scope defined above will require a separate agreement and additional compensation at my standard rate of $X/hour."

**Payment terms**:
> "Payment is due within 15 days of invoice. Late payments will incur a fee of 1.5% per month."

**Kill fee**:
> "If Client terminates this agreement before completion, Client agrees to pay for all work completed plus 25% of the remaining contract value."

**IP transfer trigger**:
> "Intellectual property rights transfer to Client upon receipt of final payment in full."

---

## Project Management

### Kickoff Meeting

Agenda:
1. Confirm scope and deliverables
2. Identify all stakeholders
3. Establish communication cadence
4. Review timeline and milestones
5. Confirm access and assets needed
6. Define approval process
7. Questions

### Communication Cadence

| Frequency | Format | Content |
|-----------|--------|---------|
| Daily | Async (Slack/email) | Quick questions |
| Weekly | Status email | Progress, blockers, next steps |
| Milestone | Call/video | Review, feedback, decisions |
| As needed | Call | Complex discussions |

### Status Update Template

```markdown
## Weekly Update: [Project Name]
Week of [Date]

### Completed This Week
- [Item]
- [Item]

### In Progress
- [Item] (X% complete)

### Blocked / Needs Input
- [Item] - waiting on [what] from [whom]

### Next Week
- [Item]
- [Item]

### Timeline Status
[On track / At risk / Behind]

### Budget Status
[X hours used of Y budgeted]
```

### Scope Change Process

1. Client requests change
2. Assess impact (time, cost, timeline)
3. Document change in writing
4. Get written approval before starting
5. Update contract/SOW if significant

> "I'd be happy to add [feature]. That would add approximately [X hours/$X] to the project and push the timeline by [Y days]. Want me to prepare a change order?"

---

## Invoicing

### Invoice Elements

```
[Your Business Name]
[Address]
[Email]

INVOICE #[Number]
Date: [Date]
Due: [Date]

Bill To:
[Client Name]
[Client Address]

----------------------------

[Description]                    [Amount]
Project: [Name]                  $X,XXX.XX
  - [Phase/deliverable]
  - [Phase/deliverable]

----------------------------
                     Subtotal:  $X,XXX.XX
                          Tax:  $XXX.XX
                        TOTAL:  $X,XXX.XX

----------------------------

Payment Terms: Net 15
Make checks payable to: [Name]
Or pay via: [Link to payment]

Thank you for your business!
```

### Payment Terms

| Term | Meaning |
|------|---------|
| Net 15 | Due in 15 days |
| Net 30 | Due in 30 days |
| Due on receipt | Due immediately |
| 50/50 | 50% upfront, 50% on completion |
| Milestone-based | Payment at each milestone |

### Getting Paid

- Invoice promptly
- Make payment easy (multiple options)
- Follow up on Day 1 past due
- Have a late payment policy
- For larger projects: deposits + milestones

---

## Difficult Situations

### Scope Creep

> "That's a great idea. It's outside our current scope, but I can add it for $X. Or we could swap it for [something currently in scope]. Which would you prefer?"

### Late Payment

> "I noticed invoice #X is now [Y days] past due. Could you let me know when I can expect payment? Per our agreement, I'll need to pause work until the outstanding balance is resolved."

### Unhappy Client

1. Listen fully without defending
2. Acknowledge their frustration
3. Identify the specific issue
4. Propose solution
5. Follow up in writing

### Firing a Client

> "After reflection, I don't think I'm the right fit for this project going forward. I want to ensure a smooth transition—here's what I've completed, and here are my recommendations for next steps."

---

## References

- `references/contract-template.md` - Full contract template
- `references/proposal-template.md` - Proposal template
- `references/email-templates.md` - Client communication templates

Attribution

majiayu000majiayu000
View sourceMore from majiayu000 →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes
View all in business →