Registry • Architecture • Setup • Usage
This repository is the central intelligence hub for all Agent Personas and Skills. It provides a standardized framework for deploying AI agents across multiple projects with a single command.
Everything in this section is fully configured and ready for production use.
| Category | Component | Description |
|---|---|---|
| 🤖 Agents | staff-engineer.md |
High-level technical strategy and system design. |
security-reviewer.md |
Deep security audit and vulnerability scanning. | |
portfolio-manager.md |
specialized Yahoo Finance portfolio tracking. | |
human-editor.md |
Refining AI content for human readability. | |
resume-expert.md |
Career guidance and resume optimization. | |
data-viz-expert.md |
Turning raw data into stunning visualizations. | |
| 🛠️ Skills | yahoo-finance-browser |
Full browser automation for stock data. |
create-stock-chart |
Dynamic chart generation for financial analysis. | |
| 📝 Workflows | publish-article |
Automated flow from draft to production. |
sync-to-portfolio |
Real-time synchronization of financial entries. | |
commit-msg-gen |
AI-powered semantic git commit generation. |
🔍 View QA & Testing Suite (5 Active Agents)
api-tester.mdperformance-benchmarker.mdtest-results-analyzer.mdtool-evaluator.mdworkflow-optimizer.md
🌑 View Inactive/Draft Personas (22 Placeholders)
These personas are currently in "Pending Configuration" mode:
ui-designer.md,growth-hacker.md,tiktok-strategist.md,infrastructure-maintainer.md, and 18 others.
graph TD
A[Agent Utils Central] -->|agent-utils sync| B[Target Project]
B --> C[.agent/personas]
B --> D[.agent/skills]
C --> E[Customized Agent Identity]
D --> F[Tool Capabilities]
agents-studio/personas/: Core identity definitions.agents-studio/skills/: Capability modules (JS/Browser automation).agents-studio/workflows/: Multi-step SOPs for agents.scripts/: Sync and maintenance engine.
git clone https://github.com/jonathancecilj/agent-utils.git
cd agent-utils
./install.shThe import command helps you select agents and automatically builds your agent-manifest.json.
agent-utils importPull the latest definitions from the central hub into your current project:
agent-utils sync- Draft Local: Create a new agent in your project's
.agent/personas/. - Validate: Run
agent-utils validateto check for drift. - Promote Upstream: Run
agent-utils promoteto push your improvements back to this central registry.
