What this artifact is for
The quick orientation layer before you go deeper upstream.
Summary
Agent configurations and template examples
Seed description: Agent configurations and template examples
Category: Examples & Recipes
Best for: Not yet synthesized.
How to read this page
Workflow tags: none captured
Integrations: none captured
Caveats: No caveats captured yet
Maturity: No maturity signals captured
README excerpt
More of the actual upstream surface so you can skim here before deciding to open the repo.
Centralized configuration for AI coding agents. Manages shared and agent-specific configs for Claude Code and Pi.
git clone git@github.com:ivanrvpereira/.agents.git ~/.agents ~/.agents/bin/sync --bootstrap npx skills update -g # restore external skills
AGENTS.md # Project knowledge base (symlinked as CLAUDE.md context) agents.md # Shared agent instructions (symlinked to both agents) claude.md # Claude wrapper (@AGENTS.md + Exa tools) CLAUDE.md # Project-level CLAUDE.md (@AGENTS.md) .skill-lock.json # Tracks external skills for updates bin/sync # Unified symlink manager bin/add-skill # Install local skill to both agents skills/ # Shared skills (local + remote) claude/ # Claude Code configs (settings, commands, scripts) pi/ # Pi configs (settings, extensions, skills)
Preview source: captured upstream text ↗
Quick topics
Skim bullets
- Claude Code: Add files under claude/ (commands, scripts)
- Pi: Add extensions under pi/extensions/, skills under pi/skills/
Sources and provenance
Everything on this page should be traceable back to the list seed or an upstream surface.
Discovery reason: Listed in the awesome-pi-agent README
Discovered from: seed artifact
Claim confidence: medium
Surface capture kind: repo-readme