A curated collection of agent skills for common product development workflows, compatible with Claude Code, OpenAI Codex, Cursor, GitHub Copilot, and more.
Add a zero-cost email waitlist to any landing page using Gmail API, GCP OAuth, and Vercel serverless functions. No database, no third-party email service — signups land directly in your Gmail inbox.
Stack: GCP OAuth + gws CLI + Vercel Serverless + Gmail API
| Agent | Install Method | Auto-Discovery |
|---|---|---|
| Claude Code | /plugin marketplace add |
Skill auto-triggers on matching prompts |
| OpenAI Codex | install.sh codex |
$gmail-waitlist or implicit invocation |
| Cursor | GitHub import or install.sh cursor |
/gmail-waitlist or implicit invocation |
| GitHub Copilot | install.sh copilot → generates AGENTS.md |
Reads project AGENTS.md |
| Windsurf | install.sh windsurf → generates rules |
Reads .windsurf/rules/ |
| Gemini Code Assist | install.sh copilot → generates AGENTS.md |
Reads project AGENTS.md |
First clone the repository:
git clone https://github.com/moose-lab/awesome-workplaces-skills.git
cd awesome-workplaces-skills# From the marketplace
claude plugin add github:moose-lab/awesome-workplaces-skills
# Or local development
claude --plugin-dir ./gmail-waitlist# Install into your project (copies to <project>/.agents/skills/)
bash scripts/install.sh codex /path/to/your-project
# Or manual copy
cp -r .agents/skills/gmail-waitlist /path/to/your-project/.agents/skills/# Option A: Native GitHub import (recommended)
# Settings → Skills → Import from GitHub → moose-lab/awesome-workplaces-skills
# Option B: Script install into your project
bash scripts/install.sh cursor /path/to/your-project# Generates an AGENTS.md in your project with the full skill content
bash scripts/install.sh copilot /path/to/your-project# Generates .windsurf/rules/gmail-waitlist.md in your project
bash scripts/install.sh windsurf /path/to/your-projectbash scripts/install.sh all /path/to/your-projectOnce installed, skills activate automatically based on context. Try:
- "Add a waitlist to my landing page"
- "Create an email signup form"
- "Implement early access email notification"
- "Collect emails for my launch"
For explicit Codex invocation: $gmail-waitlist
- Fork the repository
- Create a skill in
.agents/skills/<skill-name>/(seeAGENTS.mdfor structure) - Run
bash scripts/sync-skills.sh && bash scripts/validate-all-agents.sh - Submit a pull request
MIT