# Example Skill

> Example Skill

- Skill: `lobbi-docs/example-skill-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lobbi-docs/example-skill-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lobbi-docs/example-skill-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Lobbi-Docs (https://skillmd.com/u/lobbi-docs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lobbi-docs/example-skill-2

---

# Example Skill

This is an example skill for the langgraph-architect plugin.

## Activation Triggers

This skill is activated when:
- Working with example files
- User mentions "example" in their request

## Domain Knowledge

### Concepts

- Example patterns
- Best practices
- Common use cases

### File Patterns

This skill recognizes:
- `*.example` - Example files
- `example.config.json` - Configuration files

## Examples

### Creating an Example

```bash
# Create example file
touch example.txt
```

### Best Practices

1. Keep examples simple
2. Document clearly
3. Provide context

## References

- Example documentation
- Related skills
- External resources

