skills/quill/SKILL.md
Use when the user says 'create quotation', 'generate quote', 'proposal', or needs a client-facing price document.
npx skillsauth add cwinvestments/memstack quillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate professional client quotations and proposals.
When this skill activates, output:
✒️ Quill — Drafting quotation...
Then execute the protocol below.
Gather requirements — ask the user for:
If project was already scanned — use the Scan results for scope and pricing
If not scanned — run a quick Scan first to get baseline metrics
Generate the quotation using templates/client-quote.md:
Save to SQLite (primary):
python "$MEMSTACK_PATH/db/memstack-db.py" set-context '{"project":"<client>","last_quote_date":"<date>","quote_summary":"<scope>"}'
Also save markdown copy to memory/projects/{client}-quote-{date}.md (human-readable backup)
Present formatted for copy-paste into email or PDF export
User: "generate a quote for John at GreenTech for an admin dashboard"
✒️ Quill — Drafting quotation...
CW AFFILIATE INVESTMENTS
Quotation — GreenTech Corp
Date: 2026-02-18 | Valid Until: 2026-03-20
Scope: Full-stack admin dashboard with auth, CRUD, payments
Standard: $22,000 | Timeline: 7 weeks
Saved: memory/projects/greentech-quote-2026-02-18.md
tools
Use when the user says 'save diary', 'log session', 'wrapping up', or at end of a productive session.
tools
Use when the user says 'submit to marketplace', 'publish my skill', 'share this skill', 'list on marketplace', 'submit plugin', 'publish to community', or needs to submit a skill or plugin to a community marketplace via PR. Do NOT use for building skills or writing plugin code.
development
Use when the user says 'write browser tests', 'test this page', 'playwright test', 'e2e test', 'end to end test', 'browser test', 'test the UI', or needs Playwright-based browser testing for a web application. Do NOT use for unit tests, API tests, or non-browser testing.
development
Use when the user says 'teach me', 'explain as you go', 'mentor mode', 'walk me through', 'help me learn', 'explain why', 'learning mode', or wants real-time plain language narration of decisions and tradeoffs while building. Do NOT use for code review or debugging.