Files
fidelity-ai-workspace/agent-memory/maps/tooling.md

80 lines
2.3 KiB
Markdown

---
type: agent-map
domain: tooling
updated: 2026-04-27
tags:
- map
- tooling
---
# Tooling Map
Commands, prompts, skills, workflows, and automation surfaces that make the workspace operate consistently.
---
## Shared Source
- Shared workflow/rule source: `.agents/`
- Shared workflow index: `.agents/workflows/index.md`
- Shared skills/rules source: `.agents/rules/`
- Shared skills compatibility path: `.agents/skills/`
- Singular alias for compatible tools: `.agent/`
- Gemini entrypoint: `GEMINI.md`
---
## OpenCode Agents
- [AI Workspace Core Map](ai-workspace-core.md)
- Fidelity agent: `.opencode/agents/fidelity.md`
- Workspace agent: `.opencode/agents/workspace.md`
---
## Commands
- Shared workflows source: `.agents/workflows/`
- Commands index: `.opencode/commands/index.md`
- Workspace context: `.opencode/commands/workspace-context.md`
- Memory health: `.opencode/commands/memory-health.md`
- Memory create: `.opencode/commands/memory-create.md`
- Communication sync: `.opencode/commands/communication-sync.md`
- Archive import: `.opencode/commands/archive-import.md`
- AI prompt: `.opencode/commands/ai-prompt.md`
- Standup: `.opencode/commands/standup.md`
- Manager update: `.opencode/commands/manager-update.md`
- Sync context: `.opencode/commands/sync-context.md`
---
## Skills
- Shared skills source: `.agents/skills/`
- Skills index: `.opencode/skills/index.md`
- Workspace memory curation: `.opencode/skills/workspace-memory-curation/SKILL.md`
- Professional communication: `.opencode/skills/professional-communication/SKILL.md`
- Status reporting: `.opencode/skills/status-reporting/SKILL.md`
- AI prompt engineering: `.opencode/skills/ai-prompt-engineering/SKILL.md`
---
## Prompts And Workflows
- Prompts index: `prompts/index.md`
- Standup prompt: `prompts/standup.md`
- Manager update prompt: `prompts/manager-update.md`
- Story draft prompt: `prompts/story-draft.md`
- OpenCode entry workflow: `workflows/opencode-entry.md`
- Daily context sync: `workflows/daily-context-sync.md`
---
## Memory Interface
- Project-agnostic memory scripts: `scripts/memory/`
- Current Obsidian adapter: `scripts/obsidian/`
- Obsidian MCP migration plan: `agent-memory/workflows/obsidian-mcp-migration.md`
- Project knowledge vault: `project-knowledge/`
- Agent operating memory: `agent-memory/`