arnabmukherjee1991-stock-analysis-analyzer-agent-agent.ocm.json json Copy{
"ocm": "1",
"id": "arnabmukherjee1991-stock-analysis-analyzer-agent-agent",
"kind": "agent",
"name": "analyzer-agent",
"description": "Analyzer agent implementation for workspace analysis",
"publisher": "ArnabMukherjee1991",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Analyzer agent implementation for workspace analysis"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/ArnabMukherjee1991/stock-analysis",
"path": ".github/agents/analyzer-agent.agent.md",
"ref": "8f15d1c667dc62ada313839b2f3f4f4cd152a7f6",
"url": "https://github.com/ArnabMukherjee1991/stock-analysis/blob/8f15d1c667dc62ada313839b2f3f4f4cd152a7f6/.github/agents/analyzer-agent.agent.md",
"key": "ArnabMukherjee1991/stock-analysis/.github/agents/analyzer-agent.agent.md"
},
"applies_to": "**"
},
"instructions": "# Analyzer Agent Implementation\n\nThis agent scans the workspace, identifies all projects, and generates a structured markdown report summarizing:\n- Workspace structure\n- Key business and technical modules\n- Project dependencies and integration points\n\n## Implementation Steps\n1. Recursively scan the workspace for directories and files.\n2. Identify project modules by presence of build files (pom.xml, Dockerfile, etc.).\n3. For each module, extract:\n - Purpose (business/technical)\n - Main source folders and entry points\n - Dependencies (internal/external)\n - Integration points (DB, Kafka, ",
"cost": {
"context_tokens": 173
}
}