Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Run `python3 scripts/check.py` before committing — it lints every manifest, ve
- `commands/*.md`: Slash commands invoked as `/plugin:command-name`
- `skills/*/SKILL.md`: Detailed knowledge and workflows for specific tasks
- `*.local.md`: User-specific configuration (gitignored)
- `mcp-categories.json`: Canonical MCP category definitions shared across plugins

## Development Workflow

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "financial-analysis",
"version": "0.1.1",
"version": "0.1.2",
"description": "Core financial modeling and analysis tools: DCF, comps, LBO, 3-statement models, competitive analysis, and deck QC",
"author": {
"name": "Anthropic FSI"
Expand Down
3 changes: 2 additions & 1 deletion plugins/vertical-plugins/financial-analysis/.mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@
"egnyte": {
"type": "http",
"url": "https://mcp-server.egnyte.com/mcp"
}
},
"box": {
"type": "http",
"url": "https://mcp.box.com"
}
}
}
2 changes: 2 additions & 0 deletions scripts/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ def rel(p: Path) -> str:
json_globs = [
".claude-plugin/marketplace.json",
"plugins/**/.claude-plugin/plugin.json",
"plugins/**/.mcp.json",
"plugins/**/hooks/*.json",
"managed-agent-cookbooks/*/steering-examples.json",
]
for pat in json_globs:
Expand Down