Agent skill
gpt-history-reference
Reference Chinchilla AI's ChatGPT history when drafting Upwork proposals. Searches past conversations for relevant proposals, client interactions, pricing, and successful patterns to ensure consistency.
Install this agent skill to your Project
npx add-skill https://github.com/ChinchillaEnterprises/ChillSkills/tree/main/gpt-history-reference
SKILL.md
GPT History Reference Skill
This skill searches Chinchilla AI's ChatGPT conversation history to inform Upwork proposal drafting. Use it to find relevant past work, successful proposals, pricing patterns, and client interaction strategies.
When to Use
Invoke this skill when:
- Drafting a new Upwork proposal
- Responding to a client message
- Setting pricing for a project type
- Creating milestone/roadmap structures
- Need to reference past similar work
History File Location
The ChatGPT history is stored at:
/Users/tori/Documents/Repos/CHI/chatgpt-upwork-history.txt
This file contains 120 conversations (40,870 lines) covering:
- Named client interactions (Vaishali, Ani, Hassan, Jeff, etc.)
- Proposal drafts for various project types
- Pricing and negotiation strategies
- Standard roadmaps and milestone structures
- Role-based communication (Abel vs Jamie)
How to Search
Find Relevant Proposals by Project Type
grep -i "CONVERSATION:.*proposal\|CONVERSATION:.*backend\|CONVERSATION:.*dashboard\|CONVERSATION:.*AI" /Users/tori/Documents/Repos/CHI/chatgpt-upwork-history.txt
Search for Specific Technologies
grep -i "FastAPI\|React\|AWS\|Lambda\|DynamoDB\|Next.js" /Users/tori/Documents/Repos/CHI/chatgpt-upwork-history.txt | head -50
Find Pricing Patterns
grep -i "\$[0-9].*week\|\$[0-9].*fixed\|hourly" /Users/tori/Documents/Repos/CHI/chatgpt-upwork-history.txt | head -30
Find Roadmap Templates
grep -i "week 1\|week 2\|milestone\|sprint" /Users/tori/Documents/Repos/CHI/chatgpt-upwork-history.txt | head -30
Read a Specific Conversation
Find the line number, then read that section:
grep -n "CONVERSATION: Upwork Vaishali" /Users/tori/Documents/Repos/CHI/chatgpt-upwork-history.txt
# Then read from that line
Standard Patterns Extracted from History
Pricing Guidelines
- Dashboard/Web App MVP: $2,000 / 2 weeks
- Full SaaS MVP: $5,000-$10,000 / 2-4 weeks
- Hourly DevOps/Backend: $50-$120/hr
- AI/ML Integrations: $5,000-$15,000 fixed
Standard 2-Week Roadmap
Week 1: Onboarding & First Module
- Day 1: Kickoff meeting, scope confirmation
- Days 2-5: Initial build
- Day 5: Working demo delivery
Week 2: Iteration & Final Delivery
- Day 8: Midpoint check-in
- Days 9-13: Refinement, additional modules
- Day 14: Production-ready delivery with documentation
Communication Roles
- Abel Chinchilla: Technical lead, project oversight, architecture decisions
- Jamie Pastore: Head of Client Services, primary client contact, scheduling
Agency Positioning
"We're an agency led by Abel, with a U.S.-based team of developers. The benefit of working with a team is speed and redundancy — no delays if one person gets pulled away."
Integration with Proposal Writing
When drafting a proposal:
- Search for similar project types in the history
- Extract successful proposal language that won those clients
- Reference consistent pricing for the project scope
- Use standard roadmaps adapted to the specific project
- Match the communication tone (professional, direct, outcome-focused)
Example Workflow
User: Draft a proposal for a React dashboard project, $3K budget
Skill action:
1. Search: grep -i "dashboard\|react" in history
2. Find: Vaishali conversation (frontend modules), Ani conversation (data dashboard)
3. Extract: Pricing ($2K/2-weeks baseline), roadmap structure, successful pitch language
4. Draft: New proposal using proven patterns, adjusted for this client's needs
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Red Team
Use this skill when the user says "red team", "stress test", "attack this", "critique this", "run the models against this", "test this plan", "refine this with AI", or wants to use external AI models to critique, validate, or improve a document, pitch, plan, or idea. Also use when the user wants to save Claude Code usage by offloading analysis to other models.
Upwork Scanner
This skill should be used when the user asks to "scan upwork", "find upwork jobs", "check upwork", "run the scanner", "look for jobs", or mentions finding freelance projects for Chinchilla AI.
Polymarket Arb Scanner
This skill should be used when the user asks to "scan polymarket", "find arb opportunities", "check polymarket arbs", "run arb scanner", "polymarket arbitrage", or mentions detecting price inefficiencies on Polymarket.
captain-update
Polymarket Copy Trader
This skill should be used when the user asks to "copy trade", "telegram bot polymarket", "follow traders", "copy polymarket", or mentions building a copy trading bot for Polymarket.
Architecture Diagram
This skill should be used when the user asks to "generate a diagram", "create an architecture diagram", "make a diagram", "draw a system diagram", or needs a branded Chinchilla AI technical diagram for proposals or documentation.
Didn't find tool you were looking for?