/MonetizeSubstack
Map monetization options for a paid newsletter publication — e.g. a substack about personal finance.
Your AI Command Vault
Teaching the AI to be funny… it said no.
Search
165 commands for “writing”
Craft discussion plus a wiki of free tools, prompts and publishing advice.
General-purpose AI assistant for writing, explaining and everyday questions.
Collaborative LaTeX editor in the browser with a free plan.
Naming the exact shape of the answer removes most rewriting.
Practical advice on starting and growing a blog on free platforms.
Developer articles that stay free to read and free to publish on.
Map monetization options for a paid newsletter publication — e.g. a substack about personal finance.
Build a growth strategy for a paid newsletter publication — e.g. a substack about personal finance.
Audit the health of a paid newsletter publication — e.g. a substack about personal finance.
Define the visual and tonal identity for a paid newsletter publication — e.g. a substack about personal finance.
Draft a collaboration pitch for a paid newsletter publication — e.g. a substack about personal finance.
Break down the performance metrics of a paid newsletter publication — e.g. a substack about personal finance.
Turn typed text into a realistic photo of handwritten notes on paper.
Add snapshot tests for an api client module — e.g. an http client wrapping fetch with retry logic.
Add proper mocks and fixtures for a custom react hook — e.g. a usePagination hook with edge cases at page boundaries.
Find and mask personal or sensitive data in handwritten notes — e.g. meeting-notes.jpg — cursive, blue ink, coffee stain on corner.
Close coverage gaps in a utility function — e.g. a date-formatting utility used across the app.
Write conversion-focused copy for a new feature — e.g. a newly shipped bulk-export feature in a project tool.
Rewrite for clarity and rhythm an essay — e.g. college-essay-draft.docx — 650 words on overcoming a setback.
Convert repetitive tests into parametrized cases for error-handling logic — e.g. a module that swallows errors without logging them.
Add snapshot tests for a shared library of custom hooks — e.g. an internal hooks package used by four apps.
Add proper mocks and fixtures for an untested legacy module — e.g. a five-year-old module with zero test coverage.
Close coverage gaps in a data parsing function — e.g. a csv parser handling malformed rows.
Write thorough unit tests for authentication middleware — e.g. middleware that verifies jwt tokens on protected routes.
Review test quality and gaps in authentication middleware — e.g. middleware that verifies jwt tokens on protected routes.
Produce a faithful, citation-anchored summary of handwritten notes — e.g. meeting-notes.jpg — cursive, blue ink, coffee stain on corner.
Convert repetitive tests into parametrized cases for a date and timezone utility — e.g. a utility converting timestamps across timezones.
Add snapshot tests for a payment calculation module — e.g. a module calculating tax and discounts on an order.
Add proper mocks and fixtures for a form validation schema — e.g. a schema validating signup form fields.
Close coverage gaps in state reducer logic — e.g. a shopping cart reducer with add.