Skip to content

moose-lab/awesome-workplaces-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Workplaces Skills

A curated collection of agent skills for common product development workflows, compatible with Claude Code, OpenAI Codex, Cursor, GitHub Copilot, and more.

Available Skills

gmail-waitlist

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

Compatibility

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

Installation

First clone the repository:

git clone https://github.com/moose-lab/awesome-workplaces-skills.git
cd awesome-workplaces-skills

Claude Code (recommended)

# From the marketplace
claude plugin add github:moose-lab/awesome-workplaces-skills

# Or local development
claude --plugin-dir ./gmail-waitlist

OpenAI Codex

# 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/

Cursor

# 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

GitHub Copilot / Gemini Code Assist

# Generates an AGENTS.md in your project with the full skill content
bash scripts/install.sh copilot /path/to/your-project

Windsurf

# Generates .windsurf/rules/gmail-waitlist.md in your project
bash scripts/install.sh windsurf /path/to/your-project

All agents at once

bash scripts/install.sh all /path/to/your-project

Triggering a Skill

Once 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

Contributing

  1. Fork the repository
  2. Create a skill in .agents/skills/<skill-name>/ (see AGENTS.md for structure)
  3. Run bash scripts/sync-skills.sh && bash scripts/validate-all-agents.sh
  4. Submit a pull request

License

MIT

About

All valuable skills to vibe coder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors