mirror of
https://github.com/msitarzewski/agency-agents
synced 2026-04-25 03:08:24 +00:00
Complete collection of specialized AI agent personalities: - 7 Engineering specialists (Frontend, Backend, Mobile, AI, DevOps, etc.) - 6 Design specialists (UI, UX, Brand, Whimsy, etc.) - 8 Marketing specialists (Growth, Content, Social Media, etc.) - 3 Product specialists (Sprint Planning, Research, Feedback) - 5 Project Management specialists - 7 Testing specialists (QA, Performance, API, etc.) - 6 Support specialists (Analytics, Finance, Legal, etc.) - 6 Spatial Computing specialists (XR, AR/VR, Vision Pro) - 3 Specialized agents (Orchestrator, Data Analytics, LSP) Each agent includes: - Distinct personality and communication style - Technical deliverables with code examples - Step-by-step workflows - Success metrics and benchmarks - Real-world tested approaches Ready for community contributions and feedback!
65 lines
642 B
Plaintext
65 lines
642 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# Thumbnails
|
|
Thumbs.db
|
|
|
|
# Editor directories and files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Node.js (if adding web tools later)
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Python (if adding scripts)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
.venv
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
*.lcov
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Personal notes and scratch files
|
|
scratch/
|
|
notes/
|
|
TODO.md
|
|
NOTES.md
|