Personal_AI_Infrastructure agents
Compose custom agents from base traits, voices, and specializations for specialized perspectives. Create agent teams for parallel work. USE WHEN create custom agents, spin up agents, specialized agents, agent personalities, available traits, compose agent, agent profile, spawn parallel agents, launch agents, agent teams, swarm.
install
source · Clone the upstream repo
git clone https://github.com/danielmiessler/Personal_AI_Infrastructure
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/danielmiessler/Personal_AI_Infrastructure "$T" && mkdir -p ~/.claude/skills && cp -r "$T/Releases/Pi/skills/agents" ~/.claude/skills/danielmiessler-personal-ai-infrastructure-agents-0fb145 && rm -rf "$T"
manifest:
Releases/Pi/skills/agents/SKILL.mdsource content
Agents Skill
Agent Composition
Create specialized agents by combining:
- Base Trait — Core expertise (Engineer, Researcher, Designer, etc.)
- Voice — Communication style (Academic, Practitioner, Contrarian, etc.)
- Specialization — Domain focus (Security, Frontend, Data, etc.)
Available Base Traits
- Engineer — Implementation-focused, TDD, clean code
- Architect — System design, trade-offs, scalability
- Researcher — Evidence-based, multi-source, thorough
- Designer — User-centered, accessible, beautiful
- Analyst — Data-driven, pattern recognition, synthesis
- Strategist — Long-term thinking, competitive analysis
Team Coordination
For complex tasks, spawn multiple agents with:
- Shared context (the task description)
- Independent execution
- Results synthesis at the end
Usage
Describe the kind of agent(s) you need and the task. Agents will be composed and deployed.