Duplicate a Google Sheets template tab for a new month of tracking.
Works with
Automates the three-step workflow: retrieve spreadsheet metadata, copy a template sheet, and rename the new tab with a month identifier
Requires the gws-sheets skill and uses Google Sheets API commands for sheet operations
Ideal for recurring monthly tracking workflows where a consistent template structure needs to be replicated with minimal manual effort
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionrecipe-copy-sheet-for-new-monthExecute the skills CLI command in your project's root directory to begin installation:
Fetches recipe-copy-sheet-for-new-month from googleworkspace/cli and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate recipe-copy-sheet-for-new-month. Access via /recipe-copy-sheet-for-new-month in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
23.9K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
23.9K
stars
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Copy a Google Sheet for a New Month</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-sheets</code></p>\n</blockquote>\n<p>Duplicate a Google Sheets template tab for a new month of tracking.</p>\n<h2>Steps</h2>\n<ol>\n<li>Get spreadsheet details: <code>gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}'</code></li>\n<li>Copy the template sheet: <code>gws sheets spreadsheets sheets copyTo --params '{"spreadsheetId": "SHEET_ID", "sheetId": 0}' --json '{"destinationSpreadsheetId": "SHEET_ID"}'</code></li>\n<li>Rename the new tab: <code>gws sheets spreadsheets batchUpdate --params '{"spreadsheetId": "SHEET_ID"}' --json '{"requests": [{"updateSheetProperties": {"properties": {"sheetId": 123, "title": "February 2025"}, "fields": "title"}}]}'</code></li>\n</ol>"}}]
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
ncklrs/startup-os-skills
JuliusBrussee/caveman
JuliusBrussee/caveman
whyashthakker/agent-skills-marketing
kostja94/marketing-skills
JuliusBrussee/caveman
Useful defaults in recipe-copy-sheet-for-new-month — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for recipe-copy-sheet-for-new-month matched our evaluation — installs cleanly and behaves as described in the markdown.
recipe-copy-sheet-for-new-month has been reliable in day-to-day use. Documentation quality is above average for community skills.
recipe-copy-sheet-for-new-month has been reliable in day-to-day use. Documentation quality is above average for community skills.
I recommend recipe-copy-sheet-for-new-month for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
We added recipe-copy-sheet-for-new-month from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
recipe-copy-sheet-for-new-month fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Solid pick for teams standardizing on skills: recipe-copy-sheet-for-new-month is focused, and the summary matches what you get after install.
Solid pick for teams standardizing on skills: recipe-copy-sheet-for-new-month is focused, and the summary matches what you get after install.
We added recipe-copy-sheet-for-new-month from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 48