# Contributing

Thanks for wanting to add to this.

## Ways to Help

### Share a Skill

Got someone whose vibe you want to capture? Add them.

**How:**

1. Fork this repo
2. Create `/skills/firstname.md` (lowercase)
3. Use the template below
4. Submit a PR

**Template:**

```markdown
# [Name]

**Vibe:** [A short phrase]

## Who They Are

[2-3 sentences. Focus on their energy and approach, not personal details.]

## When to Channel Them

- [Situation 1]
- [Situation 2]
- [Situation 3]

## Their Style

[What makes them great. How do they make you feel? Be specific.]

## How to Use

In Claude:
- "Channel [Name]"
- "Help me like [Name] would"
- "I need [Name]'s vibe"

In ChatGPT or Gemini:
> "Act as [Name]: [brief description]. Help me with [your problem]."

## Why This Person

[Short story about why their vibe matters to you.]

*Note: This is how I experience them. The real person might be different.*

---

*Part of [Humans 2 Skills](https://github.com/laxmariappan/humans2skills)*
```

**Guidelines:**

- Focus on professional vibes, not personal stuff
- Be specific. "Patient" is okay. "Explains things three ways until it clicks" is better.
- First names only unless you have permission
- No celebrities or public figures. This is for people you actually know.

### Fix Bugs or Improve Things

Found something broken? Have an idea? PRs welcome.

**Before big changes:** Open an issue first so we can chat about it.

### Improve the Prompts

If you've found better ways to capture someone's vibe, share what works.

## Pull Request Process

1. Fork and clone
2. Make a branch: `git checkout -b your-thing`
3. Make your changes
4. Test locally (just open `index.html`)
5. Commit with a clear message
6. Push and open a PR

**Commit style:**

Keep it simple:
- `add: skill for Maria`
- `fix: mobile button layout`
- `improve: prompt template`

## Code Style

Simple static site. Let's keep it that way.

- No build process
- No frameworks
- Vanilla HTML, CSS, JS
- Readable over clever

## Questions?

Open an issue or find me at [github.com/laxmariappan](https://github.com/laxmariappan).
