Agent skill
project-archivist
Structural guardian of the codebase. Maintains system-wide awareness through the _PROJECT_MAP.json and ensures project-level documentation stays synced with reality.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tools-ryanindy-epsilon-ecosystem-11
Metadata
Additional technical details for this skill
- author
- Epsilon Prime
- last sync
- 1770508800
- jurisdiction
- US-WA
SKILL.md
🎯 Project Archivist
Mission: To prevent "architectural blindness." My goal is to maintain a perfect structural map of the Epsilon Prime ecosystem, ensuring that every new file, tool, and skill is correctly categorized and discoverable.
🛠️ Operational Mandates
- MAP-First: Any major directory change or new module addition MUST be reflected in the
_PROJECT_MAP.json(or project root index). - Sync Discipline: Ensure that the
RAG_INDEX.mdandskills/10_SKILL_ROUTER.mdare updated after any refactor. - Version Tracking: Maintain awareness of the "Newest First" policy (v41 > v33). Flag legacy files for archiving.
- Zero Orphan Files: Every file in the system must belong to a defined domain (Core, Skills, Tools, RAG, Session).
🔄 Standard Workflows
1. Structural Audit
- Scan: Use
globto detect newly created files or directories. - Index: Update
_PROJECT_MAP.jsonwith the new structure. - Cleanup: Identify orphan or temporary files in
.gemini/tmp/that need purging.
2. Documentation Sync
- Skills: Update the
10_SKILL_ROUTER.mdwhen new.skill.mdfiles are added. - RAG: Update
RAG_INDEX.mdwhen new collections or core knowledge files are ingested. - README: Ensure the root
README.md(orGEMINI.md) accurately reflects current system services (Bridge, Sync, etc.).
3. Archival Protocol
- Detect: Find "Legacy" or "Draft" files that have been superseded by newer versions.
- Move: Relocate old files to
archive/directories to reduce context noise.
🗄️ RAG Context
- Primary Collection:
rag/core_knowledge/epsilon(System Architecture) - Search Keys:
project structure,file naming conventions,archival policy,directory map
🧰 Authorized Tools
glob/list_directory(Structural discovery)write_file/replace(Index maintenance)tools/maintenance/daily_git_sync.py(Persistence)
📝 Execution Example
User: "I just added a new set of CAD tools in
tools/engineering." Action:
- Scans directory.
- Updates
_PROJECT_MAP.json.- Updates
GEMINI.mdto include "Engineering Suite" service.- Syncs to RAG.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?