Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ Claude Skills are customizable workflows that teach Claude how to perform specif
- [using-git-worktrees](https://github.com/obra/superpowers/blob/main/skills/using-git-worktrees/) - Creates isolated git worktrees with smart directory selection and safety verification.
- [Connect](./connect/) - Connect Claude to any app. Send emails, create issues, post messages, update databases - take real actions across Gmail, Slack, GitHub, Notion, and 1000+ services.
- [Webapp Testing](./webapp-testing/) - Tests local web applications using Playwright for verifying frontend functionality, debugging UI behavior, and capturing screenshots.
- [Septim Agents Pack Sample (open-source)](https://github.com/septimlabs-code/septim-agents-pack-sample) - MIT-licensed sample of one Claude Code sub-agent from Septim Agents Pack. Drop `pip-intern.md` into `~/.claude/agents/` and Claude Code picks it up. Demonstrates the named-agent + scope + refusal-conditions format. Full 10-agent pack at septimlabs.com/agents ($49 lifetime).
- [Septim Agents Pack Sample (open-source)](https://github.com/septimlabs-code/septim-agents-pack-sample) - MIT-licensed sample of one Claude Code sub-agent from Septim Agents Pack. Drop `pip-intern.md` into `~/.claude/agents/` and Claude Code picks it up. Demonstrates the named-agent + scope-+-refusal-conditions format. Full 10-agent pack at septimlabs.com/agents ($49 lifetime).

### Data & Analysis

Expand Down
Loading